hey.
i got some problem I can't cope with. the uninstallation worked alright until we added one more *.exe file into the project. Now the uninstallation doesn't remove the "Program Files/My App/" directory, although it gets absolutely empty.
what's the problem?
My project is "InstallScript MSI".
Thank you
This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.

INSTALLDIR is not deleted
Started by
xeley
, Jun 22 2005 06:06
1 reply to this topic
Posted 22 June 2005 - 07:52
Some times, the installation not able to removed the folder if any exe which is associated with the application running during the uninstallation.
1. Check that whether newly added exe(or any other application specific EXE) is running during the uninstallation?
If yes then use TAKKILL to kill that exe (note: use this before "removefiles" )
OR
2. Check that is there any exe in the application which is associated with any services? If so then stop and delete the services during uninstall.
1. Check that whether newly added exe(or any other application specific EXE) is running during the uninstallation?
If yes then use TAKKILL to kill that exe (note: use this before "removefiles" )
OR
2. Check that is there any exe in the application which is associated with any services? If so then stop and delete the services during uninstall.