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.
a) There is no official support of a silent installation existing for MDK-ARM b) "It can be unzipped but the application is not installed correctly" -> pls detail the result after installation
I have resolved the problem.
if run "uv4.exe" directly when the installer is unzipped, there will report an error: "Cannot read TOOLS.ini, please reinstall your toolchain".
Compare the normal installation and unzip installation, i found the "TOOLS.ini" can be updated from "SETUP.ini",
1. Create an empty file named "TOOLS.ini"
2. add the following settings at "UV2" section: [UV2]
RTEPATH=C:\Keil_v5\ARM\PACK TOOL_VARIANT=mdk_pro_flex NAME="Name", "A" FLEX=8224@**.**.**.** FLEX_USE=1 FLEX_VARIANT=mdk_pro LEGACY_CM=1 ORGANIZATION=NXP EMAIL=**@**.com
3. add "PATH="C:\Keil_v5\ARM\" at "ARMADS" section.
4. Start C:/Keil_v5/UV4/UV4.exe to open the UI.
5. Opend PackInstaller.exe to manage your pack.
I used a script to achieve the automatic installation
Thanks for the information. Worth noting in case the need arises in the future.
Separate comment:
It's really nice to see someone not just post a question, but clearly show competence, the will to try to find a solution to a problem and the decency to post a solution.
IMHO that is really quite rare nowadays.
View all questions in Keil forum