Idea Statica
Steel
Concrete
BIM & Workflows
Support & Learning
Pricing
Company
14-Day Trial
Deploying IDEA StatiCa with Intune
Licensing
What licensing system does IDEA StatiCa use?
Where to download installation files
Activating your user account
Setting up a commercial license
System requirements for IDEA StatiCa
Single Sign-on (SSO)
Set-up guide for Single Sign-On (SSO)
How to set which products I take from the license pool?
Do we have to do something special to open the traffic between the license server and our network?
How to add users who are assigned to another license?
Who is using the license?
New version indicator
Deploying IDEA StatiCa with Intune
Off-line licensing
LicensingKnowledge baseLicensing

Deploying IDEA StatiCa with Intune

This article is also available in
ENCSDEESFRITPTNLHURO

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

  • 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

  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.