Quantcast
Viewing all articles
Browse latest Browse all 2298

Commented Issue: running uninstall.exe from install folder results in application running message [6273]

browse to install folder, run uninstall.exe, results in error message if windows explorer title is set to its default (name of folder):
 
---------------------------
WBFS Manager 3.0 Uninstall
---------------------------
The application you are trying to remove is running. Close it and try again.
---------------------------
OK
---------------------------
 
un.onInit searches for a window with the title "WBFS Manager 3.0" which is the same title as the windows explorer window.
 
# For checking if program is open before uninstalling
!define WNDTITLE "WBFS Manager 3.0"
 
FindWindow $0 "" "${WNDTITLE}"
StrCmp $0 0 continueInstall
MessageBox MB_ICONSTOP|MB_OK "The application you are trying to remove is running. Close it and try again."
Abort "Uninstall failed."
continueInstall:
 
 
workarounds:
start uninstaller from control panel
open command prompt in folder, close explorer window, start uninstaller
Comments: ** Comment from web user: Instagramxjj **

[purchase instagram likes](http://fansblaster.com/buy-instagram-likes.html)
[instagram followers fansblaster](http://fansblaster.com/buy-instagram-followers.html)


Viewing all articles
Browse latest Browse all 2298

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>