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
Go to IT Management > Installation Server.
Open the private repository and click Add application.

Add the installation file .exe or .msi.

Fill in the application name, category, vendor, and version.
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 /norestartOptionally enable and fill in the uninstall command.
Specify the method for verifying the installation and save the application.
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:
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.

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:
Before saving the installer, test the installation and uninstall commands on one computer. An incorrect parameter can cause the installation to fail or remove the program without fully cleaning up its files.
FAQ
Last updated
Was this helpful?