Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/trunk/main/icc/source/create_sRGB_profile/
H A DMakefile.in47 INSTALL = @INSTALL@
162 install-binPROGRAMS: $(bin_PROGRAMS)
171 …echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bin…
172 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$…
302 install: install-am
303 install-exec: install-exec-am
304 install-data: install-data-am
307 install-am: all-am
308 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
311 install-strip:
[all …]
/trunk/main/officecfg/registry/data/org/openoffice/Office/
H A DCommon.xcu25 …openoffice.Office" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffic…
29 <value install:module="unx">2</value>
30 <value install:module="wnt">1</value>
97 </prop>
98 </node>
107 />
108 </prop>
123 <prop oor:name="AddFeatureURL" oor:type="xs:string"
127 <prop oor:name="InfoURL" oor:type="xs:string" install:module="brand">
133 <prop oor:name="StartCenterLayoutStyle" oor:type="xs:int" install:module="brand">
[all …]
H A DEmbedding.xcu187 <node oor:name="47BBB4CB-CE4C-4E80-A591-42D9AE74950F" oor:op="replace" install:module="calc">
199 <node oor:name="12DCAE26-281F-416F-A234-C3086127382E" oor:op="replace" install:module="chart">
213 <node oor:name="4BAB8970-8A3B-45B3-991C-CBEEAC6BD5E3" oor:op="replace" install:module="draw">
225 <node oor:name="9176E48A-637A-4D1F-803B-99D9BFAC1047" oor:op="replace" install:module="impress">
237 <node oor:name="078B7ABA-54FC-457F-8551-6147E776A997" oor:op="replace" install:module="math">
251 <node oor:name="8BC6B165-B1B2-4EDD-AA47-DAE2EE689DD6" oor:op="replace" install:module="writer">
265 <node oor:name="Calc" oor:op="replace" install:module="calc">
274 <node oor:name="Chart" oor:op="replace" install:module="chart">
283 <node oor:name="Draw" oor:op="replace" install:module="draw">
292 <node oor:name="Impress" oor:op="replace" install:module="impress">
[all …]
/trunk/main/officecfg/registry/data/org/openoffice/
H A DInet.xcu25 …e="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffic…
28 <value install:module="macosx" oor:external=
30 <value install:module="unixdesktop" oor:external=
32 <value install:module="wnt" oor:external=
37 <value install:module="macosx" oor:external=
39 <value install:module="unixdesktop" oor:external=
41 <value install:module="wnt" oor:external=
45 <value install:module="macosx" oor:external=
47 <value install:module="unixdesktop" oor:external=
49 <value install:module="wnt" oor:external=
[all …]
H A DSetup.xcu25 …e="org.openoffice" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffic…
27 <prop oor:name="ooName" install:module="brand">
30 <prop oor:name="ooFullname" install:module="brand">
32 </prop>
34 <value >${PRODUCTVERSION}</value>
35 </prop>
37 <value>${ABOUTBOXPRODUCTVERSION}</value>
40 <value>${OOOVENDOR}</value>
44 <value >${PRODUCTEXTENSION}</value>
47 <value >${OOOXMLFILEFORMATVERSION}</value>
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf59 en-US = "Enter the network location or click 'Change' to browse to a location. Click 'Install' to c…
65 en-US = "&Install"
110 en-US = "Install this application for:"
155 en-US = "Install to:"
170 en-US = "Custom Setup allows you to selectively install program features."
182 en-US = "This install state means the feature..."
188 …on next to the feature name indicates the install state of the feature. Click the icon to drop dow…
209 en-US = "Click 'Next' to install to this folder, or click 'Change' to install to a different folder…
218 en-US = "Install [ProductName] database to:"
233 en-US = "Click 'Next' to install to this folder, or click 'Change' to install to a different folder…
[all …]
/trunk/main/officecfg/util/
H A Dalllang.xsl28 xmlns:oor="http://openoffice.org/2001/registry"
30 exclude-result-prefixes="install">
87 <xsl:apply-templates select = "@*" mode="locale"/>
96 <xsl:if test="@xml:lang=$locale and not(@install:module)">
97 <xsl:copy>
181 … <xsl:with-param name="context" select="$context/*[@oor:name = current()/@oor:name]"/>
190 <xsl:param name = "context"/>
198 <xsl:when test="ancestor-or-self::*/@install:module=$module">
201 <xsl:with-param name="component-schema" select="$component-schema"/>
210 …<xsl:if test="($applicable-values | $substantive-nodes)/ancestor-or-self::*/@install:module=$modul…
[all …]
/trunk/main/
H A Doowintool75 print " --psdk-home - dump psdk install dir\n";
76 print " --jdk-home - dump the jdk install dir\n";
126 …lue = reg_get_value ('HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MicrosoftSDK/Directories/Install Dir');
130 … = reg_find_key ('HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/MicrosoftSDK/InstalledSDKs/*/Install Dir');
217 my $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/" . $ver->{'key'});
218 if (defined $install && $install ne '') {
219 $ver->{'product_dir'} = $install;
222 $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/" . $ver->{'key'});
223 if (defined $install && $install ne '') {
224 $ver->{'product_dir'} = $install;
[all …]
H A Dinstall-sh3 # install - install a program, script, or datafile
4 # This comes from X11R5 (mit/util/scripts/install.sh).
18 # Calling this script install-sh is preferred over install.sh, to prevent
19 # `make' implicit rules from creating a file called install from it
22 # This script is compatible with the BSD install script, but was written
23 # from scratch. It can only install one file at a time, a restriction
24 # shared with many OS's install programs.
250 # might fail but the new file should still install successfully.
/trunk/test/
H A DREADME.md77 mkdir $SOURCE_ROOT_DIR/test/testspace/install
83 …_native/$INPATH/Apache_OpenOffice/installed/install/en-US/openoffice4 $SOURCE_ROOT_DIR/test/testsp…
89 …e/$INPATH/Apache_OpenOffice_SDK/installed/install/en-US/openoffice4/sdk $SOURCE_ROOT_DIR/test/test…
99 ant -Dopenoffice.home="$PWD/testspace/install/openoffice4" compile
130 ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tp bvt
142 ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tp fvt
146 ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tp api
151 ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tc bvt.gui.BasicFunctionTest
157 ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tm bvt:bvt.gui.BasicFunctionTest.test…
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DControlC.idt21 ReadyToInstall DlgTitle3 Show ProgressType0="install"
36 …eSuccess CheckBoxUpdates Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
37 …cess CheckForUpdatesText Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
42 SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") OR (…
43 SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR…
44 …eSuccess UpdateTextLine1 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
45 …eSuccess UpdateTextLine2 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
46 …eSuccess UpdateTextLine3 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DControlC.idt21 ReadyToInstall DlgTitle3 Show ProgressType0="install"
36 …eSuccess CheckBoxUpdates Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
37 …cess CheckForUpdatesText Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
42 SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") OR (…
43 SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR…
44 …eSuccess UpdateTextLine1 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
45 …eSuccess UpdateTextLine2 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
46 …eSuccess UpdateTextLine3 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DControlC.idt21 ReadyToInstall DlgTitle3 Show ProgressType0="install"
36 …eSuccess CheckBoxUpdates Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
37 …cess CheckForUpdatesText Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
42 SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") OR (…
43 SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR…
44 …eSuccess UpdateTextLine1 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
45 …eSuccess UpdateTextLine2 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
46 …eSuccess UpdateTextLine3 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
/trunk/main/setup_native/source/opensolaris/bundledextensions/
H A Dsvc-ooo_bundled_extensions27 #(share/extensions/install/installed) of the extensions which were
29 #copied to the install folder (share/extensions/install). Finally this
32 #extensions in the "install" folder are checked if they are already
42 #completely new extensions may be copied to the 'install' folder. Also
46 #run all extensions contained in share/extensions/install will be
56 EXTENSIONDIR=/opt/openoffice${OOOBRANDPACKAGEVERSION}/share/extension/install
85 #in the folder <..>/share/extension/install.
98 # #share/extension/install. Now we remove the installed
111 # #from .../share/extension/install)
H A DREADME5 In order to properly install the bundled extensions, such as dictionaries, it is
29 EXTENSIONPATH=/opt/openoffice3/share/extension/install
41 /opt/openoffice3/share/extension/install. To install them, the service calls
61 extensions contained in /opt/openoffice3/share/extension/install, because
72 called to install them with OOo's Extensions Manager. The reasons is a bug in
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DControlC.idt25 ReadyToInstall DlgTitle3 Show ProgressType0="install"
43 …eSuccess CheckBoxUpdates Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
44 …cess CheckForUpdatesText Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
49 SetupCompleteSuccess TextLine2 Show ProgressType2="installed" And ((ACTION<>"INSTALL") OR (…
50 SetupCompleteSuccess TextLine3 Show ProgressType2="uninstalled" And ((ACTION<>"INSTALL") OR…
51 …eSuccess UpdateTextLine1 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
52 …eSuccess UpdateTextLine2 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
53 …eSuccess UpdateTextLine3 Show ISENABLEDWUSFINISHDIALOG And NOT Installed And ACTION="INSTALL"
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf40 en-US = "Install now"
106 en-US = "Install ${PRODUCT_FULLNAME} in this directory"
160 en-US = "You choose the components you want to install and where they are stored. Recommended for a…
169 en-US = "Ready to Install"
190 en-US = "This Installation Wizard will install ${PRODUCT_FULLNAME} on your computer."
214 en-US = "An error has occurred. Thus the Installation Wizard could not install ${PRODUCT_NAME} on y…
289 en-US = "You have to remove the older version of ${PRODUCT_NAME} before you can install the newer o…
295 en-US = "You have to remove the newer version of ${PRODUCT_NAME} before you can install the older o…
364 en-US = "Before you install this product, you must read and accept the entire Software License Agre…
376 en-US = "It is recommended that you install this product in the directory suggested by this Install…
[all …]
/trunk/main/officecfg/registry/data/org/openoffice/TypeDetection/
H A DUISort.xcu25 …ice.TypeDetection" xmlns:oor="http://openoffice.org/2001/registry" xmlns:install="http://openoffic…
27 … <node oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:op="replace" install:module="calc">
32 … <node oor:name="com.sun.star.drawing.DrawingDocument" oor:op="replace" install:module="draw" >
37 …<node oor:name="com.sun.star.presentation.PresentationDocument" oor:op="replace" install:module="i…
42 … <node oor:name="com.sun.star.formula.FormulaProperties" oor:op="replace" install:module="math">
47 <node oor:name="com.sun.star.text.GlobalDocument" oor:op="replace" install:module="writer">
52 <node oor:name="com.sun.star.text.TextDocument" oor:op="replace" install:module="writer">
57 <node oor:name="com.sun.star.text.WebDocument" oor:op="replace" install:module="writer">
/trunk/
H A DMakefile21 .PHONY: check checkinstall checkupdate createwordlist install
27 checkinstall: install
29 pre-commit install
35 createwordlist: install
39 install: target
42 $(PIP) install -r requirements-dev.txt; \
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java95 data.setSelectionState(PackageDescription.INSTALL); in setDefaultModuleSettings()
139 …if (( childState == PackageDescription.INSTALL) || ( childState == PackageDescription.INSTALL_SOME… in setParentDefaultModuleSettings()
196 packageData.setSelectionState(packageData.INSTALL); in setHiddenModuleSettingsInstall()
197 // System.err.println("Setting 1 INSTALL flag to: " + packageData.getName()); in setHiddenModuleSettingsInstall()
203 packageData.setSelectionState(packageData.INSTALL); in setHiddenModuleSettingsInstall()
204 // System.err.println("Setting 2 INSTALL flag to: " + packageData.getName()); in setHiddenModuleSettingsInstall()
345 packageData.setSelectionState(PackageDescription.INSTALL); in setDatabaseSettings()
350 packageData.setSelectionState(PackageDescription.INSTALL); in setDatabaseSettings()
361 if ( packageData.getSelectionState() != PackageDescription.INSTALL ) { in setDatabaseSettings()
362 packageData.setSelectionState(PackageDescription.INSTALL); in setDatabaseSettings()
[all …]
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_versionboxes.src29 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
36 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
45 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
52 Text [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
61 Message[en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
68 TEXT [en-US] = "You are about to install version $NEW of the extension \'$NAME\'.\n"
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcopyeditiondata.cxx55 MSIHANDLE install, wchar_t const * name, wchar_t const * suffix, in getProperty() argument
59 UINT err = MsiGetPropertyW(install, name, L"", &n); in getProperty()
68 if (MsiGetPropertyW(install, name, data, &n2) != ERROR_SUCCESS || n2 != n) { in getProperty()
107 extern "C" UINT __stdcall copyEditionData(MSIHANDLE install) { in copyEditionData() argument
109 getProperty(install, L"SourceDir", LCL_STRING0(L"edition\0"))); in copyEditionData()
123 install, L"INSTALLLOCATION", in copyEditionData()
/trunk/main/officecfg/registry/schema/org/openoffice/Office/
H A DJava.xcs215 <desc>Determines the minimum size of the heap.</desc>
219 <!-- OldPath: Java -->
220 <!-- OldLocation: java.ini -->
229 <info>
237 <info>
246 <deprecated/>
254 </enumeration>
264 <!-- OldLocation: java.ini -->
272 <desc>JDKxxx or j2sdkxxx</desc>
283 <!-- Platform: UNIX -->
[all …]
/trunk/main/setup_native/scripts/
H A Dinstall_solaris.sh114 …r installation without administrative rights only\nPlease use pkgadd/patchadd to install as root\n"
137 # Determine whether this is a patch or a regular install set ..
179 # Do not install gnome-integration package on systems without GNOME
194 # Get the list of packages to install
215 if [ ! -d ${INSTALL_ROOT}/var/sadm/install/admin ]
230 mkdir -p ${INSTALL_ROOT}/var/sadm/install/admin
234 if [ ! -f ${INSTALL_ROOT}/var/sadm/install/admin/default ]
236 cat > ${INSTALL_ROOT}/var/sadm/install/admin/default << EOF
273 # create local tmp directory to install on S10
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.src41 …ading an update, please ensure that you have sufficient access rights to install it.\nA password, …
96 …Text [ en-US ] = "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you w…
101 Text [ en-US ] = "Install ~now" ;
106 Text [ en-US ] = "Install ~later" ;
161 Text [ en-US ] = "~Install" ;

12345678910>>...19