Hi Fabio,

yes, that works, thanks! :)
Now I can build my setup with  WiX 3.6.


> Message: 2
> Date: Mon, 13 Sep 2010 19:30:03 +0200
> From: Fabio Di Lorenzo<fa...@dilorenzo.ch>
> Subject: Re: [WiX-users] While building a project:
>       wix200x.targets(1800, 5): error: ...Consider setting the ToolPath
>       parameter to $(WixToolPath).
> To: "General discussion for Windows Installer XML toolset."
>       <wix-users@lists.sourceforge.net>  Content-Type: text/plain; 
> charset=ISO-8859-1
>   
> 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<
> dmitry.min...@visutechsystem.by>  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
>> WiX-users@lists.sourceforge.net
>> 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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to