Versions Compared

Key

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

Introduction

custo diagnostic client Installer is an MSI Installer and can be customized for any Situation on the Customer PC.

Example: A Computer used for Reviewing Evaluations dont need Drivers or the Quick ECG Shortcut because no Hardware is connected to this PC.

...

In normal case the Options and to be installed Components will be stated as Command Line Parameters. The available Options and Components you will find in the Tables below..

Running the Installer

To run the Installer you have to run the "msiexec" with appropriate Command Line Options.

OptionActionR/O
/i xxx.msiuse the "xxx.msi" for InstallationR
/qrun in Silent ModeO
/log xxx.txtLog all Results to the File xxx.txtO

In additional you can use all Command Line Options of the msiexec.


To customize the used msi Paket you have to state some additional Parameters to do some Actions:


Option

Actions
ADDLOCALlist of features to install
REMOVElist of features to uninstall
ADDDEFAULTlist of features to set to their default state
REINSTALLlist of features to repair


With this Actions you can state which Components should be installed or removed while the installation process. You can state multiple Components, splitted by Comma (","). You have to use the value from the Coloumn "Id" of the tables below.

If you dont state any Action Option all Default Components will be installed. If you state "ADDLOCAL=all" all Components will be installed. "REMOVE=all" is useful for uninstalling the product.

Command Line Example

Example Sample of Command Line Parameters for minimal Installation in Silent Mode:

Code Block
msiexec /q /i custo-diagnostic-client-setup-5-0-4-en.msi APPLICATIONFOLDER="C:\custo diagnostic client" ADDLOCAL=diagclient,_LogViewer,desktopshortcut

This Command Line:

  • install in Silent Mode ("/q"
  • Destination is "C:\custo diagnostic client"
  • install the Components "custo diagnostic client", "Gammut Log Viewer" and "Shortcut for custo diagnostic client"

...

Options and Components


OptionIdDescription
Destination FolderAPPLICATIONFOLDER

...