Installation Specification Modes
Objective:
This document provides information about the Zoho Assist Unattended MSI Installer commands, covering various execution modes for installation and uninstallation.
MSI Installer Install /Uninstall modes
/i : install
/x : uninstall
/quiet SILENT=TRUE : Silently install/uninstall
REINSTALL = ALL : Override the installation
/promptrestart : Prompts the user for restart if necessary
/forcerestart : Always restart the computer after installation
/norestart : Suppress the restart operation after install/uninstall
MSI Installer with detailed Command Arguments
Manual Installation
msiexec/iZA_Access.msi
Silent Installation
msiexec/i ZA_Access.msi/quiet SILENT=TRUE
Manual Uninstall
msiexec/x{8509B274-CC47-4D1C-8A1E-85A32010876B}
Silent Uninstall
msiexec/x{8509B274-CC47-4D1C-8A1E-85A32010876B}/quiet SILENT=TRUE
/norestart - do not restart after installation. (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /norestart/quiet SILENT=TRUE
/forcerestart - force restart after installation (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /forcerestart/quiet SILENT=TRUE
/passive - do installation/uninstallation only with progress bar (compatible with installation & uninstallation)
msiexec/i ZA_Access.msi /forcerestart /passive
REINSTALL=ALL - override the installation.
msiexec/i ZA_Access.msi REINSTALL=ALL/quiet SILENT=TRUE