Hey!

Just tried out the weekly build 3.6.2520, I think there is a bug in the
wix.ca.targets.

I had to change these two lines:
<WixTasksPath Condition=" '$(WixTasksPath)' == '' AND
'$(MSBuildExtensionsPath32)' != ''
">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\WixTasks.dll</WixTasksPath>
<WixTasksPath Condition=" '$(WixTasksPath)' == ''
">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\WixTasks.dll</WixTasksPath>

to

<WixTasksPath Condition=" '$(WixTasksPath)' == '' AND
'$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\..\WiX
Toolset v3.6\bin\WixTasks.dll</WixTasksPath>
<WixTasksPath Condition=" '$(WixTasksPath)' == ''
">$(MSBuildExtensionsPath)\..\WiX Toolset
v3.6\bin\WixTasks.dll</WixTasksPath>

Cheers,

On Sat, Jan 21, 2012 at 6:16 PM, John Bergman <
john.berg...@xpedienttechnologies.com> wrote:

> Thanks!
>
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: Saturday, January 21, 2012 1:51 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Wix Weekly Builds?
>
> Just:
> http://robmensching.com/blog/posts/2012/1/20/The-wixtoolset.org-online
> Whew, that's a load off.
>
>
> On Wed, Jan 18, 2012 at 11:31 AM, John Bergman <
> john.berg...@xpedienttechnologies.com> wrote:
>
> > Are weekly builds available again yet?
> >
> > I was going to upgrade our installers to use a more recent build, but
> > could not find them.  Rob's blog mentioned that they were on track,
> > but it still points to October's build.
> >
> >
> > John
> >
> >
> > ----------------------------------------------------------------------
> > -------- Keep Your Developer Skills Current with LearnDevNow!
> > The most comprehensive online learning library for Microsoft
> > developers is just $99.99! Visual Studio, SharePoint, SQL - plus
> > HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you
> subscribe now!
> > http://p.sf.net/sfu/learndevnow-d2d
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers is
> just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro
> Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
Sunny Li
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to