Hi Dimitry,
Go to C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x (x64)
or C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x (x86)
Open the "wix200x.targets" File.
Search for "WixInstallRegKey".
Replace any occurence of "3.5" with "3.6".
Finally it should look like this:
<PropertyGroup>
<WixInstallRegKey>SOFTWARE\Microsoft\Windows Installer
XML\3.6</WixInstallRegKey>
<WixInstallRegKeyWow64>SOFTWARE\Wow6432Node\Microsoft\Windows Installer
XML\3.6</WixInstallRegKeyWow64>
</PropertyGroup>
Does this work?
Kind Regards,
Fabio
On Mon, Sep 13, 2010 at 11:20 AM, Dmitry MINICH <
[email protected]> wrote:
> Hello List,
>
> After update from v3.5.2013.0(or v3.5.2110.0) to v3.6.0910.0 the following
> error appears
> while trying to build MSM project in MSVS 2005 SP1:
>
> C:\Program Files\MSBuild\Microsoft\WiX\v3.x\wix200x.targets(1800,5): error
> : Unable to
> load tool from path file:///D:\WORK\MyProject_MSM\candle.exe. Consider
> setting the
> ToolPath parameter to $(WixToolPath).
>
> Any suggestions?..
>
> --
> Best Regards / MfG,
> Dmitry Minich
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> WiX-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users