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? app开发者_运维百科reciate some help regarding this...or direction towards already existing query or something will be of great help...please reply asap....thanx in advance
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.
精彩评论