/build/static/layout/Breadcrumb_cap_w.png

Office 365ProPlus deploy

Hi 

We would like to deploy Office365ProPlus on our sytems. Some as Office 2013 or2016.

Is there a script to uninstall office and install 365?

is it better to install in in my gold image or run as a post-install task?


0 Comments   [ + ] Show comments

Answers (4)

Posted by: sammavet 4 years ago
White Belt
0

When setting up the o365 xml file, you have the option to set it to remove all previous versions of office. I find that works better than a separate uninstall task done first. If you haven't taken a look, yet, you can find the xml generator at https://config.office.com/ Look for the generator at the bottom left of that page.

Posted by: SMal.tmcc 4 years ago
Red Belt
0

With office I put the install files in a temp dir on my master and run it post. Then delete files after the install.

If you install it into your golden image and copy profile to default all others uses will get some bad pointers to that source profile in their registry.

Posted by: chucksteel 4 years ago
Red Belt
0

We install it as a post-install task and our configuration is set to install the latest version, this way we don't have to worry about installing updates. We also don't use an image, we have moved to scripted installs.

For machines that are in place, we use a similar script that uninstalls previous versions first, and then installs ProPlus.


Comments:
  • Thanks.
    I tried a script with the tenant number and key but doesn't seem to want to install. How does your configuration scripts looks like? Would you mind sharing? thanks - psaussey 4 years ago
    • Script:
      setup.exe /download configuration.xml
      OPPTransition.exe -Tenant ourtenantid -Key ourkey -Domain ourdomain.onmicrosoft.com -Version 16 -UninstallVersion msi16

      Here is our configuration.xml:
      <Configuration>

      <Add OfficeClientEdition="32" Channel="Broad">
      <Product ID="O365ProPlusRetail">
      <Language ID="en-us" />
      <ExcludeApp ID="Groove" />
      </Product>
      </Add>
      <Updates Enabled="TRUE" Channel="Broad" />
      <Display Level="None" AcceptEULA="TRUE" />
      <Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />

      </Configuration> - chucksteel 4 years ago
    • thanks! will give it a try - psaussey 4 years ago
  • Tried the script and blocks at skucheck, make sure the licence is validated. Put our tenant, our domain. - psaussey 4 years ago
    • Did you get the error before Office installed? The script first installs office and then puts it into device based licensing mode (OPPTransition.exe). If it is failing during setup.exe, then there is an issue with the version of the installer that you are using. - chucksteel 4 years ago
      • setup.exe /download config.xml , installs the office folder. but then office doesnt install, im i missing a step? - psaussey 4 years ago
      • So the install is failing. Time to start checking logs. I'm not sure if there is a flag on setup.exe for additional logging, but that would be an option. Otherwise check the Event Logs to see if the installer reporting errors there. - chucksteel 4 years ago
Posted by: rileyz 4 years ago
Red Belt
0

If you need a uninstall Office nuker, you can use this

https://github.com/OfficeDev/Office-IT-Pro-Deployment-Scripts/tree/master/Office-ProPlus-Deployment/Remove-PreviousOfficeInstalls


Its coded by MS and does a great job of removing all bits of Office.


Comments:

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