Thanks Alex, that was the key.

I'm wondering now though, is it possible to create one MSI file to install
32 or 64 bit files, using conditionals within the MSI file?

A single install package would be so much nicer than two packages. But is it
possible?

Thanks
   Colin

On Tue, Feb 10, 2009 at 11:30 AM, Alex Ivanoff <alex.ivan...@shavlik.com>wrote:

> <Directory Id="ProgramFiles64Folder">
>
>
> -----Original Message-----
> From: Colin Fox [mailto:greenene...@gmail.com]
> Sent: Tuesday, February 10, 2009 13:26
> To: wix-users
> Subject: [WiX-users] 64/32 bit builds
>
> 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
>
>
> ------------------------------------------------------------------------------
> 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
>



-- 
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