Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSilent Installation Option:
Panel
panelIconIdatlassian-note
panelIcon:note:
bgColor#FFF0B3

The client installer will run in the background after executing it in silent mode. It will take several minutes for the client icon to appear on the desktop.

To execute the installer without a graphical interface, use a the command-line argument such as "/?S" to reveal available options. Be aware that specifying the URL for the server via command line is not possible. To complete the process, follow these two steps:

Code Block
1. Initiate the installer in headless/silent mode using '/S' as an argument, which defaults to "<http://localhost:4399".>
2. Modify the registry key to reflect the desired URL. 

Note: The URL key can be found at Computer\\HKEY_LOCAL_MACHINE\\SOFTWARE\\WOW6432Node\\CIP Reporting\\Client

Individuals familiar with automation processes should find these instructions straightforward. Below
Here is a link for relevant commands:
https://www.exemsi.com/documentation/installer-frameworks/nsis-nullsoft-scriptable-install-system/


CIP Client Registry Keys:

If the installer is executed without a graphical interface, the instructions below this point can be disregarded, as they are not relevant.

...