[wix-users] Unresolved reference to symbol 'Directory:INSTALLFOLDER" - AppOutputFromHeat

Brian Link link at fr.com
Tue Dec 20 13:42:49 PST 2016


Oops - forgot to mention the error VS is giving me: (Unresolved reference to symbol 'Directory:INSTALLFOLDER' in section 'Fragment:').

Severity

Code

Description

Project

File

Line

Error



Unresolved reference to symbol 'Directory:INSTALLFOLDER' in section 'Fragment:'.

FROutlawSetup

C:\Users\BGL\Source\DefaultCollection\Outlaw2016\FROutlaw2016\FROutlaw2016\FROutlawSetup\AppOutputFromHeat.wxs

13



Brian Link :: Fish & Richardson P.C. :: 612 204 4666
From: Brian Link
Sent: Tuesday, December 20, 2016 10:17 AM
To: 'wix-users at lists.wixtoolset.org' <wix-users at lists.wixtoolset.org>
Subject: Unresolved reference to symbol 'Directory:INSTALLFOLDER" - AppOutputFromHeat

I'm trying to fix an installer for my Office add-in project, and am getting this error from AppOutputFromHeat. I've been mostly cutting/pasting from a project that has a working installer, and must have missed something somewhere.

At the top of AppOutputFromHeat I've got the following fragment:

    <Fragment>
        <DirectoryRef Id="INSTALLFOLDER">
            <Directory Id="Data" Name="Data" />
        </DirectoryRef>
    </Fragment>

And the relevent section in my product.wxs is

    <Directory Id="TARGETDIR" Name="SourceDir">
      <Directory Id="ProgramFilesFolder">
        <Directory Id="FR" Name="FR">
          <Directory Id="INSTALLFOLDER" Name="$(var.PRODUCTNAME)" />
        </Directory>
      </Directory>
      <Directory Id="ProgramMenuFolder">
        <Directory Id="ApplicationProgramsFolder" Name="FR"/>
      </Directory>
    </Directory>

Thanks for any help!

Brian Link :: Senior Software Engineer :: Fish & Richardson P.C.
612 204 4666 direct :: 651 226 5465 mobile :: link at fr.com<mailto:link at fr.com>


****************************************************************************************************************************
This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized use or disclosure is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. 
 
IRS CIRCULAR 230 DISCLOSURE: Any U.S. tax advice contained in this communication (including any attachments) is not intended or written to be used, and cannot be used, for the purpose of (i) avoiding penalties under the Internal Revenue Code or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.
:FR08-i203d
****************************************************************************************************************************


More information about the wix-users mailing list