Re: [WiX-users] Custom Action Build Error

2014-01-10 Thread Blair Murri
instead of the backslash caused your build error. -Blair > From: bria...@gmail.com > Date: Fri, 10 Jan 2014 11:23:26 -0500 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Custom Action Build Error > > Thanks, it is actually the file at C:\Program Files > (x

Re: [WiX-users] Custom Action Build Error

2014-01-10 Thread Brian Enderle
Thanks, it is actually the file at C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\wix.ca.targets that needed updated. Brian Brian If you can't explain it simply, you don't understand it well enough. - Albert Einstein On Fri, Jan 10, 2014 at 10:51 AM, Carter Young wrote: > Try Editing wix.

Re: [WiX-users] Custom Action Build Error

2014-01-10 Thread Carter Young
Try Editing wix.ca.targets to read Looks like the Preprocessor Variable for $(WixToolPath) doesn't contain the last trailing slash for the path, then submit a Bug Request to the WiX Bugtracker and reference this Post, if and only if the fix works. If all goes well, the bug fix wil

[WiX-users] Custom Action Build Error

2014-01-10 Thread Brian Enderle
When I attempt to build my CustomAction project Visual Studio exits with a code of 3. I have tracked the issue to the way wix.ca.targets references the path to MakeSfxCA.exe. In wix.ca.targets the following is what creates the path: When VS 2012 uses this path it is interpreted