Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-28 Thread Tobias S
Had similar issues when using an x64 MSBuild to build our WiX solutions. What we did to solve these issues: a) Reg key to the x86 path of the Wix Toolset SDK in Progam Files (x86). Should be a reg file containing something like (depending on your install paths + WiX Version): Windows Registry Edit

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Rob Mensching
all Engineer -- ESA > > Jack Henry & Associates, Inc.(r) > > Shawnee Mission, KS 66227 > > Office: 913-341-3434 x791011 > > jocoo...@jackhenry.com > > www.jackhenry.com > > > > > > > > > > -Original Message- > > From: Skild

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Edwin Castro
ion, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: Skildum, Mathew [mailto:mathew.skil...@aspect.com] > Sent: Tuesday, August 27, 2013 1:45 PM > To: General discussion for Windows Installer

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread John Cooper
uesday, August 27, 2013 1:13 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset On 8/27/13 11:03 AM, Skildum, Mathew wrote: > All hint paths are correct as everything build correctly in Visual Studio > (2010 and 2012). The

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
..\..\Assemblies\Powershell\System.Management.Automation.dll True Mat Skildum -Original Message- From: Edwin Castro [mailto:0ptikgh...@gmx.us] Sent: Tuesday, August 27, 2013 1:13 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] 64 bit version of MS

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Edwin Castro
On 8/27/13 11:03 AM, Skildum, Mathew wrote: > All hint paths are correct as everything build correctly in Visual Studio > (2010 and 2012). The only time it fails is when I use the 64 bit version of > MS Build. Can you provide the reference XML from the project file? I assume you have not modifi

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread John Cooper
M To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset All hint paths are correct as everything build correctly in Visual Studio (2010 and 2012). The only time it fails is when I use the 64 bit version of MS Build.

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
-users@lists.sourceforge.net Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset On 8/27/13 10:05 AM, Skildum, Mathew wrote: > Here is an example of the build errors: > > CustomAction.cs(4,17): error CS0234: The type or namespace name 'Deployment'

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Edwin Castro
On 8/27/13 10:05 AM, Skildum, Mathew wrote: > Here is an example of the build errors: > > CustomAction.cs(4,17): error CS0234: The type or namespace name 'Deployment' > does not exist in the namespace 'Microsoft' (are you missing an assembly > refere > nce?) > CustomAction.cs(12,58): error CS

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread John Cooper
t 27, 2013 11:38 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset All of the WIX projects in question have those lines in place: $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildEx

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
ugust 27, 2013 11:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset How far back do you wixproj files go? Modern ones should have something like: <WixTargetsPath Conditio

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread John Cooper
toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset How far back do you wixproj files go? Modern ones should have something like: <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' !=

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Blair Murri
013 16:38:03 + > Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX > toolset > > All of the WIX projects in question have those lines in place: > > $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets > $(MSBuildExtensionsPath)\Microso

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
aspect.com] Sent: Tuesday, August 27, 2013 10:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset I am using WIX 3.8 (build 3.8.708). The build system is using the GA version of WIX 3.7. I am havine issues

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread John Cooper
ir Murri [mailto:os...@live.com] Sent: Tuesday, August 27, 2013 10:37 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset Which version of WiX are you running? There was a bug a ways back about that. > From:

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset Which version of WiX are you running? There was a bug a ways back about that. > From: mathew.skil...@aspect.com > To: wix-users@lists.sourceforge.net > Date: Tue, 27 Aug 2013 14:54:30 + > Subject: [WiX-u

Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Blair Murri
Which version of WiX are you running? There was a bug a ways back about that. > From: mathew.skil...@aspect.com > To: wix-users@lists.sourceforge.net > Date: Tue, 27 Aug 2013 14:54:30 + > Subject: [WiX-users] 64 bit version of MS build cannot find the WIX toolset > > I know

[WiX-users] 64 bit version of MS build cannot find the WIX toolset

2013-08-27 Thread Skildum, Mathew
I know there is probably a posting somewhere out on the web describing the issue I am having, but I am not able to find it at the present moment. The problem I am current having is that the 64 bit version of MS build does not properly evaluate the build variables and is not able to find WIX tool