Installshield 2009 Premier Basic MSI: Not show a warning message window during uninstall
- by Samir
Installshield 2009 Premier Basic MSI:
When I uninstall there is a Message Box saying that explorer has to be closed:
[Title] My-Product-Name
[List] Explorer
[radio button 1, Selected by default] Automatically close applications and attempt to restart them after setup is complete
[radio button 2] Do not close applications. (A Reboot will be required)
[Ok Button]
[Cancel Button]
If I click OK [with radio button 1 selected] all opened folders are closed !!!
How to get rid of this, I don't want any warning message box to show and not close explorer either?
More info: I have a dll which is used to show explorer context menu with icons when we right click on any file/folder. This dll is registered during installation and unregistered during uninstall. When we uninstall WinRAR we don't see any such messages, do we?