Using Wix 3.5.

 

<RegistryKey Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" 
Action="createAndRemoveOnUninstall">

<RegistryValue Name="InstalledComponent1" Value="1" Type="integer" 
KeyPath="yes" />

</RegistryKey>

 

It seems "createAndRemoveOnUninstall" works on the key. How would you use that 
logic only on the value under the specified key? That is, the key should not be 
removed - only the its sub value "InstalledComponent1".

 

Thanks
                                          
_________________________________________________________________
Surfa tryggt med Internet Explorer 8
http://www.microsoft.com/sverige/windows/internet-explorer/default.aspx
------------------------------------------------------------------------------

_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to