Install IIS 7.0 on Windows Vista Premium
April 30, 2007 by Milo Riano
Filed under Microsoft, Windows Vista
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.






































Any new good features compare to IIS 6.0?
hello! can anyone please explain what’s the use of the script provided after the How-to? and where to append it? Thanks