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 😉 )
It'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)
AB21805
Feb 02, 2022Bronze Contributor
Ohhh 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 😉
- AB21805Feb 02, 2022Bronze ContributorI understand that but when trying to run the install.cmd within the install folder in my onedrive this just fails the cmd window just shuts down but when I move the install folder to another location which isnt my onedrive this works perfectly. wonder if there is some sort of settings that block cmd files running in the onedrive location
- Feb 02, 2022Ah, ok.. Don't know the security measures of your computer, it could be... But test run it from locally and save/keep it in OneDrive.. Or start using Github for storing and versioning of your installations 😉