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: Uninstall Setting to Retain Speified Files
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 25, 2012
08:26 PM
Uninstall Setting to Retain Speified Files
We have an application that uses a database firl that we would like to retain on the target machine after an uninstall.
What Installshield seting do I need to toggle to do this?
Thanks
What Installshield seting do I need to toggle to do this?
Thanks
(2) Replies
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 25, 2012
10:28 PM
InstallScript project: set the Uninstall property of Component to No.
InstallScript MSI and Basic MSI project: set the Permanent property of Component to Yes.
InstallScript MSI and Basic MSI project: set the Permanent property of Component to Yes.