A wixproj is an msbuild file, so it should build directly from the command
line (msbuild blob.wixproj).

http://wix.sourceforge.net/manual-wix3/msbuild.htm

We check the whole solution into TFS and use TFS build to automate. Just add
the solution into the tfsbuild.proj
e.g. <SolutionToBuild
Include="$(SourceRoot)\src\Sdl\TranslationStudio\Sdl.TranslationStudio.sln"
/>

If you use nant there is support for that too.
http://wix.sourceforge.net/manual-wix3/nant.htm

If you use anything else you will have to generate the command line yourself.

Dave
-----Original Message-----
From: Dan Muller [mailto:dmuller...@comcast.net] 
Sent: 27 June 2012 15:25
To: wix-users@lists.sourceforge.net
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 the installer through the command line? What would be the process and
what would be your suggestions at automating it?

Thanks in advance,
Dan

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-ins
taller-through-the-command-line-tp7579149.html
Sent from the wix-users mailing list archive at Nabble.com.

-----------------------------------------------------------------------------
-
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to