Component controls the lifetime of the contained resources.  
Component/@Permanent.

-----Original Message-----
From: Jason Smirnow [mailto:[EMAIL PROTECTED]
Sent: Friday, October 03, 2008 01:18
To: [email protected]
Subject: [WiX-users] Registry Key Removed on Uninstall

I am setting a registry key using the following entry:
<RegistryKey Id="WebsiteRegKey" Action="create" Root="HKLM"
Key="SOFTWARE\MyCompany\MyProduct\Website" />

The website is a feature of my install.  When I modify the install, and
remove the feature, I would like the registry key to stay in the registry.
 This will allow re-install of the feature without having to get the values
set under this key from the user again.  How do I prevent the key from being
removed?  Since there is an action "createAndRemoveOnUninstall" I assumed
that it would stay if I simply used the "create" action.  What am I missing?

Thank you,

Jason Smirnow
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to