Skip to content

Windows: Install IIS8 with MS SQL 2012 on Server 2012

cpx March 4, 2014 1 min read MSServer 2012
dism /online /get-features
DISM.EXE /enable-feature /online /featureName:IIS-WebServerRole;IIS-ASP;IIS-FTPserver;IIS-FTPsrv
DISM.EXE /enable-feature /online /featureName:IIS-ASP
DISM.EXE /enable-feature /online /featureName:IIS-FTPserver
# not needed
DISM.EXE /enable-feature /online /featureName:IIS-FTPsrv

For .NET 3.5 SP1 for MS SQL 2012

dism.exe /online /enable-feature /featurename:NetFX3 /Source:D:\sources\sxs /LimitAcces

0 0 votes
Article Rating
guest

0 Comments
Oldest
Newest Most Voted
0
Would love your thoughts, please comment.x
()
x