cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bw2012
Level 4

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
Labels (1)
0 Kudos
(2) Replies
jerome_IA
Level 9

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
0 Kudos
bw2012
Level 4

Thank you so much, Jerome.

That works beautifully.

Bing
0 Kudos