Difference between revisions of "J-Link Installer"

From SEGGER Wiki
Jump to: navigation, search
(Command line parameters)
(Available command line options)
Line 33: Line 33:
 
! Command line !! Meaning !! Default !! Syntax
 
! Command line !! Meaning !! Default !! Syntax
 
|-
 
|-
| ''-InstAllUsers'' || Install for all users || ''1[[#Notes: Command line options|(*)]]'' || ''-InstAllUsers=<'''1'''/0>''
+
| ''-InstAllUsers'' || Install for all users || ''1<ref name="Admin"/>'' || ''-InstAllUsers=<'''1'''/0>''
 
|-
 
|-
 
| ''-CreateStartMenuEntry'' || Create a start menu entry || ''1'' || ''-CreateStartMenuEntry=<'''1'''/0>''
 
| ''-CreateStartMenuEntry'' || Create a start menu entry || ''1'' || ''-CreateStartMenuEntry=<'''1'''/0>''
Line 39: Line 39:
 
| ''-CreateDesktopShortCut'' || Create a desktop shortcut || ''1'' || ''-CreateDesktopShortCut=<'''1'''/0>''
 
| ''-CreateDesktopShortCut'' || Create a desktop shortcut || ''1'' || ''-CreateDesktopShortCut=<'''1'''/0>''
 
|-
 
|-
| ''-UpdateExisting'' || Will uninstall the existing J-Link version in install directory prior to installation || ''1'' || ''-UpdateExisting=<'''1'''/0>''
+
| ''-UpdateExisting'' || Will uninstall the existing J-Link version in install directory prior to installation || ''0'' || ''-UpdateExisting=<'''1'''/0>''
 
|-
 
|-
 
| ''-Silent'' || Start installer silent. '''Note:''' DLL updater wont be called if set to ''1'' || ''0'' || ''-Silent=<'''1'''/0>''
 
| ''-Silent'' || Start installer silent. '''Note:''' DLL updater wont be called if set to ''1'' || ''0'' || ''-Silent=<'''1'''/0>''
 
|-
 
|-
!colspan="4" | The following command lines are ignored, if "-InstAllUsers=0" is set[[#Notes: Command line options|(*)]]
+
!colspan="4" | The following command lines are ignored, if "-InstAllUsers=0" is set<ref name="Admin"/>
 
|-
 
|-
 
| ''-InstUSBDriver'' || Install USB drivers || ''0'' || ''-InstUSBDriver=<'''1'''/0>''
 
| ''-InstUSBDriver'' || Install USB drivers || ''0'' || ''-InstUSBDriver=<'''1'''/0>''
Line 49: Line 49:
 
| ''-StartDLLUpdater'' || Start DLL Updater after installation || ''1'' || ''-StartDLLUpdater=<'''1'''/0>''
 
| ''-StartDLLUpdater'' || Start DLL Updater after installation || ''1'' || ''-StartDLLUpdater=<'''1'''/0>''
 
|-
 
|-
| ''-InstDir'' || Set the install directory || ''[[#Notes: Command line options|(**)]]'' || ''-InstDir="<Path>"''
+
| ''-InstDir'' || Set the install directory || ''X<ref name="InstDir"/>'' || ''-InstDir="<Path>"''
 
|}
 
|}
  +
<references>
==== Notes: Command line options ====
 
'''(*)''' Requires admin rights.<br>
+
<ref name="Admin">Requires admin rights.</ref>
'''(**)''' There are 6 defaults for the install path, depending on the installer and the installer options:
+
<ref name="InstDir">There are 6 defaults for the install path, depending on the installer and the installer options:
 
{| class="seggertable"
 
{| class="seggertable"
 
|-
 
|-
Line 66: Line 66:
 
| ''-InstAllUsers='''0''' -UpdateExisting='''0''''' || ''%UserProfile%\SEGGER\JLink_<Version>'' || ''%UserProfile%\SEGGER\JLink_<Version>''
 
| ''-InstAllUsers='''0''' -UpdateExisting='''0''''' || ''%UserProfile%\SEGGER\JLink_<Version>'' || ''%UserProfile%\SEGGER\JLink_<Version>''
 
|}
 
|}
  +
</ref>
  +
</references>

Revision as of 12:13, 30 November 2023

J-Link Installer options page

The J-Link Installer is an NSIS installer which installs the J-Link Software and Documentation Pack. The J-Link Installer can be installed for "all users" and since Version 6.49a also for "user". The latter does not require admin elevation.

Installation options

This section of the article describes the options that can be set prior to the installation.
Note: This is only valid for version 7.94 and on-wards.

Create entry in start menu

When checked, a start menu entry of the J-Link Software and Documentation Pack is created. Is selected by default.

Add shortcuts to desktop

When checked, a desktop shortcuts for J-Link Commander and J-Flash is created. Is selected by default.

Update DLL in other applications

When checked, the J-Link DLL Updater is started after installation. Requires admin rights. Starts the DLL Updater after installation. Is selected by default. Cannot be set when Install for this user only is selected.

Update existing installation OR Install a new instance

This option sets whether a J-Link Software and Documentation Pack installed prior to the same destination folder is to be uninstalled before the installation or not. By default, "Update existing installation" is selected. Uninstalls the J-Link version found in the Install directory.

Install for all users OR Install for this user only

This option sets whether the J-Link Software and Documentation Pack is installed for all users or for this user only. By default, "Install for all users" is selected.

Destination Folder

This is the folder the J-Link Software and Documentation Pack is to be installed to. It cannot be set when Install for this user only is selected. It can only be chosen whether the folder ends with _<Version> or not, by switching between Update existing and Install a new instance.
For defaults, refer to Command line options notes, (**).

Command line parameters

The J-Link Installer supports command line usage since version 6.49a. All options selectable in the GUI version of the installer can also be set by command line.

Available command line options

Command line Meaning Default Syntax
-InstAllUsers Install for all users 1[1] -InstAllUsers=<1/0>
-CreateStartMenuEntry Create a start menu entry 1 -CreateStartMenuEntry=<1/0>
-CreateDesktopShortCut Create a desktop shortcut 1 -CreateDesktopShortCut=<1/0>
-UpdateExisting Will uninstall the existing J-Link version in install directory prior to installation 0 -UpdateExisting=<1/0>
-Silent Start installer silent. Note: DLL updater wont be called if set to 1 0 -Silent=<1/0>
The following command lines are ignored, if "-InstAllUsers=0" is set[1]
-InstUSBDriver Install USB drivers 0 -InstUSBDriver=<1/0>
-StartDLLUpdater Start DLL Updater after installation 1 -StartDLLUpdater=<1/0>
-InstDir Set the install directory X[2] -InstDir="<Path>"
  1. 1.0 1.1 Requires admin rights.
  2. There are 6 defaults for the install path, depending on the installer and the installer options:
    Presets 32-bit installer 64-bit installer
    -InstAllUsers=1 -UpdateExisting=1 %ProgramFiles(x86)%\SEGGER\JLink %ProgramFiles%\SEGGER\JLink
    -InstAllUsers=1 -UpdateExisting=0 %ProgramFiles(x86)%\SEGGER\JLink_<Version> %ProgramFiles%\SEGGER\JLink_<Version>
    -InstAllUsers=0 -UpdateExisting=1 %UserProfile%\SEGGER\JLink %UserProfile%\SEGGER\JLink
    -InstAllUsers=0 -UpdateExisting=0 %UserProfile%\SEGGER\JLink_<Version> %UserProfile%\SEGGER\JLink_<Version>