rceforge.net
> Subject: Re: [WiX-users] Write STX (Start of Text / ASCII 2) to a registry
> string
>
> Have a look at Type="binary" (REG_BINARY), eg.
>
> Name="SomeValue"
>Value="0200" Type="binary" Action="w
Have a look at Type="binary" (REG_BINARY), eg.
-Rob
Keith Moore wrote
>
> Is there a way to write a the STX character to the registry? I am using
> Wix 3.5.
>
> I have the registry import file below:
> -
> Windows Registry Editor Version 5.00
Is there a way to write a the STX character to the registry? I am using Wix
3.5.
I have the registry import file below:
-
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\SomeKey]
"SomeValue"=hex(1):02,00,00,00
--
3 matches
Mail list logo