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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Product install without registry key creation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jun 20, 2012
10:02 AM
Product install without registry key creation
Hi,
I have built a product installer using InstallAnywhere. Every time I install it, it will create a registry for the product.
I am wondering if it's possible NOT to do that since I only need a temporary folder for the installation and doesn't want to create any registry entries.
If this is not possible, is it possible to uninstall the product before each install.
Thanks.
Bing
I have built a product installer using InstallAnywhere. Every time I install it, it will create a registry for the product.
I am wondering if it's possible NOT to do that since I only need a temporary folder for the installation and doesn't want to create any registry entries.
If this is not possible, is it possible to uninstall the product before each install.
Thanks.
Bing
(2) Replies
‎Jun 21, 2012
03:09 AM
set $REGISTER_UNINSTALLER_WINDOWS$ to false will prevent registry key creation.
From doc:
This variable tells the uninstaller if it should register itself with Windows Add/Remove Programs.
Set to FALSE to not have the uninstaller register.
--Jerome
From doc:
This variable tells the uninstaller if it should register itself with Windows Add/Remove Programs.
Set to FALSE to not have the uninstaller register.
--Jerome