Guide
XMap 7 Network and Silent Installs
Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 84
13) When finished editing, click Transform on the menu bar and select Generate Transform. Save the
file to an appropriate location that you can access during setup.
Test the transform by installing using the following command line:
msiexec /i <fully-qualified path to .msi file> TRANSFORMS=<fully-qualified
path to .mst file>.
For example, msiexec.exe /i <Path to MSI>\DeLorme Street Atlas USA 2009.msi
TRANSFORMS=“<Path to MST>\SA2009_transform.mst”
Command Line Examples
Install silently using Setup.exe
Setup.exe /s /v”LICENSE_NUMBER=XXXX-XXXX-XXXX-XXXX /qn”
Note that the properties from the Property List for XMap 7
can also be included here. Just include the
properties inside the quotes as demonstrated above with the LICENSE_NUMBER.
Important Note: SQL Server 2008 XMAP7 instance will be created with this method. If you do not want
to include the SQL Server then you cannot install silently using Setup.exe and will need to use the MSI
examples below.
Install using default destination directory
Note: Be sure to install all required prerequisites prior to running the example below.
Msiexec /i "\\server\software\DeLorme\XMap7\DeLorme XMap 7.msi"
FIRST_NAME="Authorized" LAST_NAME="User" COMPANYNAME="MyCompany"
LICENSE_NUMBER=XXXX-XXXX-XXXX-XXXX /qn
Note: Some of the examples above may contain more characters than permitted for some distribution
methods. In this case the administrator should generate a transform using Orca or some other third party
tool that allows you to create a response transform. Using a transform
is the preferred method of
distribution even though provision has been made for command line options for this installation. Create a
Transform Using Orca describes how to create a new transform.
Install the application using a transform
Msiexec /i "\\server\software\DeLorme\XMap7\DeLorme XMap 7.msi"
TRANSFORMS="\\server\software\DeLorme\XMap7\XMap7.mst" /qn










