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

[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

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 there is probably

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-users] 64 bit

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

2013-08-27 Thread John Cooper
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: mathew.skil...@aspect.com To: wix-users@lists.sourceforge.net Date: Tue, 27 Aug 2013 14:54:30 + Subject

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

2013-08-27 Thread Skildum, Mathew
- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Tuesday, August 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

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

2013-08-27 Thread Blair Murri
+ 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: WixTargetsPath Condition= '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' $(MSBuildExtensionsPath32)\Microsoft\WiX\v3

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

2013-08-27 Thread John Cooper
-Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Tuesday, August 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

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

2013-08-27 Thread Skildum, Mathew
...@aspect.com aspect.com -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Tuesday, August 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

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

2013-08-27 Thread John Cooper
: 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: WixTargetsPath Condition= '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets

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

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' does not exist

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

2013-08-27 Thread John Cooper
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. Mat Skildum

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 modified

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

2013-08-27 Thread Skildum, Mathew
: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 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

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

2013-08-27 Thread John Cooper
-users] 64 bit version of MS build cannot find the WIX toolset The Microsoft.Deployment.WindowsInstaller assembly is located in the default installation location. No customization has been done to the system or the projects. Here is the project file section that lists the above assembly

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

2013-08-27 Thread Edwin Castro
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 XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset

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

2013-08-27 Thread Rob Mensching
[mailto:mathew.skil...@aspect.com] Sent: Tuesday, August 27, 2013 1:45 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit version of MS build cannot find the WIX toolset The Microsoft.Deployment.WindowsInstaller assembly is located in the default