Feb 02 2022 05:55 AM
Hi all,
I am trying to install an emulator which is an exe with a license key but when installing it fails.
I have been told that the install command is:
But this doesnt seem to work via intune.
I have packaged the .intunewin file pointing to the exe but no luck any ideas?
Feb 02 2022 08:06 AM
Feb 02 2022 10:53 AM
Feb 02 2022 11:30 AM
Feb 02 2022 11:33 AM
Feb 02 2022 11:39 AM
Feb 02 2022 11:41 AM
Feb 02 2022 11:43 AM
Feb 02 2022 11:46 AM
Feb 02 2022 10:47 PM
Feb 02 2022 10:57 PM
Feb 02 2022 11:06 PM
The install.cmd contains : "ClassWiz Emulator Subscription for fx-83GT X_85GT X Ver.2.01_b.exe" /l"1033" /s /v" /qn ISX_EID=My license"
Feb 02 2022 11:07 PM
Feb 02 2022 11:37 PM
Here are the screenshots @Harm_Veenstra @Rudy_Ooms_MVP
in the package part for the win32 set up i used install.cmd
Feb 02 2022 11:40 PM
Feb 02 2022 11:42 PM
Feb 02 2022 11:49 PM
Feb 02 2022 11:58 PM
Sometimes I use something like this as command-line:
%~dp0\"ClassWiz Emulator Subscription for fx-83GT X_85GT X Ver.2.01_b.exe" /l"1033" /s /v" /qn ISX_EID=My license"
Or this as install command-line:
.\"ClassWiz Emulator Subscription for fx-83GT X_85GT X Ver.2.01_b.exe" /l"1033" /s /v" /qn ISX_EID=My license"
Feb 03 2022 12:02 AM
You could try using Windows Sandbox (Add/Remove Features) in combination with Run-in-Sandbox (https://github.com/damienvanrobaeys/Run-in-Sandbox). You can right-click a .intunewin file and choose "Test intunewin in Sandbox". Makes testing a lot easier 😉
Feb 03 2022 08:21 AM
Solution
Works 🙂
Change:
- Renamed long .exe file to shorter name
- changed install.cmd to "ClassWiz_Emulator.exe" /l"1033" /s /v" /qn ISX_EID=xxxxxxxx" (Removed the serialnumber 😉 )