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

ActionsDescription
ADDLOCALInstalllist of features to install
REMOVEUninstalllist of features to uninstall
ADDDEFAULTInstall with Default Settinglist of features to set to their default state
REINSTALLRepairlist 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 Column "Id" of the tables below. You have to state all wanted Components if you use ADDLOCAL. Unstated Components are not installed. Please pay attention about the upper and lower case.
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

Sample Example 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")
  • uses the "custo-diagnostic-client-setup-5-0-4-en.msi" Package to install
  • 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 FolderAPPLICATIONFOLDERContains the Root Folder of the custo diagnostic installation.


ComponentIdTitle on GUIDescription
custo diagnostic clientdiagclientcusto diagnostic clientInstall the Software
Shortcut for custo diagnostic clientdesktopshortcutCreate Desktop shortcutCreate the custo diagnostic client Shortcut on Desktop
Shortcut for Quick ECGdesktopemergencyshortcutCreate Desktop Quick ECG shortcutCreate the Quick ECG Shortcut on Desktop
Shortcut for ECG monitoringmonitoringshortcutCreate Desktop ECG Monitoring shortcutCreate the Shortcut for ECG monitoring on desktop
Copy the CustoCfg.inicustocfg.iniCopy CustoCfg.iniEnable the "Copy the CustoCfg.ini to APPLICATIONFOLDER" Feature
Driver SectiondriversDriversEnable the whole Driver Section (Installer detects the Architecture)32bit Driver Section_32BitDriver32 Bit
Gammut Log Viewer_LogViewerLog ViewerLog File Viewer
Driver 32bitIdTitle on GUIDescription
Enable Installation of all 32bit Drivers, but Installer detects the Architecture
cardio 1xxcardio100_x32cardio 1xxDriver for custo cardio 1xx
cardio 200cardio200_x32cardio 200Driver for custo cardio 200
custo med DevicesUSBFTDI_x32custo med devicesDriver for com RF, com IR, ec3000, watch
gluco hct StickBTLE_x32gluco hct stickDriver for gluco hct Stick
LM506 Bluetooth StickLM506_x32LM506 Bluetooth StickDriver for LM506 Bluetooth Stick
er2100 Treadmiller2100_x32er2100Driver for custo er2100 Treadmill (USB)
ec5000 Bikeec5000_x32ec5000Driver for custo ec5000 Bike (USB)
Driver 64bit
Driver Section
_64BitDriver64 Bit
IdTitle on GUIDescription
Enable Installation of all 64bit Drivers, but Installer detects the Architecture
cardio 1xxcardio100_x64cardio 1xxDriver for custo cardio 1xx
cardio 200cardio200_x64cardio 200Driver for custo cardio 200
custo med DevicesUSBFTDI_x64custo med devicesDriver for com RF, com IR, ec3000, watch
gluco hct StickBTLE_x64gluco hct stickDriver for gluco hct Stick
LM506 Bluetooth StickLM506_x64LM506 Bluetooth StickDriver for LM506 Bluetooth Stick
er2100 Treadmiller2100_x64er2100Driver for custo er2100 Treadmill (USB)
ec5000 Bikeec5000_x64ec5000
Gammut Log Viewer_LogViewerLog Viewer
Driver for custo ec5000 Bike (USB)


Limitations

The custo diagnostic client Installer up to 5.0.4 cannot be used to install a single driver in silent mode. During the installation some message boxes will be showed and interupts the installation process. As an alternative you can switch on or off all drivers.