iis not installed

IIS Not installed

I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

From David Wang MSFT
Format
and clean install Vista 5308 and then run that exact pkgmgr command. That will be *exactly* what we do daily.
We are still seeing some problems using the various UI/dialogs to install IIS7. I am comfortable with the pkgmgr commandline since it is exactly what the IIS team uses and works reliably; the various UI are less covered (and mostly uncover non-IIS issues within Vista Componentization since IIS7 is the most complicated and componentized part of Vista and push the boundaries in Vista Componentization).
As a general rule, I do not upgrade Vista during beta. Just a warning -- IIS7 upgrade/migration isn't exactly working, and componentized upgrade/uninstall isn't working, either. So, upgrade at your own risk if you want to see a functioning IIS7. :-)
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights.
-- Peter
Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged.
"Dean Nicholson" wrote in message

I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

You can find it in Control Panel > Programs > Advanced Options > Windows Features. -- Andre Windows Connect | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Dean Nicholson" wrote in message

I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

I think the OP knows this. His problem is that it does not install.
-- Peter
Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged.
"Andre Da Costa" wrote in message

You can find it in Control Panel > Programs > Advanced Options > Windows Features. -- Andre Windows Connect | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Dean Nicholson" wrote in message I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

Could be interpreted that way too. -- Andre Windows Connect | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Peter Foldes" wrote in message I think the OP knows this. His problem is that it does not install.
-- Peter
Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged.
"Andre Da Costa" wrote in message

You can find it in Control Panel > Programs > Advanced Options > Windows Features. -- Andre Windows Connect | http://www.windowsconnected.com Extended64 | http://www.extended64.com Blog | http://www.extended64.com/blogs/andre http://spaces.msn.com/members/adacosta "Dean Nicholson" wrote in message I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

What exactly does ' then run that exact pkgmgr command. ' mean?
Thanks
Dean
"Peter Foldes" wrote in message From David Wang MSFT
Format and clean install Vista 5308 and then run that exact pkgmgr command. That will be *exactly* what we do daily.
We
are still seeing some problems using the various UI/dialogs to install IIS7. I am comfortable with the pkgmgr commandline since it is exactly what the IIS team uses and works reliably; the various UI are less covered (and mostly uncover non-IIS issues within Vista Componentization since IIS7 is the most complicated and componentized part of Vista and push the boundaries in Vista Componentization).
As
a general rule, I do not upgrade Vista during beta. Just a warning -- IIS7 upgrade/migration isn't exactly working, and componentized upgrade/uninstall isn't working, either. So, upgrade at your own risk if you want to see a functioning IIS7. :-)
-- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights.
-- Peter
Please Reply to Newsgroup for the benefit of others Requests for assistance by email can not and will not be acknowledged.
"Dean Nicholson" wrote in message

I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

Dean,
Installing IIS from the command line or through the control panel seems to always error unless you make sure all your regional settings are English - United States. I always set mine to English - United Kingdom during installation of an OS, Vista doesn't seem to like this. If you've set it to anything other than English - United States, you need to set everything back to En - US using the Control Panel -> Regional and Language Options applet and make sure you go to the last tab on that: Administrative -> Reserved Account settings (allow in the ConsentUI dialog) and check the two boxes, you might have to restart, then IIS will install with no errors from the Control Panel.
In case you hadn't already found it the *exact* command that you need to run is
start /w pkgmgr /l:c:\log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
Only problem is that after installing I can't open the IIS Manager: keep getting a .NET error:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.DisplayInformation.get_LowResolution() at System.Windows.Forms.ToolStripProfessionalRenderer.get_RendererOverride() at System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderToolStripBackground(ToolStripRenderEventArgs e) at System.Windows.Forms.ToolStripRenderer.DrawToolStripBackground(ToolStripRenderEventArgs e) at System.Windows.Forms.ToolStrip.OnPaintBackground(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Microsoft.ManagementConsole Assembly Version: 3.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.ManagementConsole/3.0.0.0__31bf3856ad364e35/Microsoft.ManagementConsole.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- MMCFxCommon Assembly Version: 3.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/MMCFxCommon/3.0.0.0__31bf3856ad364e35/MMCFxCommon.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.Web.Management Assembly Version: 7.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.Web.Management/7.0.0.0__31bf3856ad364e35/Microsoft.Web.Management.dll ---------------------------------------- Microsoft.Web.Management.resources Assembly Version: 7.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.Web.Management.resources/7.0.0.0_en-US_31bf3856ad364e35/Microsoft.Web.Management.resources.dll ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

"Dean Nicholson" wrote in message

