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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to