Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Anidil
Appreciate ya suggestion..It worked without the '#x'.. dunno y is it mentioned to prefix '#x' in the Windows SDK documentation on registry tables Stefan Pavlik-2 wrote: > > > > Stefan Pavlik wrote: >> Check Registry Value of the MSI file in ORCA editor and you will see > > I meant 'Registry

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
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 wil

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
Stefan Pavlik wrote: > Check Registry Value of the MSI file in ORCA editor and you will see I meant 'Registry Table' not Registry Value. Stefan -- Stefan Pavlik | [EMAIL PROTECTED] Whitestein Technologies s.r.o. | www.whitestein.com Panenska 28 | 811 03 Bratislava | Slovak Republic Main +421

Re: [WiX-users] Creating binary value in the registry

2007-07-30 Thread Stefan Pavlik
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{4E4F5445530046726F6E7450616765457

[WiX-users] Creating binary value in the registry

2007-07-30 Thread Anidil
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.. http://schemas.microsoft.com/wix/2006/wi"; /> Am i using the proper syntax to specify the binary value? -- View this message in