I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

Paul J. Melia wrote:

Dean,
Installing IIS from the command line or through the control panel seems to always error unless you make sure all your regional settings are English - United States. I always set mine to English - United Kingdom during installation of an OS, Vista doesn't seem to like this. If you've set it to anything other than English - United States, you need to set everything back to En - US using the Control Panel -> Regional and Language Options applet and make sure you go to the last tab on that: Administrative - Reserved Account settings (allow in the ConsentUI dialog) and check the two boxes, you might have to restart, then IIS will install with no errors from the Control Panel.

I have Vista set to English (as opposed to US English <g>), and had no trouble installing IIS7 from the command line using the instructions given in the Release Notes Addendum.
Mind you, I also pushed the button to make English the default for new and system accounts too, which might have been a factor.
-- Steve Foster [SBS MVP] --------------------------------------- MVPs do not work for Microsoft. Please reply only to the newsgroups.

I have Vista set to English with French keyboard, and IIS installed from the control panel for me (I did have to try a few times). -- Pierre Szwarc Paris, France PGP key ID 0x75B5779B ------------------------------------------------ Multitasking: Reading in the bathroom ! ------------------------------------------------
"Steve Foster [SBS MVP]" a écrit dans le message de news: xn0ejn7pwg290yu02l@msnews.microsoft.com... | | I have Vista set to English (as opposed to US English <g>), and had no | trouble installing IIS7 from the command line using the instructions given | in the Release Notes Addendum. | | Mind you, I also pushed the button to make English the default for new and | system accounts too, which might have been a factor. | | -- | Steve Foster [SBS MVP] | --------------------------------------- | MVPs do not work for Microsoft. Please reply only to the newsgroups.

If anyone's interested, I've just googled and found the cause of the null reference exception when trying to open IIS manager:
Apparently you'll get this if you have dual monitors and the right hand monitor is set as the primary; resolution: disable dual monitors or set the left hand monitor to be the primary display. Someone did some lateral thinking!
Paul
"Paul J. Melia" wrote in message

Dean,
Installing IIS from the command line or through the control panel seems to always error unless you make sure all your regional settings are English - United States. I always set mine to English - United Kingdom during installation of an OS, Vista doesn't seem to like this. If you've set it to anything other than English - United States, you need to set everything back to En - US using the Control Panel -> Regional and Language Options applet and make sure you go to the last tab on that: Administrative - Reserved Account settings (allow in the ConsentUI dialog) and check the two boxes, you might have to restart, then IIS will install with no errors from the Control Panel.
In case you hadn't already found it the *exact* command that you need to run is
start /w pkgmgr /l:c:\log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
Only problem is that after installing I can't open the IIS Manager: keep getting a .NET error:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.DisplayInformation.get_LowResolution() at System.Windows.Forms.ToolStripProfessionalRenderer.get_RendererOverride() at System.Windows.Forms.ToolStripProfessionalRenderer.OnRenderToolStripBackground(ToolStripRenderEventArgs e) at System.Windows.Forms.ToolStripRenderer.DrawToolStripBackground(ToolStripRenderEventArgs e) at System.Windows.Forms.ToolStrip.OnPaintBackground(PaintEventArgs e) at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) at System.Windows.Forms.Control.WmPaint(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Microsoft.ManagementConsole Assembly Version: 3.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.ManagementConsole/3.0.0.0__31bf3856ad364e35/Microsoft.ManagementConsole.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- MMCFxCommon Assembly Version: 3.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/MMCFxCommon/3.0.0.0__31bf3856ad364e35/MMCFxCommon.dll ---------------------------------------- System.Configuration Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.Web.Management Assembly Version: 7.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.Web.Management/7.0.0.0__31bf3856ad364e35/Microsoft.Web.Management.dll ---------------------------------------- Microsoft.Web.Management.resources Assembly Version: 7.0.0.0 Win32 Version: 6.0.5308.17 CodeBase: file:///D:/Windows/assembly/GAC_MSIL/Microsoft.Web.Management.resources/7.0.0.0_en-US_31bf3856ad364e35/Microsoft.Web.Management.resources.dll ---------------------------------------- System.ServiceProcess Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.62 (rtmLHS.060727-6200) CodeBase: file:///D:/Windows/assembly/GAC_MSIL/System.ServiceProcess/2.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
configuration system.windows.forms jitDebugging="true" / /configuration
When
JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

"Dean Nicholson" wrote in message I need to get IIS 7 installed so I can install 64bit SQL Server dev edition. Any suggestions ?
Thanks.

Windows Vista

Topic:


Nick: