The NotificationDLLs parameter makes calls to third‐party DLL files to provide notification of events, such as application startup or shutdown.
The DLLs can reside on the physical file system or the virtual package. If Omnissa ThinApp cannot load a DLL file, the package generates errors. This parameter does not appear in the Package.ini file. However, ThinApp SDK users can add this parameter to the file.
Making Calls to DLL Files
You can modify the NotificationDLLs parameter to make calls to the First.dll and Second.dll files.
[BuildOptions]
NotificationDLLs=First.dll;Second.dll
Was this page helpful?