The rules say a 32-bit package can contain only 32-bit components:

http://msdn.microsoft.com/en-us/library/aa367451(v=vs.85).aspx

and Heath's article is required reading:

http://blogs.msdn.com/b/heaths/archive/2008/01/15/different-packages-are-required-for-different-processor-architectures.aspx
---------------
Phil Wilson


On Wed, Oct 15, 2014 at 2:33 PM, Phill Hogland <phogl...@rimage.com> wrote:
> The msi package has to target either x64 or x86 and directories used in the
> package need to derive from a MSI defined root folder which has correct
> bitness.  You can use Burn to chain x64 MSI package to install native files
> with a x86 MSI package to install the 32 bit code.  (In my case the driver
> is signed and has two subfolders that are platform specific.  To avoid
> breaking the driver signing all files are installed to the ProgramFiles in
> the x64 package, and to ProgramFiles32 tree in the x86 package.)
>
>
>
> --
> View this message in context: 
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installing-a-64-bit-file-as-part-of-a-32-bit-setup-tp7597319p7597324.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Comprehensive Server Monitoring with Site24x7.
> Monitor 10 servers for $9/Month.
> Get alerted through email, SMS, voice calls or mobile push notifications.
> Take corrective actions from your mobile device.
> http://p.sf.net/sfu/Zoho
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to