ZES agent manual silent install

  • 7010119
  • 06-Feb-2012
  • 19-Jun-2014

Environment

Novell ZENworks 11 Configuration Management Support Pack 1 - ZCM 11 SP1

Situation

When installing setup.exe to update ZENworks Endpoint Security Management agent on ZCM 11.1 agent, what is the command line to install silently?

Resolution

setup.exe /S /V"/qn STRBR=ReallySuppress INSTALLDIR=\"${ZENWORKS_HOME}\esm\" TARGETDIR=\"${ZENWORKS_HOME}\esm\" /L*v esm_upg_log.txt"

In onecase, the above command didn't suppress the reboot. The following modified command worked instead:

setup.exe /s /V"/qn REBOOT=ReallySuppress INSTALLDIR=\"%ZENWORKS_HOME%\esm\" TARGETDIR=\"%ZENWORKS_HOME%\esm\"
/L*v esm_upg_log.txt"