CallBack function used to notify caller that installation has finished.
InstallCallBack function has the following syntax: void CallBack(boolean InstallOK).
InstallOK parameter is True if installation was successful, False otherwise
URL
Specifies location of installation files on server.
Given URL can be absolute (e.g. 'http://localhost/CreaSignWebSample/redist/') or relative (e.g. '../redist/').
If URL doesn't have 'http://' or 'https://' prefix it is marked as relative and full path is created out of current document location
(HTML document.location object) and given URL.
If this parameter is not defined or empty, installation files and current web page must be in same folder.
Requirements
Requires CreaSign Pro (not supported by CreaSign Lite).