ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

MSVC 2008 cannot import wix project. #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When loading solution of the newly updated OSSBuild to the MSVC 2008, it 
complains that it cannot find imported project "C:\Program 
Files\MSBuild\Microsoft\WiX\v3.x\Wix.targets"

My system indeed doesn't contain this file, however, it contains "C:\Program 
Files\MSBuild\Microsoft\WiX\v3.5\Wix.targets" (v3.5 instead of v3.x)

Original issue reported on code.google.com by wl2776@gmail.com on 18 Aug 2010 at 7:39

GoogleCodeExporter commented 9 years ago
That's due to a change in WiX when using the latest release. See the updated 
ReadMe.txt: 
http://code.google.com/p/ossbuild/source/diff?spec=svn793&r=793&format=side&path
=/trunk/ReadMe.txt

You'll need to upgrade to a newer version of WiX. It should be stable for the 
remainder of the 3.5 series.

Original comment by david.g.hoyt on 18 Aug 2010 at 4:43