Install Archive Script
The recommended way to distribute connector plug-ins for UNIFYConnect is to package the plug-in binaries into installation archives with an internal file structure matching the UNIFYConnect installation file structure. An example PowerShell script is provided below that can be customised for the specific needs of a connector plug-in.
At a minimum, to use this script for a connector plug-in, make the following edits
- Update the default values for the parameters
$ServicePubDirand$WebPubDir - Set a unique value for
$tempDir - Set a unique plug-in directory name for
$plugInDir - Update the names of the created archives in
$serviceArchivePathand$webArchivePath