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

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

2007-01-19 Thread Dhaval Patel
files separately as File elements? -Oleg. -- *From:* Dhaval Patel [mailto:[EMAIL 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

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

2007-01-19 Thread Levi Wilson
, 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 files. One

[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

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

2007-01-18 Thread Dhaval Patel
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 files. One thing the example doesn't mention is nested directories (example, you may have an App_Code, App_Themes, etc) directories - if you are using