Forum Discussion
Controlling Software Installation Order
- Nov 18, 2023
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
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