Notification Client (psntfclient)
Client software is required only if users will be notified via their web browser. For Windows clients, Bravura Security provides ntfclient.msi
, or ntfclient-x64.msi
for 64-bit systems located in the \<instance>\addon\ directory. For Unix/MacOSX clients, you can write a Perl script based on ntfclient.pl
, located in the \<instance>\samples\ directory.
Requirements
Microsoft Edge WebView2 Runtime must be installed with elevated privileges prior to installing with psntfclient-x64.msi
or psntfclient.msi
.
If it is not installed or it is not installed with elevated privileges, you will see a message such as this when opening the notification client: Runtime error: Couldn't find WebView2 runtime, it should be installed as admin
.
To install with elevated privileges, either open a command prompt using the Run as administrator option for cmd.exe or right click on the installer and click Run as administrator, then install Microsoft Edge WebView2 Runtime.
Note
The installer simply copies the psntfclient
program to the file system. It does not configure the client to launch. It is recommended that you install the client on network share, and set up a GPO (Group Policy Object) to launch the client upon user login to their workstation with a command such as psntfclient.exe -userid %USERNAME%
.
There are two ways that the psntfclient
can be deployed:
Run the
ntfclient
MSI installer on every workstation.Place the
psntfclient.exe
andwebbrowser.dll
on a file share.
Click below to view a demonstration including the following steps:
Installing Microsoft Edge WebView2 Runtime with elevated privileges
Manually installing the Notification Client (
psntfclient
) for Windows using the ntfclient-x64.msiTesting desktop web notifications for a user using Windows Command Prompt as Administrator
Steps
To manually install the Notification Client for Windows using the ntfclient.msi
or nftclient-x64.msi
:
Copy the installer from the addon directory to a scratch directory (C: \ temp) on the local workstation or to a publicly accessible share.
Launch the installer.
Click Next .
Read the Bravura Security Fabric license. Select I accept the terms in the License Agreement if you agree to the terms and click Next .
Click:
Typical (recommended)
Custom if you want to change the default installation directory from C:\Program Files\Bravura Security\\Notification Client\
Set the URL for the User notifications (PSN) module on the Bravura Security Fabric server, and the Timeout in minutes.
Click Next .
Click Install to start the installation.
The installer begins copying files to your computer. The Installation Complete dialog appears after the notification client has been successfully installed.
Click Finish to exit.
See also
Installing Add-on Software for general requirements for using a client MSI installer, and instructions for automatic installation using a group policy.
ntfclient.msi / ntfclient-x64.MSI for more information about setting MSI properties in a transform file or from the command line.
psntfclient
command line usage and examples.