3

I have Visual Studio 2008, 2010, and WIX37.msi (WIX 3.7) installed on my machine.

However, I am unable to see WIX project type in Visual studio 2008/2010.

Do I need to install additional tool/plugin?

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
Monika
  • 669
  • 1
  • 6
  • 6

2 Answers2

2

I have Visual Studio 2008 and Visual Studio 2010 installed on my machine and I installed WiX v3.7 RTM from Codeplex. Things work okay for me. There is a known issue in VS2008 that requires you to set an MSBuild property called RunWixToolsOutOfProc to true. This occurred because parts of WiX v3.7 were incorrectly built against the NETFX4.0 and VS2008 runs on NETFX2.0.

Rob Mensching
  • 33,834
  • 5
  • 90
  • 130
  • I also installed Wix from Codeplex only. Please help – Monika Apr 26 '13 at 07:58
  • At this point, it sounds like you need support. For that, I recommend contacting wix-users@lists.sourceforge.net and sending along the install logs and the Visual Studio log. Something is peculiar about your machine. :) – Rob Mensching Apr 26 '13 at 13:36
  • Thanks Rob!Do I need to install Votive (WIX plugin for visual studio)? – Monika Apr 28 '13 at 16:14
  • Also, one more query, I read somewhere that we can create xml using command line and create setup using Wix. Please provide me link for tutorial. Thanks! – Monika Apr 28 '13 at 16:20
  • You don't *need* Votive and the tutorial you're looking for can be found here: http://wixtoolset.org/documentation/tutorial. Good luck. – Rob Mensching Apr 28 '13 at 16:36
1

Install v3.0 of WiX Toolset, to make it work with Visual Studio 2008. You can get it here: http://wix.codeplex.com/releases/view/44406

I don't know why it's not documented on their site but apparently you can't install the latest version (3.10 at the moment) and make it work with VS2008.

Pedro Gordo
  • 1,825
  • 3
  • 21
  • 45