原文? 在 Windows Server 2008 R2 上安裝 IIS 7.5
默認(rèn)情況下,Windows?Server(R)?2008?R2 上不安裝 IIS?7.5??梢允褂梅?wù)器管理器中的 “添加角色” 向?qū)Щ蚴褂妹钚衼?lái)安裝 IIS?7.5。
安裝 Windows Server?2008?R2 時(shí),您可以執(zhí)行“服務(wù)器核心”安裝,這種方式將以最小服務(wù)器安裝形式來(lái)安裝 Windows Server?2008?R2。例如,這種類型的安裝不會(huì)安裝傳統(tǒng)的 Windows 界面,因此您必須通過(guò)命令提示符配置服務(wù)器。
要求
管理憑據(jù)
您必須是下列 IIS 管理角色的成員才能執(zhí)行此過(guò)程:
-
Web 服務(wù)器管理員
在 Windows Server(R) 2008 R2 上安裝 IIS 7.5
您可以使用用戶界面 (UI) 或腳本來(lái)執(zhí)行此過(guò)程。
使用 UI-
單擊 “開始” ,指向 “管理工具” ,然后單擊 “服務(wù)器管理器” 。
-
在 “角色摘要” 中,單擊 “添加角色” 。
-
使用 “添加角色” 向?qū)砑?Web 服務(wù)器角色。
![]() |
---|
如果使用
“添加角色”
向?qū)О惭b IIS,則只能采用默認(rèn)安裝,在這種安裝方式下,只會(huì)安裝最少的一組角色服務(wù)。如果需要其他 IIS 角色服務(wù),例如
“應(yīng)用程序開發(fā)”
或
“運(yùn)行狀況和診斷”
,請(qǐng)確保在向?qū)У?
“選擇角色服務(wù)”
頁(yè)中選中與這些功能關(guān)聯(lián)的復(fù)選框。
? |
?
-
在腳本中鍵入以下命令:
CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell
![]() |
---|
如果使用此腳本,將獲得全功能版的 IIS?7 安裝,即安裝所有可用的功能包。如果有不需要的功能包,則應(yīng)對(duì)腳本進(jìn)行編輯,以便僅安裝需要的功能包。
? |
?
使用服務(wù)器核心安裝在 Windows Server 2008 R2 上安裝 IIS 7.5
如果要安裝依賴于 .NET Framework 的 IIS?7 組件,則必須首先安裝 .NET Framework。如果尚未安裝 .NET Framework,則不會(huì)安裝依賴 .NET Framework 的組件。
使用腳本安裝 .NET Framework,并在服務(wù)器核心上完整地安裝 IIS 7.5-
在腳本中鍵入以下命令:
CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell;NetFx2-ServerCore;NetFx2-ServerCore-WOW64
-
在腳本中鍵入以下命令:
CMD /C START /w PKGMGR.EXE /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;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-ManagementScriptingTools;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;WAS-WindowsActivationService;WAS-ProcessModel;IIS-FTPServer;IIS-FTPSvc;IIS-FTPExtensibility;IIS-WebDAV;IIS-ASPNET;IIS-NetFxExtensibility;WAS-NetFxEnvironment;WAS-ConfigurationAPI;IIS-ManagementService;MicrosoftWindowsPowerShell
![]() |
---|
如果使用此腳本,則將進(jìn)行 IIS 完整安裝,即為服務(wù)器核心安裝所有可用功能包。如果有不需要的功能包,則應(yīng)對(duì)腳本進(jìn)行編輯,以便僅安裝需要的功能包。
? |
?
-
在腳本中鍵入以下命令:
start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
![]() |
---|
如果使用此腳本,則將進(jìn)行 IIS 默認(rèn)安裝,即安裝最小的一組可用功能包。 |
更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主
微信掃碼或搜索:z360901061

微信掃一掃加我為好友
QQ號(hào)聯(lián)系: 360901061
您的支持是博主寫作最大的動(dòng)力,如果您喜歡我的文章,感覺我的文章對(duì)您有幫助,請(qǐng)用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點(diǎn)擊下面給點(diǎn)支持吧,站長(zhǎng)非常感激您!手機(jī)微信長(zhǎng)按不能支付解決辦法:請(qǐng)將微信支付二維碼保存到相冊(cè),切換到微信,然后點(diǎn)擊微信右上角掃一掃功能,選擇支付二維碼完成支付。
【本文對(duì)您有幫助就好】元
