打印

[原创] 组策略部署软件问题

组策略部署软件问题

我用组策略部署office2003
设置计算机assign software。
客户机放到了指定的OU里,GPO连接到OU。
客户机重启后软件没安装,event log里说软件安装access有问题。
office在共享目录里,并且system组有full的权限。

怎么回事呢????

TOP

TOP

看看系统日志提示什么。一般这样的情况都是权限问题
2007.11.21 70-270 1000 分 Pass

TOP

自己顶一顶

TOP

你在用msiexec 命令安装时,指定的安装路径是不是使用IP地址,建议改成共享服务器的名字。这样应就可以了。

TOP

我用组策略部署office2003
设置计算机assign software。
客户机放到了指定的OU里,GPO连接到OU。
客户机重启后软件没安装,event log里说软件安装access有问题。
office在共享目录里,并且system组有full的权限。
Installation path uses share name, not use IP!

Event Type: Error
Event Source: Application Management
Event Category: None
Event ID: 102
Date: 1/11/2007
Time: 9:55:11 AM
User: NT AUTHORITY\SYSTEM
Computer: IT-TEST02
Description:
The install of application Microsoft Office Professional Edition 2003 from policy InstallOffice failed. The error was : The installation source for this product is not available. Verify that the source exists and that you can access it.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

TOP

问题解决了:
如果禁止继承父目录的权限就不成功。
选择继承父目录权限或者加入user组的读权限就可以。
不知为何?

TOP