询问者
SCCM 软件分发skype_for_business,客户端自动重启

问题
-
各位好!
这边通过SCCM 应用程序方式发布了skype_for_business到客户端,但发现有部分客户端会自动强制重启。
1、skype_for_business配置了静默安装的config.xml,并加添了不强制重启的参数,测试客户端单独安装不存在重启的问题
<Setting Id="SETUP_REBOOT" Value="Never" />
<Setting Id="REBOOT" Value="ReallySuppress"/>
2、在软件分发属性中,配置了用户体验>无特定操作
3、查看重启客户端的系统日志,发现有如下报错,但无法确定原因(setup.exe为skype_for_business的安装程序)
4、客户端的SCCM log日志是否有相关的的重启记录,可以进行分析,还请各位帮助,谢谢!
- 已编辑 罗韬 2018年8月7日 1:16
全部回复
-
您好,
你可以看下AppEnforce.log这个日志文件。C:\Windows\CCM\Logs
查看下返回代码是多少。
理论上,您的设置都是对的,无特定操作,是会抑制重启的。
Working with the restart behavior of Applications in ConfigMgr 2012
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已建议为答案 Xin GuoMicrosoft contingent staff, Moderator 2018年8月9日 2:21
-
这个返回值应该是应用程序的返回值。
比如msi文件返回值:
https://docs.microsoft.com/en-us/windows/desktop/Msi/logging-of-action-return-values
Return code
https://en.wikipedia.org/wiki/Return_code
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.- 已编辑 Xin GuoMicrosoft contingent staff, Moderator 2018年8月8日 6:09
-
你可以尝试修改返回代码1641为Soft Reboot,看看效果如何。
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.