Forum Discussion
AB21805
Feb 02, 2022Bronze Contributor
installing a exe but not working
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?
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 😉 )
- I would just create a install.cmd in c:\install and copy the installation files in it. Command-line in it would be "installer.exe ISX_IED="license code" LOCALE=xxxx" Package it using the intunewinapp util specifying c:\install as location and install.cmd as install command and also in the installation parameters. You can also put a Uninstall.cmd in c:\install too or specify the command-line in the uninstall parameters in Intune.
- AB21805Bronze ContributorHi Harm, when creating the intunewin file is the setup file the install.cmd or the exe?
- install.cmd
- What happens when you use psexec to elevate yourself to system and try to execute that same install command from that cal emulator\install folder
- AB21805Bronze ContributorWhat do you mean? how would that look?
When I tested locally without using intune this works. So the command itself locally works- Testing an installation with system could be just a little bit different then using a normal admin account. And because intune installs that software as system..... 🙂