I'm using WIX 2.0 and i have mentioned the "type" attribute in the registry
tag as given in my code..
But it doesn't seems to work as expected :(


John Hall-9 wrote:
> 
>> Oki..The ReistryKey and RegistryValue tags are used only with 
>> WiX 3.0 right?
> 
> Yes. Under WiX 2.0, you seem to just use the Registry element, which
> also has a Type attribute:
> 
>   <Registry Id="Registry1" Root="HKLM" Key="Software\Product" Value="42"
> Type="integer" />
> 
> Cheers,
> John
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-writing-registry-values-tf4149618.html#a11808351
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to