Uninstalling Infor Lawson Add-ins in silent mode

This instruction contains list of commands and parameters you can use to uninstall 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 command in silent uninstallation:

Command Description
MOA32.exe /s /v"/qn REMOVE=ALL"
MOA64.exe /s /v"/qn REMOVE=ALL"
This command uninstalls all features of Infor Lawson Add-ins.

This table shows the command line options for silent uninstallation:

MSI option or property Description
REMOVE

This property determines the component-specific features to uninstall. To uninstall all available custom setup options, specify REMOVE=ALL.

Example:
MOA32.exe /s /v"/qn REMOVE=ALL"
MOA64.exe /s /v"/qn REMOVE=ALL"