Awesome, thank you very much. I think that it is all figured out now
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-installer-through-the-command-line-tp7579149p7579177.html
Sent from the wix-users mailing list archive at Nabble.com.
--
3-617-0291
www.fiserv.com
Please consider the environment before printing this e-mail
> -Original Message-
> From: Dan Muller [mailto:dmuller...@comcast.net]
> Sent: Wednesday, June 27, 2012 12:44 PM
> To: wix-users@lists.sourceforge.net
> Subject: Re: [WiX-users] Creating an installer
Yes. The WiX toolset (wix36.exe or the old WiX v3.5 MSI) installs the
wix.targets and WixTasks.dll and other things appropriately so they "just
work". Or you could use the binaries.zip file like someone pointed out with
a link to the documentation how.
On Wed, Jun 27, 2012 at 12:43 PM, Dan Muller
Before reading this post i did do a search for msbuild and found it in my
.NET folders, and i have a copy of wix.target and wixtasks.dll, however they
are not actually from the wix installation but my sharpdevelop install. So
my question is, is there a wix.target and wixtasks.dll that is distribute
MSbuild is installed with the dotnet framework so you won't need to
install SharpDevelop or VS. What you are getting is that msbuild can't
find the Wix targets and binaries.
For all my wix projects I redirect the wixproj files to point to a
directory that is checked into source control. That way t
rceforge.net
> Subject: Re: [WiX-users] Creating an installer through the command line
>
> I don't know what I was doing but I had tried msbuild but must have supplied
> the wrong argument. My problem now is that there is no w.target in my
> C:\Program Files\Windows Installer X
I don't know what I was doing but I had tried msbuild but must have supplied
the wrong argument. My problem now is that there is no w.target in my
C:\Program Files\Windows Installer XML v3.6\bin directory. It exists in my
sharp develop directory and I am sure I can find it in the visual studios
dir
Why don't you just use the msbuild commandline if you already have the
wixproj? Just call msbuild in the same directory to the sln or wixproj
and it will find it.
Richard Mayes
Blog: http://blog.slinkysoftware.com
Twitter: http://twitter.com/caveman_dick
On 27 June 2012 15:24, Dan Muller wrote
Subject: [WiX-users] Creating an installer through the command line
Is there a way to build an installer directly from a wixproj? The normal
method is to call candle on a wxs, then light on a wixobj, but in a project
with multiple source files and therefore multiple wixobjs, is there a way to
create
Is there a way to build an installer directly from a wixproj? The normal
method is to call candle on a wxs, then light on a wixobj, but in a project
with multiple source files and therefore multiple wixobjs, is there a way to
create the installer through the command line? What would be the process
10 matches
Mail list logo