Forum Discussion

Andrew Colombino's avatar
Andrew Colombino
Brass Contributor
Jan 24, 2020

How to prevent Intune deployment of Windows LOB apps from rebooting computers during business hours

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...
  • Thijs Lecomte's avatar
    Thijs Lecomte
    Jan 24, 2020
    You have two real options:
    - Use a /norestart switch for the MSI file
    - Use win32 app and configure the return codes

    I prefer the latter as Win32 are the real way to go

Resources