ALM unattended installation guide

ALM unattended installation guide

ALM unattended installation guide

Installation

Before installing the program, be sure that a previous installation is uninstalled correctly. Be sure to have administration rights before installing the software.

Run the ALM Setup wizard. If necessary change the default installation path (“c:\program files\ALM – Automatic Login Module”).

If you like to have a desktop icon, check the “create a desktop icon” when asked. Default this option is unchecked.

It is not necessary to restart the PC after installation.

For remote installation from a server, it is possible to run the installation without notice.

To use this, run the setup with the following parameters[i]:

/SILENT
the dialog “This will install ALM – Automatic Login Module. Do you wish to continue?” will be shown, a progress bar and eventually error messages.

/VERYSILENT
Same as above, but without displaying the progress bar

/SP-
Using this additional parameter suppress the “This will install ALM – Automatic Login Module. Do you wish to continue?” dialog.

/SUPPRESSMSGBOXES
using this additional parameter suppress all messages boxes.

/DIR=”path”
Use this setting to override the default installation directory (“c:\program files\ALM – Automatic Login Module”). Be sure to specify a full path. (drive and directory).

/LOG=”filename”
Useful when installing silent to view errors afterwards.

/NOCANCEL
User cannot cancel the installation

Example: ALM Setup /SP- /SILENT /SUPPRESSMSGBOXES /DIR=”d:\ALM”

ALM will be installed in “d:\ALM”;
No “This will install…” question is asked;
No errors will be shown;

The only thing the user will see is a progress bar.

Upgrade

Using the following command prompt code an upgrade of the ALM can be done without the need to run the entire setup.

– c:
cd “c:\program files (x86)\ALM – Automatic Login Module”
– NET stop “ALM Detect Service”
– Copy almmodule.exe and almdetect.exe to the destination folder, overwriting the existing ALM files in “c:\program files (x86)\ALM – Automatic Login Module”
– enter “almdetect/regserver” in command prompt in “c:\program files (x86)\ALM – Automatic Login Module” to register the executable (depending on granted permissions it might be required to run this in an administrator command prompt)
– NET start “ALM Detect Service”

 Uninstallation

Uninstalling the software is possible through “add/remove programs” from the configuration screen of windows. There is no need to restart after uninstalling the software.

For remote uninstalling, run the appropriate uninstall.exe, which can be found in the installation directory, with or without the following parameters: 1

/SILENT
No questions are asked, but errors and a progress bar will be shown.

/VERYSILENT
Same as /SILENT, but progress bar is suppressed.

/SUPPRESSMSGBOXES
Using this additional parameter suppress all messages boxes.

1 The /SILENT and the /VERYSILENT options are mutually exclusive.