Home
last modified time | relevance | path

Searched refs:Installer (Results 1 – 25 of 100) sorted by relevance

1234

/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInstallChangeCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
52 static private void setChangeInstallDir(InstallData installData, Installer installer) { in setChangeInstallDir()
67 Installer installer = InstallerFactory.getInstance(); in checkInstallChange()
H A DPackageCollector.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
44 Installer installer = InstallerFactory.getInstance(); in collectInstallPackages()
68 Installer installer = InstallerFactory.getInstance(); in collectInstallPackages()
H A DModuleCtrl.java30 import org.openoffice.setup.Installer.Installer;
31 import org.openoffice.setup.Installer.InstallerFactory;
289 …setDatabaseSettings(PackageDescription packageData, InstallData installData, Installer installer) { in setDatabaseSettings()
725 …eOlderProductSettings(PackageDescription packageData, InstallData data, Installer installer) { … in setUpdateOlderProductSettings()
873 Installer installer = InstallerFactory.getInstance(); in defaultDatabaseAnalysis()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationOngoingCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
80 Installer installer = InstallerFactory.getInstance(); in beforeShow()
94 Installer installer = InstallerFactory.getInstance(); in duringShow()
H A DInstallationOngoingCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
90 Installer installer = InstallerFactory.getInstance(); in beforeShow()
107 Installer installer = InstallerFactory.getInstance(); in duringShow()
H A DInstallationCompletedCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
83 Installer installer = InstallerFactory.getInstance(); in duringShow()
H A DPrologueCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
65 Installer installer = InstallerFactory.getInstance(); in duringShow()
H A DUninstallationPrologueCtrl.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
157 Installer installer = InstallerFactory.getInstance(); in duringShow()
H A DChooseDirectoryCtrl.java28 import org.openoffice.setup.Installer.Installer;
29 import org.openoffice.setup.Installer.InstallerFactory;
172 Installer installer = InstallerFactory.getInstance(); in afterShow()
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DInstallerFactory.java24 package org.openoffice.setup.Installer;
32 private static Installer instance = null;
37 public static Installer getInstance() in getInstance()
45 private static Installer createInstaller() { in createInstaller()
H A DInstaller.java24 package org.openoffice.setup.Installer;
29 public abstract class Installer { class
31 public Installer() { in Installer() method in Installer
H A DSolarisInstaller.java24 package org.openoffice.setup.Installer;
39 public class SolarisInstaller extends Installer {
H A DLinuxInstaller.java24 package org.openoffice.setup.Installer;
41 public class LinuxInstaller extends Installer {
/aoo4110/main/desktop/win32/source/setup/
H A Dsetup.ulf43 en-US = "Administrator privileges are required for upgrading the Windows Installer."
55 …ackage requires at least the version '%s' of the Windows Installer. \nYou have Windows Installer '…
58 en-US = "This package requires the Windows Installer. \nYou need at least Windows Installer '%s' on…
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DSetupDataProvider.java27 import org.openoffice.setup.Installer.Installer;
28 import org.openoffice.setup.Installer.InstallerFactory;
/aoo4110/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java35 public class Installer implements Runnable { class
36 private static Logger log = Logger.getLogger(Installer.class);
140 new Installer().run(); in main()
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf71 en-US = "Installer is no longer responding."
74 en-US = "Installer terminated prematurely."
158 en-US = "The Installer has insufficient privileges to modify the file [2]."
215 en-US = "Error accessing secured data. Please make sure the Windows Installer is configured properl…
263 en-US = "No valid source could be found for product [2]. The Windows Installer cannot continue."
401 en-US = "The Windows Installer service cannot update the system file [2] because the file is protec…
404 en-US = "The Windows Installer service cannot update the protected Windows file [2]. {{Package vers…
H A DSIS.ulf38 en-US = "Windows Installer"
/aoo4110/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DProperty.idt16 DialogCaption Windows Installer
/aoo4110/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DProperty.idt17 DialogCaption Windows Installer
/aoo4110/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DProperty.idt18 DialogCaption Windows Installer
/aoo4110/test/
H A Drun.bat24 …SE%\testuno\data" org.openoffice.test.Run -r org.openoffice.test.common.Installer -l org.openoffic…
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DProperty.idt16 DialogCaption Windows Installer
/aoo4110/main/
H A DNOTICE120 The Windows Installer is built with the Nullsoft
/aoo4110/main/setup_native/source/win32/nsis/
H A Ddownloadtemplate.nsi37 /GUILEVEL=<guilevel> : Setting Windows Installer GUI level: qr, qb, qn, qf, ... $\n \

Completed in 72 milliseconds

1234