添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
酷酷的卡布奇诺  ·  YOLOv5x6模型来了! ...·  5 月前    · 
痴情的帽子  ·  Flutter 爬坑杂记 - 简书·  1 年前    · 
喝醉的羽毛球  ·  The value of ...·  2 年前    · 

While working with Docker containers on Windows Server 2016 (WS2016) that is a part of corporate domain I ran into an issue that does not allow me to install any MSI packages inside of the container. In particular I'm trying to install vcredist_x86.exe package. I narrowed it down to MSIServer service that cannot run inside of the container for some reason. I use process mode to run containers on WS2016.

If I run the same container on Win10 in hyperv mode, I have no problem installing MSI packages.

If I run the same container on WS2016 in Azure (not a part of corporate domain), I have no problem running MSIServer service inside of the container and can install vcredist package.

Here's the error I get on when I try to start MSIServer service inside of the container on corporate WS2016 machine:

PS C:\> Start-Service msiserver

Start-Service : Service 'Windows Installer (msiserver)' cannot be started due to the following error: Cannot start

service msiserver on computer '.'.

At line:1 char:1

+ Start-Service msiserver

+ ~~~~~~~~~~~~~~~~~~~~~~~

+ CategoryInfo          : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],

ServiceCommandException

+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand

I suspect corporate domain Group Policy may have something to do with it but so far couldn't find any info that would prove it. The error is not very informative.

Any suggestions how to further troubleshoot this issue?

Harassment is any behavior intended to disturb or upset a person or group of people. Threats include any threat of suicide, violence, or harm to another. Any content of an adult theme or inappropriate to a community web site. Any image, link, or discussion of nudity. Any behavior that is insulting, rude, vulgar, desecrating, or showing disrespect. Any behavior that appears to violate End user license agreements, including providing product keys or links to pirated software. Unsolicited bulk mail or bulk advertising. Any link to or advocacy of virus, spyware, malware, or phishing sites. Any other inappropriate content or behavior as defined by the Terms of Use or Code of Conduct. Any image, link, or discussion related to child pornography, child nudity, or other child abuse or exploitation.

Your question is beyond the scope of these Forums

This Community is mainly for home users and their computer problems, not business systems.

Kindly post your question in the TechNet Server Forums.

http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver

TechNet Forums:

https://social.technet.microsoft.com/Forums/en-US/home

MSDN Forums:

https://social.msdn.microsoft.com/Forums/en-US/home

Cheers.

___________________________________________________

Bill Smithers - Microsoft MVP July 2013 - Dec 2020
Harassment is any behavior intended to disturb or upset a person or group of people. Threats include any threat of suicide, violence, or harm to another. Any content of an adult theme or inappropriate to a community web site. Any image, link, or discussion of nudity. Any behavior that is insulting, rude, vulgar, desecrating, or showing disrespect. Any behavior that appears to violate End user license agreements, including providing product keys or links to pirated software. Unsolicited bulk mail or bulk advertising. Any link to or advocacy of virus, spyware, malware, or phishing sites. Any other inappropriate content or behavior as defined by the Terms of Use or Code of Conduct. Any image, link, or discussion related to child pornography, child nudity, or other child abuse or exploitation. Harassment is any behavior intended to disturb or upset a person or group of people. Threats include any threat of suicide, violence, or harm to another. Any content of an adult theme or inappropriate to a community web site. Any image, link, or discussion of nudity. Any behavior that is insulting, rude, vulgar, desecrating, or showing disrespect. Any behavior that appears to violate End user license agreements, including providing product keys or links to pirated software. Unsolicited bulk mail or bulk advertising. Any link to or advocacy of virus, spyware, malware, or phishing sites. Any other inappropriate content or behavior as defined by the Terms of Use or Code of Conduct. Any image, link, or discussion related to child pornography, child nudity, or other child abuse or exploitation.