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
- :
- Silent uninstaller not removing certain files, however uninstaller with UI does remov
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
‎Apr 09, 2013
08:23 AM
Silent uninstaller not removing certain files, however uninstaller with UI does remov
Hello All,
My product's msi silent uninstaller leaves behind files which are not installed in the Program Files directory, however when un-installation is done with the UI then everything is removed perfectly.
Looks like the case of some missing property, which is getting set in the UI mode, however not in the silent mode.
By the way silent installer is working as expected.
Any ideas?:confused:
My product's msi silent uninstaller leaves behind files which are not installed in the Program Files directory, however when un-installation is done with the UI then everything is removed perfectly.
Looks like the case of some missing property, which is getting set in the UI mode, however not in the silent mode.
By the way silent installer is working as expected.
Any ideas?:confused:
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 09, 2013
01:39 PM
In general, read: http://www.installsite.org/pages/en/isnews/200108/
Your specific question is unanswerable without looking at your source and/or installer log. Odds are you've authored some custom actions and broke the guidelines outlined above.
Your specific question is unanswerable without looking at your source and/or installer log. Odds are you've authored some custom actions and broke the guidelines outlined above.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 10, 2013
05:12 AM
Finally figured out what was happening. I was using merge modules and all the components in the merge modules were being installed in a directory whose origin was other than INSTALLDIR. Although while selecting the merge modules in the Redistributables in msi I was selecting the ProgramData based directory, it was still not getting uninstalled (in silent mode).
So now I changed the components back to INSTALLDIR and things started working fine. By the way I do not have any other custom action in my installer. I am doing everything via tables.:D
So now I changed the components back to INSTALLDIR and things started working fine. By the way I do not have any other custom action in my installer. I am doing everything via tables.:D
