我要从我们域中的所有客户端计算机中删除Microsoft Lync (静默)。
我已经尝试过使用"msiexec-command“来删除它,但是整个办公室的其他应用程序都遇到了问题。
因此,我只想问一下,是否还有其他建议可以卸载Lync。
发布于 2014-11-15 00:31:10
"C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe"
/uninstall LYNCENTRY /dll OSETUP.DLL /config c:\temp\config_uninstall_Lync_Basic.xml其中c:\temp\config_uninstall_Lync_Basic.xml如下所示:
<Configuration Product="LYNCENTRY">
<Display Level="None" AcceptEULA="TRUE" />
<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>以下是http://technet.microsoft.com/en-us/library/jj205129.aspx http://technet.microsoft.com/en-us/library/jj204651.aspx的官方参考
https://stackoverflow.com/questions/22662674
复制相似问题