Middle of app installation reboot Intune win32 model

Vij 306 Reputation points
2021-09-27T11:57:14.223+00:00

the source behaviour is rebooting while source installation ( middle of installation). the steps are below

  1. setup.exe -> run with admin rights
  2. withing half minute system will reboot
  3. after login back, the installation will start automatically
  4. installation will complete successfully.

Batch script created using silent switches -> application working as expected
Powershell script (AppDeployToolKit) created -> application working as expected

using same scripts , created intune file, Created intune application & tested.
reboot not happens ( the application from company portal keep running )

May i know how to handle reboot middle of installation?

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
872 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,302 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Rahul Jindal [MVP] 9,131 Reputation points MVP
    2021-09-27T13:44:22.64+00:00

    Intune doesn’t do anything on its own. Is reboot necessary for the app to complete installation? If yes, then how are you handling it in the script?


  2. Rahul Jindal [MVP] 9,131 Reputation points MVP
    2021-09-27T21:36:53.84+00:00

    Which app is it?

    0 comments No comments

  3. Vij 306 Reputation points
    2021-09-27T22:40:43.927+00:00

    App Name : measurement partner suite bz-5503

    0 comments No comments

  4. Rahul Jindal [MVP] 9,131 Reputation points MVP
    2021-09-28T20:50:01.993+00:00

    Honestly I know very little about this app. The reason why I asked was because I thought I could advise better if it was a known app to me.

    However, that doesn’t mean this is not fixable. If the installer supports silent and reboot suppression swtiches, then you should be able to create a script calling out the installer with the relevant /verysilent /norestart or equivalent switches and then set the reboot setting to ‘Intune will force a mandatory device restart’ under the Device restart behaviour tab.

    0 comments No comments