Re: [WiX-users] Using WIX 3.7 & VS2012 Creating MSI packages of ASP.NET WEBSITE

2013-02-06 Thread chennam
Hi Ramirez, I have come across this article "http://www.codeproject.com/Articles/115036/Creating-WIX-Installer-for-ASP-NET-Web-Application"; do this will be helpful if I follow at this moment ,since I am bit of urgency. I understand I should start from basic but it would take time for me ;which I

Re: [WiX-users] Using WIX 3.7 & VS2012 Creating MSI packages of ASP.NET WEBSITE

2013-02-06 Thread Nick Ramirez
Have you read through the various documentation: manual, tutorial, book at http://wixtoolset.org/? I would start by learning the basic of building a WiX project before jumping into installing a website. Installing a website is an advanced topic. To do so, you will need to use the WiX IIS extension.