How to Deploy Custom Applications with Microsoft Intune for KIOSK Based Devices - Windows Based

Veera Ragavan 21 Reputation points
2023-11-01T08:55:56.0466667+00:00

Hello Experts,

Requirement : Is that Possible to deploy Custom Application's by Intune for Windows 10/11 KIOSK Devices

Currently the Environment as follows..

  1. Tenant Supporting the KIOSK Mode Devices
  2. KIOSK Based Devices are already (900+) reporting to Intune after the Device Enrollment
  3. KIOSK Devices are already receiving the Policies, and Compliance settings etc.,
  4. KIOSK Devices are Preinstalled with Application (Let us assume SAP GUI Version 1.0)
  5. KIOSK Devices are now required to upgrade from Version 1.0 to 2.0.
  6. The new Application 2.0 is available in the format of MSI or IntuneWin Based, This supports for the regular Windows 10/11 Devices based on the Application Model from Intune
  7. The Reference Application does not present in the Microsoft Store
  8. We do not prefer to perform "New Device Enrollment" = We would like to upgrade the Application to the Version 2.0 for the KIOSK Devices

We can see in the MS Forums about the usage of KIOSK, Set up KIOSK, Profile Settings (Example : Browser Landing Page, etc.,) also about the usage of Apps from Microsoft Store. But we do not see any about the Version upgrade of Custom Application's.

We have not tested this Version upgrade with deployment (So far), But soon we find the Test KIOSK to do.

Note: We refer the App SAP Version 1.0 to 2.0, As Similar we have some more apps which does not present in the MS Store, any Suggestions and reference can be helpful. Thank you

Regards,

Veera

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,751 questions
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.
895 questions
Microsoft Intune Enrollment
Microsoft Intune Enrollment
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Enrollment: The process of requesting, receiving, and installing a certificate.
1,273 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,489 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. ZhoumingDuan-MSFT 9,240 Reputation points Microsoft Vendor
    2023-11-02T06:15:27.4433333+00:00

    @Veera Ragavan,Thanks for posting in Q&A.

    From your description, I know that you want to deploy custom apps via Intune.

    Based on my researching, I found that you can upload custom apps to Intune by converting it to Win32 app, and then you can deploy it via Intune.

    You can follow the steps below to check whether the app support silently install, then you can refer the link below to prepare Win32 app and deploy it.

    https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare

    1.Run CMD as admin on device.

    2.CD to PSTools directory. https://learn.microsoft.com/en-us/sysinternals/downloads/psexec

    3.Enter psexec -i -d -s cmd.exe

    4.Enter whoami check running context.

    5.Enter Silently install command.

    Hope this information can be helpful. If there is any update, feel free to contact me.

    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

  2. Veera Ragavan 21 Reputation points
    2023-11-02T06:51:18.0933333+00:00

    Hello @ZhoumingDuan-MSFT

    My Sincere Sorry - Unfortunately the suggestion from you is not going to Support.

    As I mentioned, We have the Custom Application with MSI and Intunewin format which is Win32 App. This is Working fine with Windows 10/11 End Points via Intune. Those Windows 10/11 Devices are working for Single user PC or Multi User.

    But the Question here to know if the same Custom Apps are possible to deploy via Intune for WINDOWS KIOSK Devices. The Microsoft Documents are sharing about the Possiblities to install the Apps from Microsoft Store, But not something with Custom Applications. If you find any relevant and Valuable details, Please feel free to share.

    Regards,

    Veera


  3. Veera Ragavan 21 Reputation points
    2023-12-19T20:06:05.0166667+00:00

    Hello @ZhoumingDuan-MSFT

    Did you get chnace to look on my Request.?