Re: [WiX-users] How to use the MSBuild Tasks without Visual Studio

2006-07-15 Thread Hüser , Martin
wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] How to use the MSBuild Tasks without Visual > Studio > > Christian Elberfeld wrote: > > Can someone give a short example how to do this ? > > > There are no samples in WiX itself at the moment. To use an MSBuild

Re: [WiX-users] How to use the MSBuild Tasks without Visual Studio

2006-07-13 Thread Bob Arnson
Christian Elberfeld wrote: > Can someone give a short example how to do this ? > There are no samples in WiX itself at the moment. To use an MSBuild tasks assembly, you need to add a element in your project. Then the WiX.targets project, usually at the bottom of the project. -- sig://boB h

Re: [WiX-users] How to use the MSBuild Tasks without Visual Studio

2006-07-12 Thread Christian Elberfeld
Bob Arnson schrieb: > Christian Elberfeld wrote: >> is it possible to use the wix 3.0/2.0 MSBuild Tasks in a Sharp Develop >> 2.0 Project ?? >> Cause SharpDevelop uses MSbuild to build the Projects this would be fine. >> >> And is it possible to build this Soulution using MSBuild on a build >> Ser

Re: [WiX-users] How to use the MSBuild Tasks without Visual Studio

2006-07-12 Thread Bob Arnson
Christian Elberfeld wrote: > is it possible to use the wix 3.0/2.0 MSBuild Tasks in a Sharp Develop 2.0 > Project ?? > Cause SharpDevelop uses MSbuild to build the Projects this would be fine. > > And is it possible to build this Soulution using MSBuild on a build Server > without SharpDevelop /