Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 08-19-2007, 03:45 AM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2005

Posts: 11

Boonie45

Default Office 2007 GPO Deployment

Not sure if this has been resolved anywhere or not, but I'm having one issue in using GPO to deploy Office 2007.

When I have the GPO uninstall Office 2003, then install 2007, I get an error that says the ose00000.exe is not responding. The Office 2007 install then stalls. If the machine is then restarted, the install goes through, and all is fine.


Anyone have any tips/suggestions?


Thanks!
Boonie45 is offline  
Old 08-20-2007, 03:36 PM   #2 (permalink)
 
Newb Techie

Join Date: Dec 2005

Posts: 11

Boonie45

Default Re: Office 2007 GPO Deployment

Anyone?
Boonie45 is offline  
Old 08-21-2007, 05:52 PM   #3 (permalink)
 
True Techie

Join Date: Dec 2002

Posts: 158

sCribes

Default Re: Office 2007 GPO Deployment

Everything is working correctly expect for the fact that the machines arent rebooting during the installation? If thats the case, why dont you just add a reboot to the script.

<code>
Sub ShutDown()
Dim Connection, WQL, SystemClass, System

'Get connection To local wmi
Set Connection = GetObject("winmgmts:root\cimv2")

'Get Win32_OperatingSystem objects - only one object In the collection
WQL = "Select Name From Win32_OperatingSystem"
Set SystemClass = Connection.ExecQuery(WQL)

'Get one system object
'I think there is no way To get the object using URL?
For Each System In SystemClass
System.Win32ShutDown (2)
Next
End Sub
</code>
__________________
l
sCribes is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Office 2007 Evolution556 Windows Operating Systems and Software 6 05-12-2007 10:08 AM
office 2002 to office 2007 wc000 Windows Operating Systems and Software 1 05-04-2007 03:40 AM
Office 2007 Product Activation philb101 Windows Operating Systems and Software 2 04-28-2007 09:06 AM
Vista and Office 2007 Schmidt1989 Windows Operating Systems and Software 3 04-23-2007 12:25 AM
Office 2007 on two computers spartan1121 Windows Operating Systems and Software 3 04-02-2007 03:23 PM