Can someone please tell me how to specify the data for a registry
Type="multiString" value?
 
I've got a reg file entry like this
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MyDev\Parameters]
"IMOrder"=hex(7):73,00,63,00,68,00,65,00,64,00,75,00,6c,00,65,00,72,00,0
0,00,\
 
6c,00,6f,00,61,00,64,00,62,00,61,00,6c,00,61,00,6e,00,63,00,65,00,00,00,
44,\
 
00,6c,00,74,00,00,00,66,00,61,00,69,00,6c,00,6f,00,76,00,65,00,72,00,00,
00,6f,\
  00,74,00,68,00,65,00,72,00,73,00,00,00,00,00

And have got this far with the .wxs code:
        <Component Id="MyIMOrder"
Guid="{8D1614F0-C44E-4153-A610-BF3537685F5E}" DiskId="1">
          <Registry Id="IMOrder" Root="HKLM" Action="write"
KeyPath="yes"
 
Key="SYSTEM\CurrentControlSet\Services\MyDev\Parameters"
                    Name="IMOrder" Type="multiString"/>
        </Component>

But I can't figure out how the Value should be specified.
thanks
 
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to