MSI package to install the 7.5 collection client

  • 3032799
  • 08-May-2007
  • 27-Apr-2012

Environment


Novell ZENworks 7.5 Asset Management - ZAM7.5

Situation

There are two properties that can be passed to the MSI via the command line if necessary. Port numbers and a destination directory are the two values that can be changed if needed to change the default values. The typical silent command line would look like this:

msiexec /i"c:\ZENworks Asset Management - Client Applications.msi" /qn HOSTNAME="JRCXP"

but, can be expanded to the following to allow for some customization as follows:

msiexec /i"c:\ZENworks Asset Management - Client Applications.msi" /qn INSTALLDIR="C:\Mytest" HOSTNAME="JRCXP" LOCALPORT="7001" REMOTEPORT="7000"



Resolution

The 7.5 MSI Package is available at https://download.novell.com in the ZAM downloads section (patches)