For Seclore Mac client (silent) installation through JAMF, please refer to the below steps.

 

1. Upload the Seclore MAC Installer (DMG file) on the distribution point.


2. Create a script under JAMF's Policies.


3. The script should be like any typical third-party software installation in the following order.


a. Download the "Seclore Lite.dmg" file
b. Mount the DMG file and extract the "Seclore Lite Installation Launcher.app" file.
c. Browse through the .app file and to invoke the installation with the -silent switch.


Please refer below example
/Seclore\ Lite\ Installation\ Launcher.app/Contents/MacOS/Seclore\ Lite\ Installation\ Launcher -silent


d. Wait for the installation to complete then delete the "Seclore Lite Installation Launcher.app" file.








------------------------------------------- OLD ------------------------------------------------


Commands for installing Seclore File Secure Lite silently. 
 
To install Seclore Lite for Mac silently, the following parameter needs to be passed to the Seclore Lite Installation Launcher and should be run with admin privileges:  "-silent" 

The command syntax is as follows: 
sudo <path of Seclore Lite Launcher’s executable> -silent
 For example, If the Seclore Lite Launcher is at Location Desktop:

/Users/john.doe/Desktop/Seclore Lite Installation Launcher.app/Contents/MacOS/Seclore Lite Installation Launcher

The command would be:
 
sudo  "/Users/john.doe/Desktop/Seclore Lite Installation Launcher.app/Contents/MacOS/Seclore Lite Installation Launcher" -silent 


Note: JAMF only supports .pkg format and not .dmg and .sinstaller format.