Re: [WiX-users] Website and AppPool settings

2014-01-09 Thread Rob Mensching
6:55 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Website and AppPool settings Check out Link [7] at the bottom... Quoting Brian Enderle : > Thanks, I actually followed this article to create a working installer > but my specific issue is setting all the values that t

Re: [WiX-users] Website and AppPool settings

2014-01-09 Thread Carter Young
Check out Link [7] at the bottom... Quoting Brian Enderle : > Thanks, I actually followed this article to create a working installer but > my specific issue is setting all the values that the old installer did > (StartupTimeLimit, ConnectionTimeout, AspScriptTimeOut, DefaultDoc, etc.). > > Brian

Re: [WiX-users] Website and AppPool settings

2014-01-09 Thread Brian Enderle
Thanks, I actually followed this article to create a working installer but my specific issue is setting all the values that the old installer did (StartupTimeLimit, ConnectionTimeout, AspScriptTimeOut, DefaultDoc, etc.). Brian If you can't explain it simply, you don't understand it well enough.

Re: [WiX-users] Website and AppPool settings

2014-01-09 Thread Carter Young
This will get you started: http://www.codeproject.com/Articles/115036/Creating-WIX-Installer-for-ASP-NET-Web-Application Carter Quoting Brian Enderle : > I am converting a install project from an older Windows Installer to WiX. > This project sets up a website and associated application pool wi

[WiX-users] Website and AppPool settings

2014-01-09 Thread Brian Enderle
I am converting a install project from an older Windows Installer to WiX. This project sets up a website and associated application pool with the following parameters (used in conjunction with the System.Configuration.Install.Installer class):