Using Wix 2.0...
I am attempting to write a registry key and set the (Default) value for the
key and to this point up end with either a blank (Default) value or 2
(Default) registry values.


Here is may component

    <Component Id="coreprerequisitesreg1"
Guid="F3EDC945-EE6F-44a5-BC1F-B4C78C54611B">
      <!--<Condition>WindowsNT<=600</Condition>-->
      <Registry Id='RegRunAs1' Root="HKCR"
Key="Msi.Package\shell\runas\command">
        <Registry Action="write" Value='"%SystemRoot%\System32\msiexec.exe"
/i "%1" %*' Type='expandable'/>
       </Registry>
    </Component>    

If I don't create a "Name" attribute for the <Registry> element then I get a
blank default value....
If I use the "Name" attribute then I get a blank default value and then one
written correctly...

Could someone please tell me what I am doing wrong?  Thanks in
advance!:working:

-- 
View this message in context: 
http://www.nabble.com/Unable-to-write-%22%28Default%29%22-registry-key-tp15363023p15363023.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to