[wix-users] File Association problem

Rob Mensching rob at firegiant.com
Thu Jul 14 03:08:56 PDT 2016


The File/@Id.
_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Jeremy Trombley
Sent: Thursday, July 14, 2016 2:58 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] File Association problem

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