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 w...
- Feb 03, 2022
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 😉 )
Feb 02, 2022
install.cmd
AB21805
Feb 02, 2022Bronze Contributor
Thank you just testing I will let you know how I get on tomorrow! Just out of interest why a CMD rather than a powershell file? for install and uninstall
- Feb 02, 2022It's a habit I guess, you can use cmd or ps1 files to start the installation. powershell.exe -executionpolicy bypass -file .\install.ps1 will also work. (When creating a .intunewin package just specify install.ps1 in that case)
- AB21805Feb 02, 2022Bronze ContributorOhhh fair! Also when running the install runs on test device locally unless I move the install folder with all files inside into my onedrive location on the device is there a reason for that?
- Feb 02, 2022No, you can specify any folder you want from any location when creating .intunewin file. If I understand your question correctly 😉