2008/11/6 Sudripta Nandy (Sarangsoft Corporation) <[EMAIL PROTECTED]>:
> Hi,
>    In my setup program, I am creating a registry key. But, I need that 
> registry key to stay even when I uninstall the product. During creation of 
> the registry key, I am specifying Action as 'createkey', but, still the key 
> is getting deleted when I uninstall the product. Please let me know how can I 
> make that key to stay.
>
>
> Thanks.
> Sudripta.

It depends on what you want to do.
You could use the Permanent attribute for your RegistryKey or
RegistryValue parent Component.
Please be careful with those; make your Component RegistryKey or Value
as keypath and prefer it to be the sole Component resource.
Read here for background:
http://msdn.microsoft.com/en-us/library/aa369530(VS.85).aspx

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to