I'm trying to build two packages from the same set of files - a 64 bit and a
32 bit package.

I'm getting this when trying to build the 64 bit package:

    ICE80: This 64BitComponent ProductComponent uses 32BitDirectory
INSTALLLOCATION

The 64 bit executable is going into the same INSTALLLOCATION so I don't
understand what it's complaining about.

<Package InstallerVersion="200" Compressed="yes" Platform="$(var.Platform)"
/>
   ...
        <Directory Id="ProgramFilesFolder">
        <Directory Id="MSC" Name="$(var.programfilescompanydirname)">
            <Directory Id ="INSTALLLOCATION"
Name="$(var.programfilesdirname)">
            <Component Id="ProductComponent"
                Win64="$(var.win64)"
                Guid="{YOUR-GUID-HERE}">

How is INSTALLLOCATION a "32 bit directory"? How do I designate it a 64 bit
directory?


-- 
Regards,
 cf
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to