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
- :
- Re: remove registry and folder
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
Aug 06, 2010
01:13 AM
remove registry and folder
Hi
Using basic MSI.
What is the best way to remove registry keys during uninstall. The keys are created by our apps and are therefor not known by the installer?
The same goes for folders in the filesystem.
I can create a custom action, but is there an easy way in IS?
Best regards
Kim
Using basic MSI.
What is the best way to remove registry keys during uninstall. The keys are created by our apps and are therefor not known by the installer?
The same goes for folders in the filesystem.
I can create a custom action, but is there an easy way in IS?
Best regards
Kim
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 06, 2010
08:02 AM
There's an "uninstall entire key" flag you can define in the Registry views, just as there's a RemoveFiles table in the Direct Editor. Perhaps see this old newsletter tip for more information (PDF): http://www.flexerasoftware.com/webdocuments/PDF/product_data.pdf.