Author Topic: Silent Installation  (Read 17242 times)

Offline Martin

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 613
    • View Profile
Silent Installation
« on: November 07, 2007, 13:31:06 »
Question: I am an administrator and have to install Hugin on a large number of computers. Is it possible to perform a silent installation that requires no user interaction?

Answer: Yes this is possible with installation packages that ends with '.msi'.

This is the command line:
msiexec /i <hugin-installer>.msi /quiet PACKAGE_NAME="<insert packagename>" USER_NAME="<insert username>" ORGANIZATION="<insert organization>" SERIAL_NUMBER="<insert serial>" HUGINROOT=<target install dir>

If the parameter HUGINROOT is omitted, Hugin will be installed in <programfiles folder>\Hugin Expert\<hugin dist name>

A few notes:
- The license info is not checked for validity during a silent installation (verify this manually by doing a regular point-and-click installation before rolling out).
- In case the installation fails, it will fail silently and no dialog will appear to inform the user. (but the target computer will remain unchanged)
- The PACKAGE_NAME property is needed from version 7.7
« Last Edit: January 07, 2013, 11:18:15 by Martin Karlsen »
Hugin Expert A/S

Offline Martin

  • HUGIN Expert
  • Hero Member
  • *****
  • Posts: 613
    • View Profile
Re: Silent Installation
« Reply #1 on: November 20, 2007, 16:30:15 »
Question: But I wish to deploy Hugin through Active Directory service and cannot use the msiexec approach.

Answer: In that case you will have to change the default values for the registration information (and optionally the target installation path) in the Hugin Installer. This can be done using this tool:

http://download.hugin.com/Licenses/tools/UpdateHuginInstallerDefaults.zip

For installation files older than Hugin 7.7
http://download.hugin.com/Licenses/tools/UpdateHuginInstallerDefaults76.zip


The tool updates the default values of the Hugin installer. The installer can then be used for deploying through Active Directory service.
« Last Edit: January 07, 2013, 11:15:10 by Martin Karlsen »
Hugin Expert A/S