For demonstration purposes, the following steps will outline the process for installing IDEA StatiCa version 24.1
Prerequisites
- Intune Access: Administrative rights to Microsoft Endpoint Manager (Intune).
Step 1: Download Necessary Files
- Microsoft Desktop Runtime 6.0: Download from .NET Runtime Downloads.
- idea-statica.msi: Download from our website.
- Intune Win32 Content Prep Tool: Download from GitHub.
Step 2: Package Installers
Package Desktop Runtime 6.0
- Create a source folder
C:\Source\Runtime6
and place the runtime installer inside. - Create a destination folder
C:\Output
, which will be the output location for our newly created .intunewin files. - Run in Command Prompt:
IntuneWinAppUtil.exe -c C:\Source\Runtime6 -s windowsdesktop-runtime-6.0.x-win-x64.exe -o C:\Output
OR
LaunchIntuneWinAppUtil.exe
and follow the on-screen instructions to package the app.
Package idea-statica.msi
- Create folder
C:\Source\ideastatica
and place idea-statica.msi inside. - Run:
IntuneWinAppUtil.exe -c C:\Source\ideastatica -s idea-statica.msi -o C:\Output
OR
LaunchIntuneWinAppUtil.exe
and follow the on-screen instructions to package the app.
Step 3: Upload and Configure Apps in Intune
Upload Desktop Runtime 6.0
- In Intune, go to Apps > All apps > Add.
- Select Windows app (Win32).
- Upload the runtime
.intunewin
file located inC:\Output
. - App Information:
- Name:
Microsoft Desktop Runtime 6.0
- Publisher:
Microsoft
- Name:
- 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
- Install command:
- Detection Rules: Use a file or registry detection to confirm the installation.
- Finish without assigning the app yet.
Upload idea-statica.msi
- Add another Windows app (Win32).
- Upload the
idea-statica.intunewin
file located inC:\Output
. - App Information:
- Name:
IDEA StatiCa 24.1
- Name:
- Program:
- Install command:
msiexec /i idea-statica.msi /qn
- Uninstall command:
msiexec /x {PRODUCT-CODE} /qn
(PRODUCT-CODE should be automatically detected).
- Install command:
- Detection Rules: Use the MSI product code or folder detection.
- Dependencies: Add
Microsoft Desktop Runtime 6.0
. - 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.