I am using Install Shield 2009 for creating myapplication deployement. I added the uninstall.exe along with the deployement. But During uninstall my application is not closed automatically and the related dll and exe files are left back undeleted by uninstall.exe. how can i solve this issue? appreciate some help regarding this...or direction towards already existing query or something will be of great help...please reply asap....thanx in advance
Asked
Active
Viewed 338 times
0
-
What `uninstall.exe` are you talking about? InstallShield 2009 only creates setup.exe files (unless renamed), although they should handle both installation and uninstallation in either Basic MSI projects or InstallScript projects. – Michael Urman Nov 11 '10 at 15:08
1 Answers
1
Here are some possible solutions:
Schedule FilesInUse dialog to be shown during uninstall
Create a custom action that will be executed only during the uninstall process and kill your application if it's already running.
For Windows Vista and upper versions one can use Restart Manager to solve this problem.

Adrian Fâciu
- 12,414
- 3
- 53
- 68