This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Command line tools deplyment

I'm trying to create an automated script for deploying the command line tools with the segger Jlink driver. I'm currently using the 9.6.0 installer with the following command line:

.\nRF5x-Command-Line-Tools_9_6_0_Installer.exe /install /passive /quiet /norestart

This works fine except for the Jlink installer which waits for user response. I'm guessing the command line arguments are not used when calling the jlink installer.

Also, the jlink is version 6.16a and I need a different version.

Is there an option of running the command line tools installer quietly without installing it's internal jlink driver? I'll install the driver immediately after or use an existing one.

Parents
  • Ok. What you could do is fetch the nrftools msi package from the temp folder. You can find it by running the installer with /log log.log , and finding the line containing "Verified acquired payload: Tools at path: " The last path on that line should contain the separate nrftools-installer as an msi. You should be able to use this with the ordinary command line parameters to achieve a quiet installation without Segger.

Reply
  • Ok. What you could do is fetch the nrftools msi package from the temp folder. You can find it by running the installer with /log log.log , and finding the line containing "Verified acquired payload: Tools at path: " The last path on that line should contain the separate nrftools-installer as an msi. You should be able to use this with the ordinary command line parameters to achieve a quiet installation without Segger.

Children
No Data
Related