/build/static/layout/Breadcrumb_cap_w.png

Uninstall office 2013 versions and deploy microsoft 365 using k1000 script

Guys, how are you?

I need to batch remove office 2013 versions and install microsoft 365 using k1000 script, does anyone have a procedure for this setup on k1000.

Thank you very much in advance!


0 Comments   [ + ] Show comments

Answers (1)

Posted by: kelleyplumos 1 year ago
Yellow Belt
1

Start here - https://learn.microsoft.com/en-us/deployoffice/overview-office-deployment-tool

 Long story short, you'll create an unattended install XML file you call using setup.exe that can nuke old versions of Office and install the new 365 Apps. It's very flexible and can even rip out Project and Visio and install the C2R or VLK versions of those for you.


For ex.

<Configuration ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">

<Add>

<Product ID="O365ProPlusRetail">

<Language ID="MatchOS"/>

<Language ID="MatchPreviousMSI"/>

</Product>

<Product ID="VisioProXVolume" MSICondition="VisPro,VisProR" PIDKEY="69WXN-MBYV6-22PQG-3WGHK-RM6XC">

<Language ID="MatchOS"/>

<Language ID="MatchPreviousMSI"/>

</Product>

<Product ID="VisioStdXVolume" MSICondition="VisStd,VisStdR" PIDKEY="NY48V-PPYYH-3F4PX-XJRKJ-W4423">

<Language ID="MatchOS"/>

<Language ID="MatchPreviousMSI"/>

</Product>

<Product ID="ProjectProXVolume" MSICondition="PrjPro,PrjProR" PIDKEY="WGT24-HCNMF-FQ7XH-6M8K7-DRTW9">

<Language ID="MatchOS"/>

<Language ID="MatchPreviousMSI"/>

</Product>

<Product ID="ProjectStdXVolume" MSICondition="PrjStd,PrjStdR" PIDKEY="D8NRQ-JTYM3-7J2DX-646CT-6836M">

<Language ID="MatchOS"/>

<Language ID="MatchPreviousMSI"/>

</Product>

</Add>

<Updates Enabled="TRUE" />

<Display Level="Full" AcceptEULA="TRUE" />

<Remove All="TRUE"/>

<RemoveMSI/>

</Configuration>


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