The Online Installer enables you to generate and download an installer for deploying Seqrite products on endpoint devices. You can customize the installer by selecting the target platform, architecture, products to be installed, and optionally secure the installer with a password.
To generate an Online Installer
- Go to Deployment > Online Installer.
- Select the required Platform.
- Select the Setup Type.
- (Optional) To password-protect the installer, select Set password for Online Installer.
- Enter a password in the Password field.
- Re-enter the password in the Confirm Password field.
- Under Select products for online installation, select the products to include in the installer.
- Click Download to generate and download the Online Installer.
Note:
- The available products depend on your license and subscriptions.
- Password protection for the Online Installer is not supported for Linux endpoints.
Important:
- Store the password securely and share it only with authorized users responsible for endpoint deployment.
- The password and confirmation password must match before the installer can be generated.
- The installer password is required during installation if password protection is enabled.
Install the Downloaded Package
The installation method depends on whether password protection is enabled for the downloaded package.
Package without Password Protection
You can install the package using any of the following modes:
- GUI mode
- Command-line mode (
-c) - Silent mode (
-q)
No installer password is required.
Package with Password Protection
If password protection is enabled, enter the installer password during installation.
Note: Password-protected installers are not supported for Linux endpoints.
GUI mode
- Double-click the installer.
- Enter the installer password when prompted.
- Click Next.
Command-line mode (-c)
Windows
SUA_windows-x64.exe -c -VinstallPassword=<password>
SUA_windows-x32.exe -c -VinstallPassword=<password>
macOS
/Volumes/SHA/Seqrite HawkkAgent Installer.app/Contents/MacOS/JavaApplicationStub -c -VinstallPassword=<password>
Replace <password> with the password configured in the CSM portal.
Silent mode (-q)
Windows
SUA_windows-x64.exe -q -VinstallPassword=<password>
SUA_windows-x32.exe -q -VinstallPassword=<password>
macOS
/Volumes/SHA/Seqrite HawkkAgent Installer.app/Contents/MacOS/JavaApplicationStub -q -VinstallPassword=<password>
Replace <password> with the password configured in the CSM portal.
Note: Silent mode runs the installation without displaying the user interface. Verify the installation status in the caiinstresult.json file.