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
- :
- Cannot remove product in add/remove programs
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
‎Oct 28, 2008
01:12 PM
Cannot remove product in add/remove programs
My product is displayed in add/remove programs list and will not be removed from this list after the uninstall.
When I run the setup.exe each time, it displays the dialog for maintenance mode, not for the initial installation.
I've tried to remove the entry from the registry in the uninstall area, but this is not working.
I'm using IS2009 Premier to build with.
When I run the setup.exe each time, it displays the dialog for maintenance mode, not for the initial installation.
I've tried to remove the entry from the registry in the uninstall area, but this is not working.
I'm using IS2009 Premier to build with.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2008
03:30 PM
in addition you need to remove the registry key for your product under HKCR\Installer\Products\[Your product code]
Hope it helps
Hope it helps
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2008
03:50 PM
Is that InstallScript or MSI based install?
To force uninstall mode in InstallScript-based installer run your Setup.exe with -removeonly parameter:
For MSI-based setup use /x or /uninstall parameters.
To force uninstall mode in InstallScript-based installer run your Setup.exe with -removeonly parameter:
Setup.exe -removeonly
For MSI-based setup use /x or /uninstall parameters.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 28, 2008
06:18 PM
It's a InstallShield Script type project; however, I've got a merge module object for MS VC90 associated with the setup.exe that installs more or less under the covers using msi. The -removeonly just ran the uninstall which finished in a couple of seconds... I can run the uninstall from Add/Remove Programs, but it just doesn't clean up stuff like it used to.
I did have to delete reg entries in HKCR\Installer\Products and also the product entries in the Uninstall area, too. That did the trick !
I think my original glick happened when the gskit7 setup launch that happens at the end of my install was hung on the setup for gskit7... could end that task from the task manager ! rebooted, cleaned up the registry per your tip and now my app is installing/uinstalling as it should (and used to) ! I feel A LOT better now.
Thanks guys for your quick feedback and tips ! I do appreciate it...
I did have to delete reg entries in HKCR\Installer\Products and also the product entries in the Uninstall area, too. That did the trick !
I think my original glick happened when the gskit7 setup launch that happens at the end of my install was hung on the setup for gskit7... could end that task from the task manager ! rebooted, cleaned up the registry per your tip and now my app is installing/uinstalling as it should (and used to) ! I feel A LOT better now.
Thanks guys for your quick feedback and tips ! I do appreciate it...