Replies: 4 comments 2 replies
-
|
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Wolf1030 ,
Deploying an Inno Setup Installer via Intune & Company Portal using ChatGPT 😉🚀 Deploying an Inno Setup Installer via Intune & Company Portal✅ Step 1: Verify Silent Install SupportInno Setup installers usually support silent installation. Use one of these commands: setup.exe /silent /norestartOr to fully suppress the UI: setup.exe /verysilent /norestart🛠 Step 2: Package the Installer (.intunewin)Intune requires Folder Structure Example:Run the Tool:IntuneWinAppUtil.exe -c "SourceFolder" -s "setup.exe" -o "OutputFolder"📥 Step 3: Upload to Intune
⚙️ Step 4: Configure App Settings
setup.exe /verysilent /norestart
"C:\Program Files\AppFolder\unins000.exe" /verysilent /norestart
👥 Step 5: Assign the AppChoose who gets the app:
📊 Step 6: Monitor DeploymentGo to: ✅ You're all set! Your Inno Setup installer is now deployable via Intune and visible in the Company Portal. 🎉 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Feel free to re-open it OR share the solution/alternative/comment if already resolved👁️🗨️ |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get several of your products to be downloaded and installed via the Windows Company Portal that I'm setting up.
Axis IP Utility
Axis Device Manager
Axis Perimeter Defender PTZ
But, given that they are .exe it's proving difficult. I can see that they attempt to install, seeing their processes running in task manager, but then they just Failed to Install and the Installers just hang in the background.
Beta Was this translation helpful? Give feedback.
All reactions