Brian

I you see my post "WiX Install path" I think this explains you problem,
basically the path to the files has changed.

Neil

-----Original Message-----
From: Brian Rogers [mailto:[EMAIL PROTECTED] 
Sent: 12 October 2008 21:04
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] can't get MSBuild projects to work with latest
release (4603)

I tried to upgrade to WiX 3.0.4603.0 but I was not able to get my
project to build anymore when I did this.  The previous release, WiX
3.0.4513.0 worked fine.

Here is a snippet of the MSBuild diagnostic output when building a
project with WiX 3.0.4513.0:

Using "Candle" task from assembly "C:\Program Files
(x86)\MSBuild\Microsoft\WiX\v3.0\WixTasks.dll".
Task "Candle" (TaskId:25)
  Command: (TaskId:25)
  C:\Program Files (x86)\Windows Installer XML v3\bin\candle.exe -wx
[...snip...] MSAF.wxs (TaskId:25)
  Microsoft (R) Windows Installer Xml Compiler version 3.0.4513.0
(TaskId:25)
  Copyright (C) Microsoft Corporation. All rights reserved. (TaskId:25)
   (TaskId:25)
  MSAF.wxs (TaskId:25)
Done executing task "Candle". (TaskId:25)

On my 64-bit system, WiX 3.0.4513.0 installs to C:\Program Files
(x86)\Windows Installer XML v3.

Here is a snippet of the MSBuild diagnostic output when building a
project with WiX 3.0.4603.0:

Using "Candle" task from assembly "C:\Program Files
(x86)\MSBuild\Microsoft\WiX\v3.0\WixTasks.dll".
Task "Candle" (TaskId:26)
C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(1192,5):
error MSB6004: The specified task executable location "C:\Program Files
(x86)\Windows Installer XML v3\bin\candle.exe" is invalid.
Done executing task "Candle" -- FAILED. (TaskId:26)

On my 64-bit system, WiX 3.0.4603.0 installs to C:\Program Files
(x86)\Windows Installer XML Toolset 3.0.4603.0.

It looks like the tools path information is out of sync somewhere.

######################################
$_='^#(/||/@[EMAIL PROTECTED]@:^[-['^";@@@\\>])@.".
"{)/];)^{";$,+=(++$,);$_.=">&$,";`$_`;



------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to