stillbamboo.blogg.se

Create system center deployment for office 2016 64 bit
Create system center deployment for office 2016 64 bit









create system center deployment for office 2016 64 bit
  1. CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT HOW TO
  2. CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT INSTALL
  3. CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT WINDOWS 8.1
  4. CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PLUS
  5. CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PROFESSIONAL

Optional: In my organization, we have a problem with Windows 8.1 systems which are unable to read the SRV records for our KMS in our local DNS.

CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT INSTALL

This step does not need conditions because it will install on both x86 and 圆4 architectures. Add a “Install Application” step and select the Microsoft Office 2013 Standard application we created in the previous post. Once finished with the uninstall commands, let’s turn our attention to the install group.The ProPlus setup.exe is sufficient, but you will need to change the “ProPlus” to “ProPlusr” in each command line right after the “/uninstall”. You don’t need to point the command lines to each Retail’s media setup.exe. The only thing that changes is you have to import the specific MSI for the retail versions. For the Retail versions, repeat steps 5 and 6.When finished, the ‘Options” tab should look like the following: Add the “Installed Software” condition and import the x86 MSI.

CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PROFESSIONAL

  • If you want to detect and uninstall the x86 version of Professional Plus, repeat step 5 and use the following command:Ĭmd.exe /c \\\x86\setup.exe /uninstall ProPlus /config \\\x86\proplus.ww\SilentUninstallConfig.xmlĪgain, if you’re using Retail media the “ProPlus” must be substituted with “ProPlusr”.įor the x86 version you only need to add one condition because the x86 version can also be installed in 圆4 operating systems.
  • When finished, the conditions for this step should look like this: You will now need to browse to the installation source files and import the MSI inside the “ProPlus.ww” folder: In the “Options” tab, click on “Add condition” and click on “Operating System Version”:Īgain in the “Options” tab, click on “Add condition” and then click on “Installed Software”. If you’re using Retail media the “ProPlus” must be substituted with “ProPlusr”.Īdd a “Run As” account that has at least ‘Read” permission to the installation source files because task sequences run as the “Local System” account and will not have access to the network share. Add a “Run Command Line” with the following command:Ĭmd.exe /c \\\圆4\setup.exe /uninstall ProPlus /config \\\圆4\proplus.ww\SilentUninstallConfig.xml

    CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT PLUS

  • In the uninstall group, we will add the first step to detect and uninstall the MSDN version of Professional Plus 圆4.
  • For the uninstall group command lines, you will need to have access to each media type that you want to target because you will need to import each respective MSI as a condition to each step. The second folder will group the install commands for Standard. The first folder will group the uninstall commands for Professional Plus.
  • Create two folders for organizational purposes.
  • Right-click and Edit the newly created task sequence.
  • Then click Next all the way until the task sequence is created.
  • Make sure to name the task sequence something descriptive, mine is “Microsoft Office 2013 Standard”.
  • In the Administrator Console, go to your task sequences and right click and create a new custom task sequence.
  • We will now create a task sequence which will be advertised to the above collection. The contents of SilentUninstallConfig.xml is below: SilentUninstallConfig.xmlĬreate a XML file named “SilentUninstallConfig.xml” and save it in your “.ww” folder in the root of your installation source files. SMS_G_System_ADD_REMOVE_PROGRAMS.Version like "%" order by SMS_R_System.Name

    create system center deployment for office 2016 64 bit

    SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "Microsoft Office Professional Plus 2013%" SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId This is because we will create the collection using a query instead of direct memberships since the latter will take forever to input, not to mention, I find it very difficult to maintain.Ĭreate a collection and add the following query:

    create system center deployment for office 2016 64 bit

    We will then script out a task sequence to uninstall Professional Plus (MSDN and Retail) and install Standard in one motion because if we run the uninstall separately, the computers will drop off the collection as they are being uninstalled. We need to create a collection of all the computers that currently have Professional Plus installed. I am also only going to focus on the MSDN media types, but you can adapt the steps for the Retail versions by substituting the MSI’s for Retail instead of using the MSDN ones.

    CREATE SYSTEM CENTER DEPLOYMENT FOR OFFICE 2016 64 BIT HOW TO

    In summary, we detected unauthorized installations of Microsoft Office 2013 Professional Plus and now we need to uninstall and replace these rogue installations with the Standard version.įor this tutorial, I am going to assume you already know how to create collections and work with queries as well as task sequences. This post will address the second requirement mentioned in my previous post.











    Create system center deployment for office 2016 64 bit