Re: [WiX-users] MBA build to specific platform (x86 or x64) or anycpu?

2013-05-08 Thread victorwhiskey
Thanks Rob! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MBA-build-to-specific-platform-x86-or-x64-or-anycpu-tp7585672p7585730.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] MBA build to specific platform (x86 or x64) or anycpu?

2013-05-08 Thread victorwhiskey
So I guess once the BA detects a x64 system then it will kick off a 64 bit thread to launch the x64 MSI? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MBA-build-to-specific-platform-x86-or-x64-or-anycpu-tp7585672p7585731.html Sent from the

Re: [WiX-users] MBA build to specific platform (x86 or x64) or anycpu?

2013-05-08 Thread Rob Mensching
I've never heard of threads having a bitness. MSI installs happen in the Windows Installer process so it'll be done how they do it. On Wed, May 8, 2013 at 6:58 AM, victorwhiskey victorhwhis...@yahoo.comwrote: So I guess once the BA detects a x64 system then it will kick off a 64 bit thread to

[WiX-users] MBA build to specific platform (x86 or x64) or anycpu?

2013-05-06 Thread victorwhiskey
Hello, Is it possible to make a single bundler which bundles a x64 and a x86 MSI then based on VersionNT OR VersionNT64 install the correct package? Which build should I build the BA in? x86 or AnyCPU? x64 would not work since it can't run on x86, but what about the other two options? Thanks in

Re: [WiX-users] MBA build to specific platform (x86 or x64) or anycpu? [P]

2013-05-06 Thread Steven Ogilvie
Classification: Public No, a MSI can be compile for 32 bit or 64 bit but not both (any CPU) You can however have one WIX project and compile them differently for 32/64 bit just search in the userlist Steve -Original Message- From: victorwhiskey [mailto:victorhwhis...@yahoo.com] Sent:

Re: [WiX-users] MBA build to specific platform (x86 or x64) or anycpu?

2013-05-06 Thread Rob Mensching
Yes, it is possible. Use the MsiPackage/@InstallCondition. Your BA should be 32-bit or AnyCPU (the host will be 32-bit). On Mon, May 6, 2013 at 8:46 PM, victorwhiskey victorhwhis...@yahoo.comwrote: Hello, Is it possible to make a single bundler which bundles a x64 and a x86 MSI then based