PEAK Drivers - 4.x - Command Line User Manual - en Us
PEAK Drivers - 4.x - Command Line User Manual - en Us
PEAK Drivers - 4.x - Command Line User Manual - en Us
x
(PeakOemDrv.exe)
All other product names mentioned in this document may be the trademarks or
registered trademarks of their respective companies. They are not explicitly marked
by “™” or “®”.
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
7.3 Background Custom Installation of Device
Driver only 18
7.4 Foreground Full Installation 18
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
installation. If the current language is not supported, then English is
used.
5
PEAK-Drivers 4.x Command Line User Manual
Windows 8.1
Windows 10
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 use the ADDLOCAL Msi property to set the
features.
12
PEAK-Drivers 4.x Command Line User Manual
13
PEAK-Drivers 4.x Command Line User Manual
6 Installation with
Unattended Installation
14
PEAK-Drivers 4.x Command Line User Manual
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
19