Office Software Thread, Office 2010 SP1 in Technical; So Office 2010 SP1 seems to have a flaw whererby it activates Groove again.
The fix seems to be to ...
-
15th December 2011, 11:46 AM #1 Office 2010 SP1
So Office 2010 SP1 seems to have a flaw whererby it activates Groove again.
The fix seems to be to re-run the setup with a config.xml file after installation:
"%CommonProgramFiles%\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /modify ProductName /config "<path>\Config.xml"
What would be the best way to get this to run following the roll out of the SP1 package?
-
-
IDG Tech News
-
15th December 2011, 01:10 PM #2 This can't be that difficult to achieve, surely? I really can't think how to do it though. :-(
-
-
15th December 2011, 01:35 PM #3 Just use PsExec after hours to send the command out to all workstations, would do the trick wouldn't it?
I know that I fixed the file associations running by winword /r with PsExec, after uninstalling the 2007 Compatibility Pack fo Office 2003 stupidly removed the file associations for docx etc.
-
-
15th December 2011, 01:54 PM #4 Ah!
Would that simply be a case of running:
psexec \\COMP-01 "%CommonProgramFiles%\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /modify ProPlus /config "P:\Office 2010 SP1\Config.xml"
then?
-
-
15th December 2011, 02:00 PM #5 I ran and then the command I wanted to run - I forgot what the -s and -d flags do but you need the \\* for it to hit every computer in your domain. I think the flags are silent and something else... Google will say, anyway 
EDIT: -s runs as system account, -d was "don't wait for application to terminate" i.e. launch and move on.
Source: http://technet.microsoft.com/en-us/s...rnals/bb897553
-
-
15th December 2011, 02:05 PM #6 "T:\Staff Resources\ICT Technicians\PsTools\psexec" \\ittech-01 -s -d "%CommonProgramFiles%\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /modify ProPlus /config "P:\Office 2010 SP1\Config.xml"
Doesn' seem to do anything to the remote machine.
-
-
15th December 2011, 02:07 PM #7 
Originally Posted by
Edu-IT
"T:\Staff Resources\
ICT Technicians\PsTools\psexec"
\\ittech-01 -s -d "%CommonProgramFiles%\Microsoft Shared\OFFICE14\Office Setup Controller\setup.exe" /modify ProPlus /config "P:\Office 2010 SP1\Config.xml"
Doesn' seem to do anything to the remote machine.
You might need the FQDN of the target machine.
I wrote a batch file to sit in the same directory as psexec and just called "psexec \\* -s -d [command]" - possibly that will help? Otherwise, to the event logs Batman...
-
-
15th December 2011, 02:18 PM #8 
Originally Posted by
sonofsanta
You might need the FQDN of the target machine.
I wrote a batch file to sit in the same directory as psexec and just called "psexec \\* -s -d [command]" - possibly that will help? Otherwise, to the event logs Batman...
Right, so that seems to launch setup.exe on the remote machine but it doesn't look to be then going on to use the switches.
/modify ProPlus /config "P:\Office 2010 SP1\Config.xml"
-
-
15th December 2011, 02:23 PM #9 
Originally Posted by
Edu-IT
Right, so that seems to launch setup.exe on the remote machine but it doesn't look to be then going on to use the switches.
/modify ProPlus /config "P:\Office 2010 SP1\Config.xml"
Hmm, don't know then - it ran the switches for me.... Code:
psexec \\* -s -d "c:\Program Files\Microsoft Office\Office14\winword" /r
pause
(pause at the end just so the window stayed open for me to read it all back)
Maybe try launching something else with a switch - a cmd window with a different background colour or something, just to check that that works? I'm at a loss now to be honest, PsExec did it fine for me, so I never had to troubleshoot it particularly. Sorry
-
-
15th December 2011, 02:46 PM #10 I've put the command into a bat file and then used:
psexec \\CompName -c Office2010SP1Fix.bat
and it seems to have worked.
This copies the bat file to the local machine and then runs it.
-
-
15th December 2011, 02:52 PM #11 By the way, thank you SO much for your help! Saved me a ton of head scratching @sonofsanta.
-
-
16th December 2011, 09:28 AM #12 
Originally Posted by
Edu-IT
By the way, thank you SO much for your help! Saved me a ton of head scratching @
sonofsanta.
S'alright, glad I can return the favour from time to time
-
SHARE:
Similar Threads
-
By AngryTechnician in forum Windows
Replies: 29
Last Post: 5th September 2011, 08:06 PM
-
By DrCheese in forum Office Software
Replies: 6
Last Post: 10th July 2011, 07:21 PM
-
By RabbieBurns in forum IT News
Replies: 3
Last Post: 19th May 2011, 09:04 AM
-
By SYNACK in forum Office Software
Replies: 19
Last Post: 20th May 2009, 04:40 AM
-
By contink in forum Office Software
Replies: 3
Last Post: 3rd July 2008, 02:45 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules