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
Feb 03, 2022Bronze Contributor
Thank you I will try this now. out of curiosity why %~dp0?
Feb 03, 2022
https://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