Re: [WiX-users] package ASP.NET application

2007-01-19 Thread Ogurok, Oleg
PROTECTED] Sent: Friday, January 19, 2007 12:21 AM To: Ogurok, Oleg Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] package ASP.NET application See the example here: http://www.tramontana.co.hu/wix/lesson6.php#6.3 Basically, the Directory element would contain all your *.aspx, *.js, etc

[WiX-users] package ASP.NET application

2007-01-18 Thread Ogurok, Oleg
Hi there, I am migrating from the bult-in VS2005 web deployment project to WiX. Could someone please provide a simple example of creating an MSI package which will create a virtual directory in IIS and install all output files (e.g. *.aspx, *.js) from a Visual Studio 2005 Web Deployment Projec