Installing application via intune - Silent Install not supported

Barrie Anderson 21 Reputation points
2023-03-09T10:18:41.54+00:00

I am trying to install an EXE application on an intune device, however the application does not support an unattended installation

Is there a way the user can select to install this in company portal then go through the GUI to fully install the application themselves

I have tried using a command prompt to run the installer hoping to present this to the user which does not appear to work, is there a way command prompt could fire up a second command prompt that begins this installation?

Many Thanks

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,719 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,334 questions
{count} votes

Accepted answer
  1. Crystal-MSFT 42,961 Reputation points Microsoft Vendor
    2023-03-10T01:29:19.8566667+00:00

    @Barrie Anderson, Thanks for posting in Q&A.

    For exe file, the way to deploy via Intune is via Win32. For Win32, the install commands need to support silent install. From your description, it seems the application does not support. So I think it can't be deployed via Intune Win32.

    For your situation, maybe you can contact the app developer to see if the app can be installed via PowerShell script or others.

    Hope it can help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 11,716 Reputation points
    2023-03-10T11:05:57.0133333+00:00

    In history, Configuration Manager (SCCM) did provide such capability, it has additional option something like "allow user interfer with installation process". But Intune does not have exact same option in Win32 tool. You could try to assign app for User Context and let it be available, but I doubt that might now work. In these cases, where application provider can't support you with providing silent switches to installer, only option is to record your own MSI for this app. I find "Application Repackager" from ITNinja being simplest one to do the basic job to have your own MSI ready.