This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Uninstall does not confirm services are stopped and files are not removed.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 05, 2007
09:32 AM
Uninstall does not confirm services are stopped and files are not removed.
I'm new to InstallShield and I am migrating an Single exe, InstallScript project to IS 2008 from an old release. So far, everything looks good, however, some files remain after an uninstall that did not remain after an uninstall of the old package.
The files that remain appear to be those that are in use by 2 services that are stopped by the uninstall. I suspect that the services are sent the stop signal and that the files are removed but, in fact, the services have not completely stopped by the time that the files are attempted to be removed and the delete fails. I confirmed this by manually stopping the 2 services before the uninstall and the files were removed as in the previous release.
1. Is there a way to troubleshoot the uninstall?
2. If my assumptions are true, is there a way to tell IS 2008 to confirm that the services to be stopped are actually stopped before proceeding?
Thanks
Jerry Flood
The files that remain appear to be those that are in use by 2 services that are stopped by the uninstall. I suspect that the services are sent the stop signal and that the files are removed but, in fact, the services have not completely stopped by the time that the files are attempted to be removed and the delete fails. I confirmed this by manually stopping the 2 services before the uninstall and the files were removed as in the previous release.
1. Is there a way to troubleshoot the uninstall?
2. If my assumptions are true, is there a way to tell IS 2008 to confirm that the services to be stopped are actually stopped before proceeding?
Thanks
Jerry Flood
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 05, 2007
06:27 PM
What type of project is the new one? If Basic MSI, you can create an MSI log file during uninstall; for InstallScript, there's the InstallScript debugger...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 20, 2007
12:17 PM
The new project is an InstallScript. I discovered that the files are removed after a reboot. This behavior is a bit different than the version we migrated from, but is acceptable.