Home
last modified time | relevance | path

Searched refs:isCustomInstallation (Results 1 – 3 of 3) sorted by relevance

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java45 static private boolean isCustomInstallation = false; /* custom or typical? */ field in InstallData
140 isCustomInstallation = true; in setInstallationType()
145 isCustomInstallation = false; in setInstallationType()
504 public boolean isCustomInstallation() { in isCustomInstallation() method in InstallData
505 return isCustomInstallation; in isCustomInstallation()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationCompletedCtrl.java61 …if (( installData.isCustomInstallation() ) && ( ! installData.isMaskedCompleteUninstallation() )) { in beforeShow()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java234 if (( parent.getName() == "" ) && ( data.isCustomInstallation() )) { in setHiddenModuleSettingsUninstall()

Completed in 13 milliseconds