Nfield Code Version 1.1

Installing Nfield Code Using the MSI Installer

System administrators may install Nfield Code silently by running the Microsoft Installer (MSI) file. This is useful for distributed installations such as scheduled installations over a network.

The Nfield Code MSI file is stored within the setup file. To obtain it, open a command prompt, browse to the directory containing the installer and type

Setup_NfieldCode_[version].exe /a [path]

For example, to extract the MSI file from the installer called Setup_NfieldCode_1.1.0.20630.exe to C:\TEMP, type

NfieldCode_1.1.0.20630.exe /a C:\TEMP

This extracted file NfieldCode.msi can be used for a silent installation as follows:

msiexec /f NfieldCode.msi [parameters]

For information on msiexec and its parameters for installation, visit the following website:

http://msdn.microsoft.com/en-us/library/aa367988.aspx

See Also