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
No, you can specify any folder you want from any location when creating .intunewin file. If I understand your question correctly 😉
AB21805
Feb 02, 2022Bronze Contributor
I 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 03, 2022https://htipe.wordpress.com/2008/10/09/the-dp0-variable/ It's a variable for cmd files so that the whole path is prefixed, sometime apps install only using that
- AB21805Feb 03, 2022Bronze ContributorThank you I will try this now. out of curiosity why %~dp0?
- Feb 03, 2022
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"
- AB21805Feb 03, 2022Bronze Contributor
Here are the screenshots Harm_Veenstra Rudy_Ooms_MVP
in the package part for the win32 set up i used install.cmd
- Feb 03, 2022normally that error codes means: invalid function. But it would help indeed if you post the content of the install folder and the install.cmd.
Also I would advice to do some troubleshooting of the install itself like I am explaining in this blog
https://call4cloud.nl/2021/05/imecache-attack-of-the-cleaner/
So you could get back some errors what could be causing it - AB21805Feb 03, 2022Bronze Contributor
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 03, 2022Could you post the contents of your installation folder in a screenshot, your install script and the settings of your App in Intune?
- AB21805Feb 03, 2022Bronze ContributorHi Harm, I have just checked endpoint and seem to get this error
(0x80070001) what does this mean? How do I investigate it - 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 😉