public class TCAFSInstaller extends InstallerImpl
InstallerImpl.VERSION_OPTION
ARG_INSTALLDIR, ARG_UNINSTALL, PARAM_SWITCH, PARAM_USE_LATEST_VERSION, productDetector, progresser, REGSVR32, rootdir, s, SYSTEM32, SYSWOW64
Constructor and Description |
---|
TCAFSInstaller() |
Modifier and Type | Method and Description |
---|---|
protected IProductDetector |
getUnixProductDetector() |
protected IProductDetector |
getWindowsProductDetector() |
boolean |
install(java.lang.String... args)
Main processing routine.
|
static void |
main(java.lang.String[] args)
Main Java executable.
|
boolean |
uninstall(java.lang.String... args)
Unset the System Environment Variables used by SAFS.
|
appendSystemEnvironment, getDefaultProductDetector, getEnvValue, getInstallationRoot, getRegistryValue, hasRegistryEntry, initilizeProductDetector, prependSystemEnvironment, removeSystemEnvironmentSubstring, removeSystemEnvironmentSubstringContaining, setEnvValue, setProgress, setProgressIndicator, setProgressMessage, setRegistryValue
public boolean install(java.lang.String... args)
TESTCOMPLETE_HOME
TESTCOMPLETE_EXE
boolean success = TCAFSInstaller.intall();
args
- String[], optionalTCHomeEnv
and TCHomeEnv
and public boolean uninstall(java.lang.String... args)
TESTCOMPLETE_HOME
TESTCOMPLETE_EXE
args
- protected IProductDetector getWindowsProductDetector() throws java.lang.UnsupportedOperationException
getWindowsProductDetector
in class InstallerImpl
java.lang.UnsupportedOperationException
protected IProductDetector getUnixProductDetector() throws java.lang.UnsupportedOperationException
getUnixProductDetector
in class InstallerImpl
java.lang.UnsupportedOperationException
public static void main(java.lang.String[] args)
%SAFSDIR%\jre\bin\java org.safs.install.TCAFSInstaller
%SAFSDIR%\jre\bin\java org.safs.install.TCAFSInstaller -u
System.exit(0) on perceived success.
System.exit(-1) on perceived failure.
args
- String[]TCHomeEnv
and TCHomeEnv
and SilentInstaller
Copyright © SAS Institute. All Rights Reserved.