"Go" prompt to specify alternate source path when installing IIS services on Windows Server 2016

Source: Internet
Author: User

Original address: http://www.codingwhy.com/view/973.html

When you install IIS in Windows Serever 2016, you experience the following prompts

Do you need to specify an alternate source path? One or more of the installation options are missing source files on the destination server. The server will try to specify from Windows Update or Group Policy ...

There are 2 solutions to the prompt "If you need to specify an alternate source path"

Method 1:

Click Specify alternate source path, and in the "Specify Alternate source path" window that pops up, fill in the path with the true path to the parallel storage (SxS) folder.

Method 2:

Open PowerShell and execute the following command

    1. Set-itemproperty-path ' Hklm:\software\policies\microsoft\windows\windowsupdate\au '-Name usewuserver-value 0

    2. Restart-service-name wuauserv

    3. Install-windowsfeature Net-framework-core

    4. Set-itemproperty-path ' Hklm:\software\policies\microsoft\windows\windowsupdate\au '-Name usewuserver-value 1

    5. Restart-service-name wuauserv

Execute to the 3rd command when installing the software and wait patiently for his installation to complete.

The installation will be completed with the following tips

Success Restart Needed Exit Code Feature Result

------- -------------- ---------      --------------

True No Success {. NET Framework 3.5 (including. NET 2.0 and 3.0), ....

By using the above method, you can basically resolve the issue of whether the IIS installation is prompting for "alternate source path required".

"Go" prompt to specify alternate source path when installing IIS services on Windows Server 2016

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.