> 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

Reply via email to