b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

Windows Vista Weblog

Install IIS 7.0 on Windows Vista Premium

by Milo on April 30th, 2007

In case you were wondering where did the add/remove components of Windows Vista go to install IIS, use the simple steps below provided you have the Web Server Administrator role:

1. Click Start and then click Control Panel.

2. In Control Panel, click Programs and then click Turn on or off Windows Features.

3. In the Windows Features dialog box, click Internet Information Services and then click OK.

Likewise, you may also use the following script which gives you the full set of features of IIS.

start /w pkgmgr /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-Security;IIS-BasicAuthentication;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;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI

Navigating through Windows Vista could be a little too tricky, but then again, all previous features can still be found with a little digging.

Via Microsoft Technet.

POSTED IN: Microsoft, Windows Vista

2 opinions for Install IIS 7.0 on Windows Vista Premium

Have an opinion? Leave a comment: