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.
Customizing the Installer is also useful for silent Installation or Software RollOut in clinical Environment.
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.
Option | Action | R/O |
---|---|---|
/i xxx.msi | use the "xxx.msi" for Installation | R |
/q | run in Silent Mode | O |
/log xxx.txt | Log all Results to the File xxx.txt | O |
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 | Description |
---|---|---|
ADDLOCAL | Install | list of features to install |
REMOVE | Uninstall | list of features to uninstall |
ADDDEFAULT | Install with Default Setting | list of features to set to their default state |
REINSTALL | Repair | list 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.
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 of Command Line Parameters for minimal Installation in Silent Mode:
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
Option | Id | Description |
---|---|---|
Destination Folder | APPLICATIONFOLDER | Contains the Root Folder of the custo diagnostic installation. |
Component | Id | Title on GUI | Description |
---|---|---|---|
custo diagnostic client | diagclient | custo diagnostic client | Install the Software |
Shortcut for custo diagnostic client | desktopshortcut | Create Desktop shortcut | Create the custo diagnostic client Shortcut on Desktop |
Shortcut for Quick ECG | desktopemergencyshortcut | Create Desktop Quick ECG shortcut | Create the Quick ECG Shortcut on Desktop |
Copy the CustoCfg.ini | custocfg.ini | Copy CustoCfg.ini | Enable the "Copy the CustoCfg.ini to APPLICATIONFOLDER" Feature |
Gammut Log Viewer | _LogViewer | Log Viewer | Log File Viewer |
Driver 32bit | Id | Title on GUI | Description |
cardio 1xx | cardio100_x32 | cardio 1xx | Driver for custo cardio 1xx |
cardio 200 | cardio200_x32 | cardio 200 | Driver for custo cardio 200 |
custo med Devices | USBFTDI_x32 | custo med devices | Driver for com RF, com IR, ec3000, watch |
gluco hct Stick | BTLE_x32 | gluco hct stick | Driver for gluco hct Stick |
LM506 Bluetooth Stick | LM506_x32 | LM506 Bluetooth Stick | Driver for LM506 Bluetooth Stick |
er2100 Treadmill | er2100_x32 | er2100 | Driver for custo er2100 Treadmill (USB) |
ec5000 Bike | ec5000_x32 | ec5000 | Driver for custo ec5000 Bike (USB) |
Driver 64bit | Id | Title on GUI | Description |
cardio 1xx | cardio100_x64 | cardio 1xx | Driver for custo cardio 1xx |
cardio 200 | cardio200_x64 | cardio 200 | Driver for custo cardio 200 |
custo med Devices | USBFTDI_x64 | custo med devices | Driver for com RF, com IR, ec3000, watch |
gluco hct Stick | BTLE_x64 | gluco hct stick | Driver for gluco hct Stick |
LM506 Bluetooth Stick | LM506_x64 | LM506 Bluetooth Stick | Driver for LM506 Bluetooth Stick |
er2100 Treadmill | er2100_x64 | er2100 | Driver for custo er2100 Treadmill (USB) |
ec5000 Bike | ec5000_x64 | ec5000 | 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.