This code:

        <ProgId Id=...
          <Extension Id="xyz" ContentType="text/plain">
...
            <Verb Id="6_Edit" Command="Edit" TargetFile="Notepad.exe"
Argument="&quot;%1&quot;" />
...

Works perfectly well in WiX2, but not in WiX3:


C:\blah.xml(65) : error LGHT0094 : Unresolved reference to symbol
'File:Notepad.exe' in section 'Fragment:'.


I have also tried [WindowsFolder]\Notepad.exe.

How would I fix this?

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to