Master Packager Silent Installation

A guide how to install Master Packager software silently.

Installation switches

  • Installation: msiexec /i masterpackager.msi /qn
  • Uninstallation: msiexec /x masterpackager.msi /qn
  • Repair: msiexec /f masterpackager.msi /qn

License Activation

Master Packager Pro license can be activated during installation using the following command:

  • msiexec /i masterpackager.msi /qn ACTIVATIONEMAIL=“License Activation Email” LICENSEKEY=“License Activation Key”
  • To activate license for all users please add ACTIVATEFORALLUSERS=1 property.

Disable update notifications

Master Packager will display a notification if a new update is available. To disable the notifications please use following command:

  • msiexec /i masterpackager.msi /qn UPDATE_NOTIFICATIONS_ENABLED=false

Update configuration properties

UPDATE_SCHEDULING_ENABLED Enables or disables automatic update installation. Disabled by default. (true/false)
UPDATE_SCHEDULING_STARTUP_DELAY Delay in milliseconds before the first update check is scheduled after the updater service starts.
UPDATE_SCHEDULING_INTERVAL Interval in milliseconds for how often to check for updates.
UPDATE_SCHEDULING_RETRY_INTERVAL Interval in milliseconds until an update is retried after the previous attempt failed because the application being updated is running or another application is being installed.
UPDATE_LOGGING_INSTALLER_LOGS_RETENTION_DAYS Number of days to retain scheduling, updater, and installer log files.
UPDATE_NOTIFICATIONS_ENABLED Enables or disables update notifications. Enabled by default. (true/false)
DISABLEUPDATES Only for 25.2.9196 or older. Enables or disables update notifications. By default updated notifications are enabled. (0/1)

Check the latest version

To check Master Packager and Master Packager Dev latest version please use following URLs:

Mater Packager: https://www.masterpackager.com/api/latest-version/mp
Master Packager Dev: https://www.masterpackager.com/api/latest-version/mpdev