Enterprise Software Thread, Deploying Office 2010 via SCCM in Technical; Hello,
I am looking to deploy Office 2010 by SCCM 2007. We have a mix of machine running Office 2007, ...
-
25th April 2012, 08:13 PM #1 Deploying Office 2010 via SCCM
Hello,
I am looking to deploy Office 2010 by SCCM 2007. We have a mix of machine running Office 2007, Office 2007 and 2010 on the same machine, these machines have outlook 2007 not 2010. Some just have 2010 on manually installed, not our custom MSP - i would like these to be reinstalled.
Does anyone have a system or scripts that will remove all previous version of office and install 2010. I have setup an MSP for 2010 ready. One concern i will have is removing the old version with all the mix thats outs there, when i run commands to uninstall old software the deployment reporting back as failed if it isnt installed and becuase of the mixed version.
If anyone can help that would be good.
Thanks
-
-
IDG Tech News
-
25th April 2012, 09:19 PM #2 Part of the options in the MSP are to allow removal of any previous version. Ive used this before successfully. It should do the trick for you.
-
-
25th April 2012, 10:15 PM #3 
Originally Posted by
TheScarfedOne
Part of the options in the MSP are to allow removal of any previous version. Ive used this before successfully. It should do the trick for you.
It wont allow you to run the installer if Office 2010 is installed. So those machines with 2007 & 2010 wont fall into that scope. I cant just run an uninstaller as it will remove Outlook 2007 and leave no Outlook installed at all.
-
-
25th April 2012, 11:10 PM #4 Could you use a start / wait command on an uninstall then install after?
-
-
25th April 2012, 11:28 PM #5 Sorry i dont get what you mean?
-
-
26th April 2012, 07:36 AM #6 Have a batch script which will uninstall Office2010 but by using the start /wait command it waits until you finish the original command which would be the uninstall and then run the second command which would be the reinstall.
Example of batch.
start /wait msiexec -u office2010.msi <<<< This will hold the script until its finished its current task.
msiexec -x office2010.msi
Not sure what the uninstall switch is for msiexec.
Hope that makes sense..
Ross
-
-
26th April 2012, 10:00 AM #7 Will this work with SCCM? When i deployed the AV i had a command to remove the old AV. If it wasnt installed the job would just fail. I dont want this to happen with Office
-
-
27th April 2012, 10:12 AM #8 Can i bump this please
-
-
3rd May 2012, 09:11 AM #9 Hi guys, I am having trouble deploying this! (well kind of) It sayings its failed but its installed on the client machine!
I have setup a batch file to install office 2010. If i run the batch file manaually it works a treat. When i try to deploy it in SCCM i get this error:
The program for advertisement "FPH20036" failed ("FPH0000E" - "Install"). A failure exit code of 1 was returned.
User context: NT AUTHORITY\SYSTEM
Possible cause: Systems Management Server (SMS) determines status for each program it executes. If SMS cannot find or correlate any installation status Management Information Format (MIF) files for the program, it uses the program's exit code to determine status. An exit code of 1 is considered a failure.
Solution: For more information on the exit code, refer to the documentation for the program you are distributing.
This is my batch file. It is set to remove any existing versions off office 2010 first. I am trying to install on a machine that doesnt have it installed.
cscript OffScrub10.vbs ALL,OSE
setup.exe /adminfile "Updates\FPHS-Config.MSP"
set ProgramFilesPath=%ProgramFiles%
"%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM. EXE"
C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act
set ProgramFilesPath=%ProgramFiles(x86)%
"%ProgramFilesPath%\Common Files\microsoft shared\OfficeSoftwareProtectionPlatform\OSPPREARM. EXE"
C:\Windows\system32\cscript.exe "%ProgramFilesPath%\Microsoft Office\Office14\ospp.vbs" /act
Thanks
Last edited by FN-GM; 3rd May 2012 at 09:16 AM.
-
-
4th May 2012, 12:01 PM #10 One snag I ran into, and knew I needed to set this way but can be lost in all the screens for configuration, is that if you don't state the package does not require the user to be logged on (default), while creating the program for the package in SCCCM, it won't populate when you go to create the install application task sequence (whats funny is we test for this condition but not if you actually checked the "can be called from a task box directly" but I chalk that up to learning 
Hope this helps folks!
-
-
9th May 2012, 08:56 AM #11 Sorry i dont quite understand
-
-
9th May 2012, 09:24 AM #12 The only pain with SCCM is that you can't make the advertisement run before the user logs on i.e. like GPO software deployment. Problem then becomes...
a) our machines don't sit at a login screen long enough to deploy "when no user is logged on"
b) once a user is logged on they might be using Office when the advertisement is about to start
In the case of b) the upgrade seems to work OK even if a 2007 program is open (although if the user tries to save the document after a certain point it crashes). SCCM doesn't let you do custom message boxes either so not helpful there either. I did find a little notifier utility from Coretech but it's all hassle that should be built into the product. Don't think 2012 is any better in that respect as far as I know?
-
-
9th May 2012, 09:27 AM #13 
Originally Posted by
gshaw
The only pain with
SCCM is that you can't make the advertisement run before the user logs on i.e. like GPO software deployment. Problem then becomes...
a) our machines don't sit at a login screen long enough to deploy "when no user is logged on"
b) once a user is logged on they might be using Office when the advertisement is about to start
In the case of b) the upgrade seems to work OK even if a 2007 program is open (although if the user tries to save the document after a certain point it crashes).
SCCM doesn't let you do custom message boxes either so not helpful there either. I did find a little notifier utility from Coretech but it's all hassle that should be built into the product. Don't think 2012 is any better in that respect as far as I know?
We dont have that issue. The software is installing fine but just repoting back to SCCM 2007 incorrectly
-
-
9th May 2012, 09:50 AM #14 
Originally Posted by
FN-GM
We dont have that issue. The software is installing fine but just repoting back to
SCCM 2007 incorrectly
Out of interest what settings are you using for the Program (user logged on \ not logged on etc)
-
-
9th May 2012, 10:03 AM #15 
Originally Posted by
gshaw
Out of interest what settings are you using for the Program (user logged on \ not logged on etc)
not logged on
-
SHARE: 
Similar Threads
-
By MattDLEA in forum Office Software
Replies: 15
Last Post: 2nd May 2012, 04:22 PM
-
By adamchapman in forum Office Software
Replies: 8
Last Post: 4th August 2011, 12:16 AM
-
By Ben-BSH in forum Office Software
Replies: 7
Last Post: 21st June 2011, 03:50 PM
-
By Jay_Jay in forum Enterprise Software
Replies: 5
Last Post: 17th June 2011, 08:16 AM
-
By 10101010 in forum Office Software
Replies: 1
Last Post: 12th January 2011, 12:18 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