Sets additional uninstall data like uninstaller listener list.
Parameters: name - key for the additional uninstall data Parameters: value - the additional uninstall data
Adds an executable to the data.
Parameters: file - The executable file.
addFile
public synchronized void addFile(String path, boolean uninstall)(Code)
Adds a file to the data.
Parameters: path - The file to add. Parameters: uninstall - If true, file must be uninstalled.
addRootUninstallScript
public void addRootUninstallScript(String aRootUninstallScript)(Code)
Adds the given File to delete several Shortcuts as Root for the given Users.
Parameters: aRootUninstallScript - The Script to exec as Root at uninstall.