vmware-archive / webcommander

Powerful, flexible, intuitive and most importantly simple. That is what a real automation solution should be. No matter how complicated the task is, we'd like to turn it into a single click. Is that possible? Not without webcommander :)
MIT License
165 stars 47 forks source link

IIS Installation Issue Windows 2012 #191

Closed bvi1998 closed 6 years ago

bvi1998 commented 6 years ago

In order for this to work in the setup.ps1 script, it seems you have to install .NET 3.5 first:

Install-WindowsFeature Net-Framework-Core -source d:\sources\sxs (for example)

Otherwise this will fail:

Install-WindowsFeature -name Web-Server -IncludeManagementTools -IncludeAllSubFeature -confirm:$false -wa 0 | out-null

bvi1998 commented 6 years ago

just wanted others to know this.