Office 2010 GP Deployment
I'm trying to deploy Office 2010 without a GP script. I want to deploy the msi directly because users don't have admin rights. My xml is working when I launch the setup manually, but I've kept it to a minimum to avoid errors for my testing phase. I always get an error with rsop.msc that there was an unrecoverable error during the installation.
I'm beginning to wonder if it is possible to deploy the Office 2010 msi thru GPOs in the software installation section ?
Anyone can help ?
Thanks.
I'm beginning to wonder if it is possible to deploy the Office 2010 msi thru GPOs in the software installation section ?
Anyone can help ?
Thanks.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
CraigK003
14 years ago
Hi,
I am in the process of doing this.
I would recommend you start with the MSI located in .\Office2010Std\Standard.WW\StandardWW.msi
also keep in mind the config.xml in this folder as well.
%windir%\system32\msiexec.exe" Args="/i \\Pacific\aperio\ictapps\Microsoft\Office\Office2010\Office2010Std\StandardWW.msi" QuietArg="/q" ChainPosition="after" Execute="install"
This should help
Craig
I am in the process of doing this.
I would recommend you start with the MSI located in .\Office2010Std\Standard.WW\StandardWW.msi
also keep in mind the config.xml in this folder as well.
%windir%\system32\msiexec.exe" Args="/i \\Pacific\aperio\ictapps\Microsoft\Office\Office2010\Office2010Std\StandardWW.msi" QuietArg="/q" ChainPosition="after" Execute="install"
This should help
Craig
Posted by:
aahmad
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.