Oki..The ReistryKey and RegistryValue tags are used only with WiX 3.0 right?



John Hall-9 wrote:
> 
>> I have tried prefexing # for all the DWORD types but after 
>> running the MSI i see that the registry is getting updated as 
>> type REG_SZ
> 
> Looks like I misled you - the RegistryValue element has a 'Type'
> attribute, which you can set to 'integer':
> 
>   <RegistryValue Id="Registry1" Name="IntValue" 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#a11807710
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