Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action UpdateWebAppMapping, location: C:\inetpub\wwwroot\SDLink\, command: C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -s "W3SVC/1/ROOT/SDLink"
This error causes the installation to fail with this final message:
Setup Wizard ended prematurely because of an error.
Root Cause:
This message is found in the Servicing Director Link (SD Link) log file.
This error message is from Windows, where the Windows ASP.NET is not ready to be configured by the SD Link installation. There can be a number of Windows conditions which can cause this error, and the exact Windows condition is not indicated by the error.
Workaround:
Generally speaking, the error message shows the installation attempting an ASP.NET configuration command using the Microsoft provided aspnet_regiis.exe.
This Windows command registers the SD Link web application with Windows ASP.NET and Windows had some failure executing that command which is not shown.
Use your Microsoft support resources to resolve this ASP.NET issue.
You may be able to reveal the Windows failure with this ASP.NET command by running same command yourself interactively from an administrator's Command Prompt. Running the command interactively should receive an error message from Windows which will lead your troubleshooting to Microsoft support resolutions for the message you receive.
Here is the command line isolated from the rest of the installation log error:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -s "W3SVC/1/ROOT/SDLink"
Once you can run this command successfully, then retry the SD Link installation, and this issue should be resolved.
ArticleNumber:
000043319