Searched refs:installType (Results 1 – 1 of 1) sorted by relevance
78 static private String installType; /* custom or typical installation */ field in InstallData124 installType = ACTION_TYPICAL; // default installation type in InstallData()137 installType = installationtype; in setInstallationType()139 if ( installType.equals(this.getCustomActionCommand())) { in setInstallationType()144 if ( installType.equals(this.getTypicalActionCommand())) { in setInstallationType()207 return installType; in getInstallationType()
Completed in 9 milliseconds