By default, IIS 7.0 is not installed in Windows Vista Business Enterprise Edition or Windows Vista Ultimate Edition. This article describes two installation methods.
Installation requirementsYou must be an IIS administrator.
Installation Method 1: install it on the user interface
1. Click Start/control panel/programs and select enable or disable Windows ".
2. In the Windows function dialog box, select "Internet Information Service"
3. Click "OK". Windows Vista starts the IIS installation process;
Note: If you use the above steps to install the SDK, you will get the default installation, that is, the minimum function. If you need additional IIS functions, such as application development functions or Web management tools, make sure to select the check boxes related to these functions in the Windows function dialog box.
Installation Method 2: script-based Installation
Enter the following command in the script:
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-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
|
If you use this script to install IIS, all IIS functions are installed. If you do not want to use some features, you should edit the script file to remove a feature, such as deleting the "IIS-LegacyScripts" in the last three lines of the script above, and only install the required package.
Related Articles]
- Severe warning: the Vista account password cracking tool is terrible.
- Microsoft made a rare discount on Vista sales for China Mobile
- Does Microsoft IIS pose a threat to open-source Apache?