Jan 24 2020 08:46 AM
I have several .msi apps I'm deploying through Intune as Windows LOB apps. When these apps have updates, I upload the new .msi files to the 'app package files' area of app properties.
The problem is, Intune seems to install these updates whenever it can, causing applications or PCs to force restart.
Is there a way to prevent the automatic restarts, or better yet, to schedule when the updates happen, so we can make sure they happen outside business hours?
Alternatively, I would like to update these .msi files in Intune via PowerShell, but I have been unable to find a way to manage these apps in PowerShell.
Jan 24 2020 10:36 AM
Jan 24 2020 10:53 AM
@Moe_Kinani I am installing the Zoom client and the Zoom Outlook plugin. Both in .msi form. The .msi files I upload have a higher version number than the previous ones, so I assume that's telling Intune it needs to update them.
The last time I uploaded a new .msi for the Outlook plugin, not 5 minutes later my users started complaining that their Outlook had just restarted itself. (My own did as well.)
And the last time I uploaded a new .msi for the Zoom client itself, my computer (which is assigned to the app), restarted without warning.
We have our Windows Update rings configured to reboot during the maintenance window and not during business hours. And Windows Update usually warns that it's about to reboot. In this case, there is no warning.
Jan 24 2020 11:51 AM
Sorry about the misunderstanding!
In this case, you don’t have way to schedule the update via Intune. Have you tried /norestart switch in Program tab? I think this can do it for you.
Moe
Jan 24 2020 11:55 AM
@Moe_Kinani No need to apologize. Thanks for helping figure this out.
The docs say not to use msiexec command arguments, and to use a Win32 app instead for that. I might need to give that a try.
Jan 24 2020 12:20 PM
SolutionJan 25 2020 03:30 PM
Jan 24 2020 12:20 PM
Solution