Deploying IDEA StatiCa with Intune

Deploy IDEA StatiCa through Microsoft Intune, ensuring Microsoft Desktop Runtime 6.0 is installed first. Please use these instructions as a reference; multiple approaches may be suitable.

For demonstration purposes, the following steps will outline the process for installing IDEA StatiCa version 24.1

Prerequisites

Step 1: Download Necessary Files

Step 2: Package Installers

Package Desktop Runtime 6.0

  1. Create a source folder C:\Source\Runtime6 and place the runtime installer inside.
  2. Create a destination folder C:\Output, which will be the output location for our newly created .intunewin files.
  3. Run in Command Prompt: IntuneWinAppUtil.exe -c C:\Source\Runtime6 -s windowsdesktop-runtime-6.0.x-win-x64.exe -o C:\Output
    OR
    Launch IntuneWinAppUtil.exe and follow the on-screen instructions to package the app.

Package idea-statica.msi

  1. Create folder C:\Source\ideastatica and place idea-statica.msi inside.
  2. Run: IntuneWinAppUtil.exe -c C:\Source\ideastatica -s idea-statica.msi -o C:\Output
    OR
    Launch IntuneWinAppUtil.exe and follow the on-screen instructions to package the app.


Step 3: Upload and Configure Apps in Intune

Upload Desktop Runtime 6.0

  1. In Intune, go to Apps > All apps > Add.
  2. Select Windows app (Win32).
  3. Upload the runtime .intunewin file located in C:\Output.
  4. App Information:
    • Name: Microsoft Desktop Runtime 6.0
    • Publisher: Microsoft
  5. Program:
    • Install command: windowsdesktop-runtime-6.0.x-win-x64.exe /install /quiet /norestart
    • Uninstall command: windowsdesktop-runtime-6.0.x-win-x64.exe /uninstall /quiet /norestart
  6. Detection Rules: Use a file or registry detection to confirm the installation.
  7. Finish without assigning the app yet.

Upload idea-statica.msi

  1. Add another Windows app (Win32).
  2. Upload the idea-statica.intunewin file located in C:\Output.
  3. App Information:
    • Name: IDEA StatiCa 24.1
  4. Program:
    • Install command: msiexec /i idea-statica.msi /qn
    • Uninstall command: msiexec /x {PRODUCT-CODE} /qn (PRODUCT-CODE should be automatically detected).
  5. Detection Rules: Use the MSI product code or folder detection.
  6. Dependencies: Add Microsoft Desktop Runtime 6.0.
  7. Finish without assigning the app yet.

Step 4: Assign Apps to Users or Devices

Assign Desktop Runtime 6.0

  • In Apps, select Microsoft Desktop Runtime 6.0.
  • Go to Properties > Assignments.
  • Under Required, add target user or device groups based on your preferences.

Assign IDEA StatiCa

  • Select IDEA Statica 24.1
  • Go to Properties > Assignments.
  • Under Required, add the same groups.