This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

keil uv4 silent install

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.

Parents
  • 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

    Command-line option Description
    --batch-install Skips all dialogs except from the progress dialog. Implicitly accepts license terms (see note below).
    -P Installation destination directory.
    -F Customer's first name.
    -L Customer's last name.
    -E Customer's email address.
    -O Customer's company name.

    MDKxyz.exe --batch-install -P"c:\Keil_v5" -F"John" -L"Doe" -O"ACME" -E"jd@acme.com"

    Worked for me with MDK525.EXE.
Reply
  • 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

    Command-line option Description
    --batch-install Skips all dialogs except from the progress dialog. Implicitly accepts license terms (see note below).
    -P Installation destination directory.
    -F Customer's first name.
    -L Customer's last name.
    -E Customer's email address.
    -O Customer's company name.

    MDKxyz.exe --batch-install -P"c:\Keil_v5" -F"John" -L"Doe" -O"ACME" -E"jd@acme.com"

    Worked for me with MDK525.EXE.
Children
No data