Hi

You should not use the '#x' prefix in the Value attribute.
The light.exe (I think) will create correct value during creation of
the MSI package.

Check Registry Value of the MSI file in ORCA editor and you will see
that the string in the 'Value' column is:
#x#x{4E4F5445530046726F6E74506167654578706C6F72657257696E646F7734300000}

Regards

Stefan

Anidil wrote:
> Can anyone tell me if the "Value" attribute i have specified is correct?
> This piece of code doesn't seems to work when the msi is run..
> 
> <Registry Id="PCPERegUnCooperativeApps" Root="HKLM"
> Key="Software\Wow6432Node\APC\APC PowerChute Personal
> Edition\2.01.100\Shutdown">
>                 <Registry Action="write" Name="UnCooperativeApps"
> Type="binary" 
>   
> Value="#x{4E4F5445530046726F6E74506167654578706C6F72657257696E646F7734300000}"
> xmlns="http://schemas.microsoft.com/wix/2006/wi"; />
>               </Registry>
> 
> Am i using the proper syntax to specify the binary value?

-- 
Stefan Pavlik | [EMAIL PROTECTED]
Whitestein Technologies s.r.o. | www.whitestein.com
Panenska 28 | 811 03 Bratislava | Slovak Republic
Main +421 2 5443-5502 | Direct +421 2 5930-0735

-------------------------------------------------------------------------
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