GPO在Windows 8.1上安装Live Meeting 2007

错误:

从策略LiveMeeting 2007中删除应用程序Microsoft Office Live Meeting 2007的分配失败。 错误是:%% 2

无法find来自源应用程序pipe理组策略的事件ID 103的说明。 要么提出的组件

此事件未安装在本地计算机上,或者安装已损坏。 您可以在本地计算机上安装或修复组件。

我们只有在Windows 8.1域站的问题… Windows 7域站没有问题

检查: https : //social.technet.microsoft.com/Forums/windows/en-US/bcf38d47-c4b6-4355-a79f-1f256bbed933/can-not-push-software-via-group-policy

Windows 7: The assignment of application from policy failed. The error was : %%1274

没有成功

Manuall安装正常工作:Live Meeting x86与Windows 8.1 x64

任何人都知道什么是与GPO?

我正在尝试在Windows 8.1上安装Office Live Meeting 2007,通过类似于部署Office 2013的batch file的方式工作。

所以我有:

@echo off reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ProductName% if %errorlevel%==1 (goto DeployLiveMeeting) else (goto End) REM If 1 returned, the product was not found. Run setup here. :DeployLiveMeeting start /wait msiexec.exe /i \\scripts\OfficeCommunicator2007\LiveMeeting.msi" /passive /norestart REM If 0 or other was returned, the product was found or another error occurred. Do nothing. :End 

但是,在注册查询(Office15.PROPLUS)工作在Office 2013年底%产品名称%… – 我应该用于Live Meeting?