org.jivesoftware
Class Uninstaller

java.lang.Object
  extended by com.install4j.api.CustomAction
      extended by com.install4j.api.UninstallAction
          extended by org.jivesoftware.Uninstaller

public class Uninstaller
extends com.install4j.api.UninstallAction

Performs registry operations on removal of the Spark client. This is a windows only function.

Author:
Derek DeMoro

Constructor Summary
Uninstaller()
           
 
Method Summary
 int getPercentOfTotalInstallation()
           
 boolean performAction(com.install4j.api.Context context, com.install4j.api.ProgressInterface progressInterface)
           
 void removeStartup(java.io.File dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Uninstaller

public Uninstaller()
Method Detail

getPercentOfTotalInstallation

public int getPercentOfTotalInstallation()
Specified by:
getPercentOfTotalInstallation in class com.install4j.api.CustomAction

performAction

public boolean performAction(com.install4j.api.Context context,
                             com.install4j.api.ProgressInterface progressInterface)
Overrides:
performAction in class com.install4j.api.UninstallAction

removeStartup

public void removeStartup(java.io.File dir)