How to silently install keil_uv4 by command line options?
I found the MDK5.24 installer is a self extracting zip file. It can be unzipped but the application is not installed correctly. So i want to ask what the command line options for silent-install.
In case anyone finds this via a search engine: There is a page describing command line options for MDKxxx.exe type installers: http://www.keil.com/support/man/docs/uv4/uv4_ov_install.htm
MDKxyz.exe --batch-install -P"c:\Keil_v5" -F"John" -L"Doe" -O"ACME" -E"jd@acme.com"Worked for me with MDK525.EXE.