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
- :
- Simulate an installation with registry keys
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 21, 2008
02:11 AM
Simulate an installation with registry keys
Dear all!
I'm really wondering how an InstallScript Installer determines whether a software has already been installed or not!
Is it possible to "simulate" an installation by just adding some registry keys?
Here's what i want to do:
1. Create an InstallScript installer for the application XYZ with the ProductCode ABC.
2. Add some registry keys (I hope you can tell me which ones 🙂
3. Click on setup.exe and now the installer should recognize that the software has already been installed (even though it was not...)
(What i already tried is to install the application XYZ, export the uninstall key HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/{ABC} and then reimport it on a clean system. Unfortunately the installer did not detect the installation, so there have to be some more keys...)
Thank you for your help!
Michael
I'm really wondering how an InstallScript Installer determines whether a software has already been installed or not!
Is it possible to "simulate" an installation by just adding some registry keys?
Here's what i want to do:
1. Create an InstallScript installer for the application XYZ with the ProductCode ABC.
2. Add some registry keys (I hope you can tell me which ones 🙂
3. Click on setup.exe and now the installer should recognize that the software has already been installed (even though it was not...)
(What i already tried is to install the application XYZ, export the uninstall key HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/{ABC} and then reimport it on a clean system. Unfortunately the installer did not detect the installation, so there have to be some more keys...)
Thank you for your help!
Michael
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 21, 2008
07:49 AM
I'm not sure if you made a typo or are mistaken, but the keypath should be
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Make sure that your project is setup in "Standard" maintenance mode. This will cause the uninstall wizard to appear when you click setup as opposed to the normal setup wizard.
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Make sure that your project is setup in "Standard" maintenance mode. This will cause the uninstall wizard to appear when you click setup as opposed to the normal setup wizard.