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 😉 )
AB21805
Bronze Contributor
Hi Harm, I have just checked endpoint and seem to get this error
(0x80070001) what does this mean? How do I investigate it
(0x80070001) what does this mean? How do I investigate it
Feb 03, 2022
Could you post the contents of your installation folder in a screenshot, your install script and the settings of your App in Intune?
- 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
- 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"