Ok, I have gone through the process to install Office 2007 through
AD/Group Policy Management Console on machines in our domain.
With other applications we push out, if the application isn't installed,
it installs it. If it is installed, it doesn't do anything else.
It appears though that with the Office Enterprise 2007 that if it IS
installed, that it re installs Office 2007...
Is there a way to configure AD/GPMC to only install Office if it ISN'T
installed already?????
Thanks
|
|
0
|
|
|
|
Reply
|
Steve
|
12/10/2009 11:14:00 PM |
|
Steve
Phone Support for Office Enterprise is free. See the below
Here you will find the Phone numbers and email addresses as to where and whom to
contact about Office Enterprise and your issue.
Scroll down to the bottom of page to North America
https://licensing.microsoft.com/eLicense/L1033/overview.asp
--
Peter
Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.
"Steve Grosz" <boise_bound@hotmail.com> wrote in message
news:%23U$o15eeKHA.3792@TK2MSFTNGP02.phx.gbl...
> Ok, I have gone through the process to install Office 2007 through AD/Group Policy
> Management Console on machines in our domain.
>
> With other applications we push out, if the application isn't installed, it
> installs it. If it is installed, it doesn't do anything else.
>
> It appears though that with the Office Enterprise 2007 that if it IS installed,
> that it re installs Office 2007...
>
> Is there a way to configure AD/GPMC to only install Office if it ISN'T installed
> already?????
>
> Thanks
|
|
0
|
|
|
|
Reply
|
Peter
|
12/11/2009 2:53:57 AM
|
|
Howdie!
Steve Grosz schrieb:
> Is there a way to configure AD/GPMC to only install Office if it ISN'T
> installed already?????
You need to use Group Policy startup scripts to do that. The Office team
found it would be good to change the setup routine (that worked
perfectly well with Office 2003 and GPSI) and disable unattended
installation/customized installations for Office 2007. Office 2010
doesn't look any better.
Your best bet is rolling out the MSI using a startup script and
providing an answer XML.
Cheers,
Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
ANY advice you get on the Newsgroups should be tested thoroughly in your
lab.
|
|
0
|
|
|
|
Reply
|
Florian
|
12/11/2009 6:42:04 AM
|
|
Am 11.12.2009 07:42, schrieb Florian Frommherz [MVP]:
> Your best bet is rolling out the MSI using a startup script and
> providing an answer XML.
Even better:
using the setup.exe in Startup Script and MSP file in .\updates ;-)
because the MSP can be much more customized, than the XML but the
MSP can only be used with setup.exe not MSI :-(
Remember to integrate a "runonce" in Script like:
if not exist "%programfiles%\microsoft office" setup.exe ....
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
|
|
0
|
|
|
|
Reply
|
Mark
|
12/11/2009 8:07:48 AM
|
|
We don't actually HAVE startup scripts, all of our drives are mapped
though GP, printers are done the same......
On 12/10/2009 11:42 PM, Florian Frommherz [MVP] wrote:
> Howdie!
>
> Steve Grosz schrieb:
>> Is there a way to configure AD/GPMC to only install Office if it ISN'T
>> installed already?????
>
> You need to use Group Policy startup scripts to do that. The Office team
> found it would be good to change the setup routine (that worked
> perfectly well with Office 2003 and GPSI) and disable unattended
> installation/customized installations for Office 2007. Office 2010
> doesn't look any better.
>
> Your best bet is rolling out the MSI using a startup script and
> providing an answer XML.
>
> Cheers,
> Florian
|
|
0
|
|
|
|
Reply
|
Steve
|
12/11/2009 5:38:30 PM
|
|
Am 11.12.2009 18:38, schrieb Steve Grosz:
> We don't actually HAVE startup scripts,
You knoiw the difference between Startup Script and Login Script?
Startup = Computer
Login = User
You can not deploy office in a Login script, because it runs in the
user credentials and a "USER" ist not allowed to install software.
So it needs to be a computer startup script, which runs in SYSTEM
context.
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
|
|
0
|
|
|
|
Reply
|
Mark
|
12/12/2009 4:20:36 PM
|
|
Another option to consider if you have a volume license, is to use the
Microsoft Office Customization Tool:
http://technet.microsoft.com/en-us/library/cc179097.aspx
Far more granular control than the .xml option.
Be sure to use the correct version for your service pack.
for an sp2 installation:
http://www.microsoft.com/downloads/details.aspx?FamilyId=73d955c0-da87-4bc2-bbf6-260e700519a8&displaylang=en
"Mark Heitbrink [MVP]" <spam-only@gruppenrichtlinien.de> wrote in message
news:O61lKc0eKHA.2460@TK2MSFTNGP04.phx.gbl...
> Am 11.12.2009 18:38, schrieb Steve Grosz:
>> We don't actually HAVE startup scripts,
>
> You knoiw the difference between Startup Script and Login Script?
>
> Startup = Computer
> Login = User
>
> You can not deploy office in a Login script, because it runs in the
> user credentials and a "USER" ist not allowed to install software.
> So it needs to be a computer startup script, which runs in SYSTEM
> context.
>
> Mark
> --
> Mark Heitbrink - MVP Windows Server - Group Policy
>
> Homepage: www.gruppenrichtlinien.de - deutsch
> Discuss : www.freelists.org/list/gpupdate
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4682 (20091212) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
--
[Robert]
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4682 (20091212) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
|
|
0
|
|
|
|
Reply
|
Robert
|
12/12/2009 11:40:32 PM
|
|
Hi,
Am 13.12.2009 00:40, schrieb Robert Sudbury:
> Another option to consider if you have a volume license, is to use the
> Microsoft Office Customization Tool:
The resulting MSP file can only deployed with the setup.exe
Thats the reason why you need to use the script instead of the
MSI installer and the GPSI.
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
|
|
0
|
|
|
|
Reply
|
Mark
|
12/13/2009 2:40:17 PM
|
|
I was actually pushing this out via the Computer (startup
script).....but I need it to determine if Office is already installed,
and if so, not install it again.........
On 12/12/2009 9:20 AM, Mark Heitbrink [MVP] wrote:
> Am 11.12.2009 18:38, schrieb Steve Grosz:
>> We don't actually HAVE startup scripts,
>
> You knoiw the difference between Startup Script and Login Script?
>
> Startup = Computer
> Login = User
>
> You can not deploy office in a Login script, because it runs in the
> user credentials and a "USER" ist not allowed to install software.
> So it needs to be a computer startup script, which runs in SYSTEM
> context.
>
> Mark
|
|
0
|
|
|
|
Reply
|
Steve
|
12/14/2009 4:56:21 PM
|
|
Am 14.12.2009 17:56, schrieb Steve Grosz:
>...but I need it to determine if Office is already installed,
> and if so, not install it again.........
if /i not exist "%programfiles%\microoft office"
\\server\share\office2007\setup.exe
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage: www.gruppenrichtlinien.de - deutsch
Discuss : www.freelists.org/list/gpupdate
|
|
0
|
|
|
|
Reply
|
Mark
|
12/15/2009 11:24:19 AM
|
|
|
9 Replies
890 Views
(page loaded in 4.629 seconds)
|