For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installer preparation

Before deploying the application, prepare its configuration in the private repository. The installer specifies the file, the installation command, the optional uninstall command, and the method for verifying the result.

Adding an application to the private repository

1

Go to IT Management > Installation Server.

2

Open the private repository and click Add application.

Dodaj aplikację
Add the application.
3

Add the installation file .exe or .msi.

Dodaj plik instalacyjny .exe lub .msi.
Add the installation file.
4

Fill in the application name, category, vendor, and version.

5

Silent installation command.

The installation command should run the installer in silent mode, without requiring the user to confirm subsequent windows. This allows the application to be deployed remotely and without intervention on the endpoint computer.

The method for starting a silent installation depends on the application vendor and the installer used. eAuditor cloud passes the specified command for execution, but does not define its parameters.

Refer to the application vendor's or installer's documentation for the correct parameters.

Example commands:

chrome_installer.exe /silent /install
setup.exe /quiet /norestart
installer.exe /S
installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
msiexec /i aplikacja.msi /qn /norestart
6

Optionally enable and fill in the uninstall command.

7

Specify the method for verifying the installation and save the application.

Parameters such as /silent, /quiet, /S, /VERYSILENT or /qn are only examples. Each vendor may use different switches, so before deploying to a larger number of computers, test the command on one device.

Installation verification

Verification checks whether the application was installed correctly and is available on the computer. The system can check a process, a Windows registry entry, or the presence of a file in a specified location.

Depending on the application, fill in the appropriate field or fields. For example:

Method
Example

Process

chrome.exe

Registry entry

HKEY_LOCAL_MACHINE\\SOFTWARE\\Google\\Chrome

File path

C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe

For example, for Google Chrome you can verify installation through the running process chrome.exe, the vendor's registry entry, or the presence of the executable file in the installation directory.

Weryfikacja instalacji na podstawie procesu, wpisu rejestru lub ścieżki do pliku.
Verification of installation based on a process, registry entry, or file path.

Verification should refer to an item that actually exists after the application has been installed correctly. Do not copy sample values without checking them on a test computer.

Uninstall command

The uninstall command is defined when adding or editing the application. This is the command the system will use later when remotely removing the program.

As with installation, the uninstall method depends on the application vendor and the installer used. eAuditor cloud passes the specified command for execution, but does not define its parameters.

Refer to the application vendor's or installer's documentation for the correct uninstall command.

Example commands:

FAQ

Can one installer contain additional files?

You can add an additional file when starting a task as an auxiliary file. The maximum size of an auxiliary file is 10 MB.

Can I edit an application from the public repository?

No. Applications from the public repository are prepared by the vendor and cannot be edited.

Last updated

Was this helpful?