Silent installation for Infor Lawson Add-ins

This instruction contains list of commands and parameters you can use to install or upgrade Infor Lawson Add-Ins for Microsoft Office in Silent mode.

Note: Execute the command where the installer is located. The pattern for execution is: <INSTALLER_PATH>\<INSTALLER_FILENAME>.exe <parameters>.

This table shows the basic commands for silent installation:

Command Description
MOA32.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard"
MOA64.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard"
Installs all features of Infor Lawson Add-ins.
MOA32.exe /s /v"/qn ADDLOCAL=S3QueryWizard"
MOA64.exe /s /v"/qn ADDLOCAL=S3QueryWizard"
Installs the Query feature of Infor Lawson Add-ins.
MOA32.exe /s /v"/qn ADDLOCAL=S3UploadWizard"
MOA64.exe /s /v"/qn ADDLOCAL=S3UploadWizard"
Installs the Upload feature of Infor Lawson Add-ins.
Parameter Description
/s

Disables the splash screen and extraction dialog, which prevents the display of interactive dialogs.

The /s option is required to run a silent installation.

/v"command_line_options"

Use to pass a string (enclosed in double quotes) of options. Place a quote after the /v and at the end of the command line.

The /v"command_line_options" option is required to run a silent installation.

MSI option or property Description
/qn

Disables the wizard pages from displaying.

Alternatively, you can use the /qb option to display the wizard pages in a non-interactive, automated installation. As the installation proceeds, the wizard pages are displayed, but you cannot respond to them.

The /qn or /qb option is required to run a silent installation.

INSTALLDIR

An optional property; Specifies an alternative installation path for the Infor Lawson Add-ins for Microsoft Office.

Use the format INSTALLDIR= path to specify an installation path. You can ignore this MSI property if you want to install the Add-ins in the default path.

To instruct the MSI installer to interpret a string that contains spaces, enclose the string in two sets of double quotes. For example, you might want to install the Add-ins in an installation path name that contains spaces.

Example:
MOA32.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard INSTALLDIR=""d:\abc\my folder"""
MOA64.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard INSTALLDIR=""d:\abc\my folder"""

In this example, the MSI installer passes on the installation directory path and does not attempt to interpret the string as two command line options. Note the final double quote that encloses the entire command line.

ADDLOCAL

Determines the component-specific features to install. In an interactive installation, the Infor Lawson Add-ins for Microsoft Office installer displays custom setup options to select. It allows you to specify these setup options in the command line.

To install all available custom setup options, specify both features.

Example:
MOA32.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard"
MOA64.exe /s /v"/qn ADDLOCAL=S3QueryWizard,S3UploadWizard"

To specify individual setup options, specify a comma-separated list of setup option names. Do not use spaces between names. Use the format ADDLOCAL=value,value,value....