The WiX setup installs that stuff under C:\Program Files\MSBuild. For example, I found the following in one of my .wixproj:
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath> The MSBuild documentation at http://msdn.microsoft.com/en-us/library/ms164309.aspx tells me that the MSBuildExtensionsPath32 and MSBuildExtensionsPath properties resolve to C:\Program Files\MSBuild or C:\Program Files (x86)\MSBuild depending on whether I'm running 32-bit or 64-bit MSBuild.exe. So you should expect to find the files at C:\Program Files\MSBuild\Microsoft\WiX\v3.x\Wix.targets or C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\Wix.targets in a normal WiX installation. I can't speak to what SharpDevelop does. Edwin G. Castro Software Developer - Staff Digital Channels Fiserv Office: 503-746-0643 Fax: 503-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 through the command line > > 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 distributed with > the > rest of the wix binaries? > > -- > View this message in context: http://windows-installer-xml-wix- > toolset.687559.n2.nabble.com/Creating-an-installer-through-the-command- > line-tp7579149p7579159.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