Hello all,
Wondering if it’s possible to install multiple apps in a specific sequence from a policy?
I have an LPM software that requires 3 installs and they must be done in a certain order.
Hello all,
Wondering if it’s possible to install multiple apps in a specific sequence from a policy?
I have an LPM software that requires 3 installs and they must be done in a certain order.
Personally, I have accomplished this in two different ways (depending on underlying requirements) in our SE demo environment (I use Automox to build our basically everything in our demo environment for automation). Note: both methods will use Worklets for this (vs required software policies) for control.
Start-Process <path to exe> -Wait
to allow the installer call to finish before the next one begins. Depending on the size of the various installers, you can attach multiple to a single worklet and simply execute them in sequence (if the total install size is under 1GB).
I see… I think Option 2 would work well for what i’m trying to do. Thank you for the help!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.