[wix-users] File Association problem
Jeremy Trombley
gerolkae at hotmail.com
Thu Jul 14 02:58:08 PDT 2016
I have a Custom app with a custom file type…
I’m getting the error
The identifier 'File:SilverMonkey.exe' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
Snippet
<Component Id="SilverMonkeyExt" Guid="{DEC333A0-7393-4097-AB77-A2847D121A3C}">
<ProgId Id='SilverMonkey.Binaries' Description='Bot information File' >
<Extension Id='bini' ContentType='application/BotInformationFile'>
<Verb Id='open' Command='Open' TargetFile='$(var.SilverMonkey2.TargetName).exe' Argument='"%1"' />
</Extension>
</ProgId>
</Component>
How should the TargetFile be set?
Sent from Mail for Windows 10
More information about the wix-users
mailing list