Forum Discussion

shocko's avatar
shocko
Steel Contributor
Nov 17, 2023

Controlling Software Installation Order

We have several pieces of software that we need to target to over 1000 Windows 10 machines. 2 pieces of software require reboots so we wish these to be installed after the other 3 (that don't require...
  • alexander_tuvstrom's avatar
    Nov 18, 2023

    shocko 

     

    To address your scenario in Microsoft Endpoint Configuration Manager (MECM), where you have multiple pieces of software to deploy to over 1000 Windows 10 machines, with a specific installation order and reboot requirements, here's a recommended approach:

     

    Create Application Packages: First, create individual application packages for each of the software items you need to deploy. This will give you the flexibility to manage each software's deployment settings independently.

     

    Non-OS Deployment Task Sequence: Since you have specific installation order requirements and the need for reboots, consider using a non-OS deployment task sequence. This is a versatile tool in MECM that allows for complex deployment scenarios. You can sequence the installation of the applications in the desired order and specify reboots where necessary. This approach provides greater control over the installation process compared to Application Groups.

     

    You can find more information about Non-OS Deployment Task Sequences here: https://learn.microsoft.com/en-us/mem/configmgr/osd/deploy-use/create-a-task-sequence-for-non-operating-system-deployments

Resources