Problems with WiX and Visual Studio web deployment project

Posted by Valeriu on Stack Overflow See other posts from Stack Overflow or by Valeriu
Published on 2010-04-13T14:39:11Z Indexed on 2010/04/13 14:43 UTC
Read the original article Hit count: 365

Hello,

I want to create an .MSI package from a web deployment project in Visual Studio 2008. Now we want to use continuous integration and we would need the .MSI package build in the nightly builds.

Till now we used standard Visual Studio Web Setup project, but this is not compatible with the MSBuild. So we decided to use WiX.

The problem is that I have not found any good tutorial/documentation about this. Is there a way to do a WiX installer package from a web deployment project? If yes, how?

Also, I tried to use heat.exe to create the XML for the WiX project .wxs file, but it seems that heat.exe doesn't recognize the web deployment project format.

Thank you for your responses.

Regards, V.

© Stack Overflow or respective owner

Related posts about wix

Related posts about web-deployment-project