Lenovo ThinkCentre A51 User Manual
Page 14
Table 2. Command line parameters (continued)
Parameter
Description
TRANSFORMS
The TRANSFORMS command line parameter specifies any transforms that
you would like applied to your base package.
msiexec /i "C:\WindowsFolder\
Profiles\UserName\Personal
\MySetups\
Your Project Name\Trial Version\
My Release-1
\DiskImages\Disk1\
ProductName.msi" TRANSFORMS="New Transform 1.mst"
You can separate multiple transforms with a semicolon. Do not use semicolons
in the name of your transform, as the Windows Installer service will interpret
those incorrectly.
Properties
All public properties can be set or modified from the command line. Public
properties are distinguished from private properties and are all capital letters.
For example, COMPANYNAME is a public property.
To set a property from the command line, use the following syntax:
PROPERTY=VALUE
If you wanted to change the value of COMPANYNAME, you would enter the
following:
msiexec /i "C:\WindowsFolder\
Profiles\UserName\Personal\
MySetups\Your Project Name\
Trial Version\My Release-1\
DiskImages\Disk1\ProductName.msi"
COMPANYNAME="InstallShield"
6
Fingerprint Software Deployment Guide