Command Line Switches; Silent Install/Upgrade Command Line Syntax; Silent Uninstall Command Line Syntax - Supermicro AOC-SG-i2 User Manual

High-performance, cost-effective dual-port gigabit ethernet card
Table of Contents

Advertisement

AOC-SG-i2 Add On Card User's Guide

Command Line Switches

Switch
/i
/x
/q[r|n]
/l[i|w|e|a]
Transforms
This section describes how to install Intel PROSet using PROSETDX.msi and
msiexec.exe from the command line. For more information on msiexec.exe command
line parameters, refer to the msiexec.exe command line options section.
Windows Installer Service is installed by default in Windows 2000, XP32 and XP64.
msiexec.exe is under System32 folder. When System32 is not in the current PATH, the
full path to msiexec.exe should be specified in the command line. For example:
C:\WINNT\System32\msiexec.exe /i
PROSETDX.msi /qn /liew
c:\temp\install.log
Most commonly used msiexec.exe command line options are silent install/upgrade
command line syntax and Silent Uninstall Command Line Syntax.

Silent Install/upgrade Command Line Syntax

The following launches a typical installation of PROSETDX.msi.
<Full path to msiexec.exe> /i <Full path to PROSETDX.msi> /qn
/liew <Full path to install.log>

Silent Uninstall Command Line Syntax

The following uninstalls all the Intel PROSet components. It can be used when the path
to PROSETDX.msi is available.
<path to msiexec.exe> /x <path to PROSETDX.msi> /qn /liew
<path to uninstall.log>
Table 3-5. Command Line Switches
Description
Install
Uninstall
Silent install options:
• r - Reduced GUI Install
• n - Silent install
Log file options:
• i - Log status messages.
• w - Log non-fatal warnings.
• e - Log error messages.
• a - Log the start of all actions.
A property used to apply transforms (a *.mst file) to an MSI package. The
following example applies a Chinese language transform to MSI package,
so the installer displays Chinese strings during installation:
TRANSFORMS=2052.mst
3-8

Advertisement

Table of Contents
loading

Table of Contents