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 the build machine won't need to have wix installed. Check http://wix.sourceforge.net/manual-wix3/daily_builds.htm for info on how to to that. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 27 June 2012 18:15, Dan Muller <dmuller...@comcast.net> wrote: > 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 > directory, but how would you be able to run msbuild on a computer without > sharpdevelop or visual studios > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-installer-through-the-command-line-tp7579149p7579152.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 ------------------------------------------------------------------------------ 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