PEAK Drivers - 4.2 4.3 - Command Line User Manual - en Us
PEAK Drivers - 4.2 4.3 - Command Line User Manual - en Us
PEAK Drivers - 4.2 4.3 - Command Line User Manual - en Us
x
(PeakOemDrv.exe)
www.peak-system.com
[email protected]
2
PEAK-Drivers 4.x Command Line User Manual
Contents
1 Introduction 5
2 Bootstrapper 5
2.1 Languages 5
2.2 Operating System and Platform 6
2.3 Command Line Switches 6
2.4 Command Line Switches Order 7
2.5 Return Code 7
3 MSI Switches 8
3.1 Display Switches 8
3.2 Public Properties 9
4 MSI Features 10
4.1 Available Features 10
7 Examples 17
7.1 Background Default Installation 17
7.2 Background Custom Installation with
Success/Failure Message at the End 17
3
PEAK-Drivers 4.x Command Line User Manual
4
PEAK-Drivers 4.x Command Line User Manual
1 Introduction
2 Bootstrapper
2.1 Languages
The installation can run in two different languages, English
(language ID: 1033), and German (language ID: 1031). If it is not
specified, the setup uses the current OS language for the installa-
tion. If the current language is not supported, then English is used.
5
PEAK-Drivers 4.x Command Line User Manual
6
PEAK-Drivers 4.x Command Line User Manual
7
PEAK-Drivers 4.x Command Line User Manual
3 MSI Switches
The following commands affect only the actual installer (MSI file,
i.e., commands for the MSIEXEC.exe application), not the
bootstrapper.
q, qn: No UI
8
PEAK-Drivers 4.x Command Line User Manual
9
PEAK-Drivers 4.x Command Line User Manual
4 MSI Features
10
PEAK-Drivers 4.x Command Line User Manual
11
PEAK-Drivers 4.x Command Line User Manual
5.2 Adjusted
It is possible to preselect the features to be installed, i.e., that the
desired features appear checked in the list of features to be
installed. For this, the PeakOemDrv.exe must be called from the
command line and must use the ADDLOCAL MSI property to set
the features.
12
PEAK-Drivers 4.x Command Line User Manual
The following Keys are used to select the available features using
the ADDLOCAL property:
F_PNP_DVRS: Selects the CAN device drivers feature for install.
F_EVPOI: Selects the Virtual PCAN-Gateway feature for
installation.
F_EPLIN: Selects the LIN device driver feature for installation.
F_VCAN: Selects the Virtual PCAN drivers feature for installation.
F_PCANBASIC: Selects the PCAN-Basic feature for installation.
13
PEAK-Drivers 4.x Command Line User Manual
6 Installation with
Unattended Installation
14
PEAK-Drivers 4.x Command Line User Manual
Following Keys are used to select the available features using the
property ADDLOCAL:
F_SETTINGS_32BITS: Installs the PEAK Settings feature on 32-
bit systems. Note that the installation will fail if this feature is
used on 64-bit systems.
F_SETTINGS_64BITS: Installs the PEAK Settings feature on 64-
bit systems. Note that the installation will fail if this feature is
used on 32-bit systems.
F_PNP_32BITS: Installs the CAN device drivers feature, and the
CAN monitor PCAN-View on 32-bit systems. Note that the
installation will fail if this feature is used on 64-bit systems.
F_PNP_64BITS: Installs the CAN device drivers feature, and the
CAN monitor PCAN-View on 64-bit systems. Note that the
installation will fail if this feature is used on 32-bit systems.
F_VPOI_32BITS: Installs the Virtual PCAN-Gateway feature on
32-bit systems. Note that the installation will fail if this feature is
used on 64-bit systems.
15
PEAK-Drivers 4.x Command Line User Manual
16
PEAK-Drivers 4.x Command Line User Manual
7 Examples
17
PEAK-Drivers 4.x Command Line User Manual
18
PEAK-Drivers 4.x Command Line User Manual
PeakOemDrv.exe /qr
ADDLOCAL=F_SETTINGS_64BITS,F_PLIN_64BITS
19