Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Tony Paloma
. Subject: RE: [WiX-users] Msbuild/Votive Change WIX Path You'll need to set both WixTasksPath and WixTargetsPath. They need to point to the WixTasks.dll and Wix.targets file respectively. Try: /p:WixTasksPath=C:\wix3.0\bin\WixTasks.dll /p:WixTargetsPath=C:\wix3.0\bin\Wix.targets Normally these

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Tony Paloma
or Windows Installer XML toolset. Subject: Re: [WiX-users] Msbuild/Votive Change WIX Path Hi Sorry I need more help, please I have an old and working installation with Wix 3.0. this works fine For new installation projects now I use wix 3.5. If I try to build the old installation project with m

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread Brian Rogers
guration=Release /t:rebuild > > Does not work. > > Any ideas? > > regards > Robert > > -Ursprüngliche Nachricht- > Von: Blair [mailto:os...@live.com] > Gesendet: Mittwoch, 20. Jänner 2010 19:20 > An: 'General discussion for Windows Installer XML toolse

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-02-04 Thread INRO(Robert Inzinger)
/t:rebuild Does not work. Any ideas? regards Robert -Ursprüngliche Nachricht- Von: Blair [mailto:os...@live.com] Gesendet: Mittwoch, 20. Jänner 2010 19:20 An: 'General discussion for Windows Installer XML toolset.' Betreff: Re: [WiX-users] Msbuild/Votive Change WIX Path So

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-01-23 Thread Bob Arnson
On 1/20/2010 1:19 PM, Blair wrote: > Wix.targets uses the $(WixTasksPath) property, See "Integrating WiX Projects Into Daily Builds" in WiX.chm for more info. -- sig://boB http://joyofsetup.com/ -- Throughout its 18-ye

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-01-20 Thread Blair
: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] Msbuild/Votive Change WIX Path Votive (and the related WiX support for MSBuild) use the $(WIX) property (which is normally set from the %WIX% environment variable). -Original Message- From:

Re: [WiX-users] Msbuild/Votive Change WIX Path

2010-01-20 Thread Blair
@lists.sourceforge.net Subject: [WiX-users] Msbuild/Votive Change WIX Path Hi How can I change the path of the WIX-Tools for Msbuild/Votive? I have old installer projects (build with Wix 3.0) an I want to build them, but if I try to build them msbuild use the new wix version. regards Robert

[WiX-users] Msbuild/Votive Change WIX Path

2010-01-20 Thread INRO(Robert Inzinger)
Hi How can I change the path of the WIX-Tools for Msbuild/Votive? I have old installer projects (build with Wix 3.0) an I want to build them, but if I try to build them msbuild use the new wix version. regards Robert -