Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-08 Thread Robert Clancy
. -Original Message- From: Robert Clancy [mailto:rob...@softdev.net] Sent: Friday, 8 November 2013 4:47 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU problems You're right! The bin/x86/prodBuildConfig/forms.exe is x86 and the bi

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Robert Clancy
s how to fix this, please let me know. -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Friday, 8 November 2013 4:06 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU problems The .exe that gets installed wi

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Nicolás Alvarez
ás Alvarez [mailto:nicolas.alva...@gmail.com] > Sent: Friday, 8 November 2013 2:34 PM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] platform x86 vs AnyCPU problems > > Are you using a bootstrapper like Burn and referring to the installer .exe, > or are

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Robert Clancy
Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Friday, 8 November 2013 2:34 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU problems Are you using a bootstrapper like Burn and referring to the installer .exe, or are you referring to an

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Nicolás Alvarez
; -Original Message- > From: John H Bergman (XPedient) [mailto:john.berg...@xpdnt.com] > Sent: Friday, 8 November 2013 4:23 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] platform x86 vs AnyCPU problems > > I'm interested in this as well. I

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Robert Clancy
er creates a x86 .exe and the other creates an Any CPU .exe!!! -Original Message- From: John H Bergman (XPedient) [mailto:john.berg...@xpdnt.com] Sent: Friday, 8 November 2013 4:23 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU pro

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread John H Bergman (XPedient)
nce) files. -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Thursday, November 7, 2013 7:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU problems Without seeing more of your MSBuild code (like your project refere

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-07 Thread Blair Murri
Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Thursday, 7 November 2013 1:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] platform x86 vs AnyCPU problems If I understand the issue, I would go to each of the two project files (Prod.*proj and TE

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-06 Thread Robert Clancy
Robert -Original Message- From: Phill Hogland [mailto:phogl...@rimage.com] Sent: Thursday, 7 November 2013 1:02 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] platform x86 vs AnyCPU problems If I understand the issue, I would go to each of the two project files (Prod.*pro

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-06 Thread Phill Hogland
If I understand the issue, I would go to each of the two project files (Prod.*proj and TEST.*proj), right click on each file and select 'Unload', then right click and select Edit Prod.wixproj (or TEST.wixproj). Then compare the working to the non-working file. It sounds like your OutputName eleme

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-05 Thread Robert Clancy
ns set the forms app platform to x86, including prodBuildConfig and testBuildConfig. Robert -Original Message- From: Blair Murri [mailto:os...@live.com] Sent: Wednesday, 6 November 2013 3:55 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] platform x86 vs AnyCPU pro

Re: [WiX-users] platform x86 vs AnyCPU problems

2013-11-05 Thread Blair Murri
:45:12 +0000 > Subject: [WiX-users] platform x86 vs AnyCPU problems > > I have a Visual Studio 2012 Forms Application with 2 WiX installers - TEST > and PROD. Because of a 3rd party dll, I need to restrict the output to x86 > for all machines. My development machine is x64. In order to

[WiX-users] platform x86 vs AnyCPU problems

2013-11-05 Thread Robert Clancy
I have a Visual Studio 2012 Forms Application with 2 WiX installers - TEST and PROD. Because of a 3rd party dll, I need to restrict the output to x86 for all machines. My development machine is x64. In order to achieve this, - all Build configurations in the solution have the Forms application s