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
- :
- how to create a clean installation
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
Sep 09, 2008
01:13 AM
how to create a clean installation
I'm using Installshield 2009 professional. According to my poor knowledge, during installation, IS installer will write some registry entries for products or for components, which may be used later in uninstallation. But my case is special. I don't need uninstallation and I don't want to muck user's registry. How can I tell IS not to write anything to user's registry or system environment? If possible, how can I remove every files I installed from the installer? Because what I do is to run a series sql files to update user's database. So once the installer confirm a successful installation, nothing, no matter file or registry entry, should not be left. :confused:
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 09, 2008
07:53 AM
If you use an InstallScript project, you can set options so that the installation won't record itself. Under General Information -> Project Properties, set Maintenance Experience to "No uninstall or maintenance" and Update Mode Supported to "no".
This results in an install that always runs as a first-time installation.
This results in an install that always runs as a first-time installation.