Hi again...

I am not sure that you can directly write to Software\Wow6432Node\ key.

The Wow6432Node key is present only on 64-bit Windows.

I think you should write the value to
Root="HKLM"
Key="Software\APC\APC PowerChute Personal Edition\2.01.100\Shutdown"

If the component is not 64 Bit it will be written into the
Wow6432Node key (when installing on 64-bit Windows)

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