Declaration: Uninstall
Purpose: This script declaration provides uninstall services to users. Note that you have
to use the Uninstaller plugin provided with Hackman v5.0 or later in order to
use take advantage of this functionality. Hackman v4.xx will not accept this script and
will terminate the plugin with unknown script error message. During normal execution,
Hackman ignores this script line.
Syntax: Uninstall = [parameters]
Example: Uninstall=Uninstall My plugin v1.0a|plug.exe|plug1.dll|helpfile
[Parameters] may contain the following values:
- The first field is the plugin's name or caption that will appear in the uninstaller. It is a required field.
- Next, the names of the files in the \plugins directory follow, separated by a pipe (|)
- If your plugin has a help file, use the keyword helpfile to uninstall it as well.
Example:
Uninstall=Version Changer v1.0|version.hmp|version.exe|helpfile
This will erase version.hmp and version.exe files located in \plugins
directory and the version.html help file located in \help\helpb2\ directory.
Note: Compliance requirements force the usage of this script command.
It'll be better if the user can decide afterwards if he needs your plugin.
Back.