1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
30 #include "AutoInstall/brand"
32 #include "config_dconf.h"
33 #include "config_folders.h"
35 Module gid_Module_Root_Brand
36 ParentID = gid_Module_Root;
39 Description = "OOo Brand";
42 Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
43 PackageInfo = "packinfo_brand.txt";
44 Dirs = (gid_Brand_Dir_Program,
46 gid_Brand_Dir_Share_Config,
47 gid_Brand_Dir_Share_Extensions,
48 gid_Brand_Dir_Share_Uno_Packages,
49 gid_Brand_Dir_Share_Uno_Packages_Cache,
50 gid_Brand_Dir_Share_Ure,
51 gid_Brand_Dir_Share_Ure_Share,
52 gid_Brand_Dir_Share_Registry,
53 gid_Brand_Dir_Share_Xdg);
54 Files = (auto_brand_ALL,
55 gid_Brand_File_Desktophelper_Txt,
56 gid_Brand_File_Share_Xdg_Base,
57 gid_Brand_File_Share_Xdg_Calc,
58 gid_Brand_File_Share_Xdg_Draw,
59 gid_Brand_File_Share_Xdg_Impress,
60 gid_Brand_File_Share_Xdg_Math,
61 gid_Brand_File_Share_Xdg_QStart,
62 gid_Brand_File_Share_Xdg_StartCenter,
63 gid_Brand_File_Share_Xdg_Writer,
64 gid_Brand_File_Share_Xdg_XsltFilter);
67 // Language specific brand module
69 Module gid_Module_Langpack_Brand_Template
70 ParentID = gid_Module_Langpack_Languageroot;
71 Name = "gid_Module_Langpack_Brand_Template";
72 Description = "gid_Module_Langpack_Brand_Template";
73 Styles = (TEMPLATEMODULE);
74 InstallOrder = "1050";
75 Dirs = (gid_Brand_Dir_Program_Shell,
76 gid_Brand_Dir_Readme);
77 Files = (gid_Brand_File_Readme_Readme,
78 gid_Brand_File_Share_Registry_Cjk_Xcd);
83 Directory gid_Brand_Dir_Program
85 ParentID = gid_Dir_Bundle_Contents;
88 ParentID = gid_Dir_Brand_Root;
93 Directory gid_Brand_Dir_Readme
95 ParentID = gid_Dir_Bundle_Contents_Resources;
97 ParentID = gid_Dir_Brand_Root;
102 Directory gid_Brand_Dir_Share
104 ParentID = gid_Dir_Bundle_Contents;
106 ParentID = gid_Dir_Brand_Root;
108 DosName = LIBO_SHARE_FOLDER;
111 Directory gid_Brand_Dir_Share_Config
112 ParentID = gid_Brand_Dir_Share;
116 Directory gid_Brand_Dir_Share_Uno_Packages
117 ParentID = gid_Brand_Dir_Share;
118 DosName = "uno_packages";
122 Directory gid_Brand_Dir_Share_Uno_Packages_Cache
123 ParentID = gid_Brand_Dir_Share_Uno_Packages;
128 Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages
129 ParentID = gid_Brand_Dir_Share_Uno_Packages_Cache;
130 DosName = "uno_packages";
136 Directory gid_Brand_Dir_Share_Ure
137 ParentID = gid_Brand_Dir_Share;
141 Directory gid_Brand_Dir_Share_Ure_Share
142 ParentID = gid_Brand_Dir_Share_Ure;
148 Directory gid_Brand_Dir_Share_Registry
149 ParentID = gid_Brand_Dir_Share;
150 DosName = "registry";
153 #if defined UNX && ! defined MACOSX
154 Directory gid_Brand_Dir_Share_Xdg
155 ParentID = gid_Brand_Dir_Share;
163 File gid_Brand_File_Desktophelper_Txt
166 Dir = gid_Brand_Dir_Program;
167 Name = "desktophelper.txt";
168 ComponentCondition = "CREATEDESKTOPLINK=1";
172 File gid_Brand_File_Readme_Readme
174 Dir = gid_Brand_Dir_Readme;
176 README_ALL_LANG(Name, README);
179 README_TXT_ALL_LANG(Name, readme, txt);
181 Styles = (PACKED, SCPZIP_REPLACE);
184 File gid_Brand_File_Share_Registry_Cjk_Xcd
186 Styles = (PACKED,MAKE_LANG_SPECIFIC);
187 Dir = gid_Brand_Dir_Share_Registry;
188 Name (ja) = "cjk.xcd";
189 Name (ko) = "cjk.xcd";
190 Name (zh-CN) = "cjk.xcd";
191 Name (zh-TW) = "cjk.xcd";
194 #if defined UNX && ! defined MACOSX
195 File gid_Brand_File_Share_Xdg_Base
197 Dir = gid_Brand_Dir_Share_Xdg;
198 Styles = (PACKED,SCPZIP_REPLACE);
199 Name = "base.desktop";
203 #if defined UNX && ! defined MACOSX
204 File gid_Brand_File_Share_Xdg_Calc
206 Dir = gid_Brand_Dir_Share_Xdg;
207 Name = "calc.desktop";
208 Styles = (PACKED,SCPZIP_REPLACE);
212 #if defined UNX && ! defined MACOSX
213 File gid_Brand_File_Share_Xdg_Draw
215 Dir = gid_Brand_Dir_Share_Xdg;
216 Name = "draw.desktop";
217 Styles = (PACKED,SCPZIP_REPLACE);
221 #if defined UNX && ! defined MACOSX
222 File gid_Brand_File_Share_Xdg_Impress
224 Dir = gid_Brand_Dir_Share_Xdg;
225 Name = "impress.desktop";
226 Styles = (PACKED,SCPZIP_REPLACE);
230 #if defined UNX && ! defined MACOSX
231 File gid_Brand_File_Share_Xdg_Math
233 Dir = gid_Brand_Dir_Share_Xdg;
234 Name = "math.desktop";
235 Styles = (PACKED,SCPZIP_REPLACE);
239 #if defined UNX && ! defined MACOSX
240 #ifdef ENABLE_SYSTRAY_GTK
241 File gid_Brand_File_Share_Xdg_QStart
243 Dir = gid_Brand_Dir_Share_Xdg;
244 Styles = (PACKED,SCPZIP_REPLACE);
245 Name = "qstart.desktop";
250 #if defined UNX && ! defined MACOSX
251 File gid_Brand_File_Share_Xdg_Writer
253 Dir = gid_Brand_Dir_Share_Xdg;
254 Name = "writer.desktop";
255 Styles = (PACKED,SCPZIP_REPLACE);
259 #if defined UNX && ! defined MACOSX
260 File gid_Brand_File_Share_Xdg_StartCenter
262 Dir = gid_Brand_Dir_Share_Xdg;
263 Name = "startcenter.desktop";
264 Styles = (PACKED,SCPZIP_REPLACE);
268 #if defined UNX && ! defined MACOSX
269 File gid_Brand_File_Share_Xdg_XsltFilter
271 Dir = gid_Brand_Dir_Share_Xdg;
272 Name = "xsltfilter.desktop";
273 Styles = (PACKED,SCPZIP_REPLACE);
279 Profile gid_Brand_Profile_Bootstrap_Ini
280 ModuleID = gid_Module_Root_Brand;
281 Name = PROFILENAME(bootstrap);
282 Dir = GID_BRAND_DIR_ETC;
286 Profile gid_Brand_Profile_Soffice_Ini
287 ModuleID = gid_Module_Root_Brand;
288 Name = PROFILENAME(soffice);
289 Dir = GID_BRAND_DIR_ETC;
293 Profile gid_Brand_Profile_Setup_Ini
294 ModuleID = gid_Module_Root_Brand;
295 Name = PROFILENAME(setup);
296 Dir = GID_BRAND_DIR_ETC;
300 Profile gid_Brand_Profile_Version_Ini
301 ModuleID = gid_Module_Root_Brand;
302 Name = PROFILENAME(version);
303 Dir = GID_BRAND_DIR_ETC;
307 Profile gid_Brand_Profile_Fundamental_Ini
308 ModuleID = gid_Module_Root_Brand;
309 Name = PROFILENAME(fundamental);
310 Dir = GID_BRAND_DIR_ETC;
314 Profile gid_Brand_Profile_Redirect_Ini
315 ModuleID = gid_Module_Root_Brand;
316 Name = PROFILENAME(redirect);
317 Dir = gid_Brand_Dir_Program;
323 ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
324 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
325 ModuleID = gid_Module_Root_Brand;
326 Section = "Bootstrap";
329 Value = "<productkey>";
332 ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
333 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
334 ModuleID = gid_Module_Root_Brand;
335 Section = "Bootstrap";
338 Value = "<installmode>";
341 ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
342 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
343 ModuleID = gid_Module_Root_Brand;
344 Section = "Bootstrap";
346 Key = "UserInstallation";
348 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
350 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
352 Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
356 ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
357 ModuleID = gid_Module_Root_Brand;
358 ProfileID = gid_Brand_Profile_Soffice_Ini;
359 Section = "Bootstrap";
360 Key = "URE_BOOTSTRAP";
361 Value = "${ORIGIN}/" PROFILENAME(fundamental);
364 ProfileItem gid_Brand_Profileitem_Soffice_Logo
365 ProfileID = gid_Brand_Profile_Soffice_Ini;
366 ModuleID = gid_Module_Root_Brand;
367 Section = "Bootstrap";
373 ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
374 ProfileID = gid_Brand_Profile_Soffice_Ini;
375 ModuleID = gid_Module_Root_Brand;
376 Section = "Bootstrap";
378 Key = "ProgressBarColor";
379 Value = "${PROGRESSBARCOLOR}";
382 ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
383 ProfileID = gid_Brand_Profile_Soffice_Ini;
384 ModuleID = gid_Module_Root_Brand;
385 Section = "Bootstrap";
387 Key = "ProgressSize";
388 Value = "${PROGRESSSIZE}";
391 ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
392 ProfileID = gid_Brand_Profile_Soffice_Ini;
393 ModuleID = gid_Module_Root_Brand;
394 Section = "Bootstrap";
396 Key = "ProgressPosition";
397 Value = "${PROGRESSPOSITION}";
400 ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
401 ProfileID = gid_Brand_Profile_Soffice_Ini;
402 ModuleID = gid_Module_Root_Brand;
403 Section = "Bootstrap";
405 Key = "ProgressFrameColor";
406 Value = "${PROGRESSFRAMECOLOR}";
409 ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
410 ProfileID = gid_Brand_Profile_Soffice_Ini;
411 ModuleID = gid_Module_Root_Brand;
412 Section = "Bootstrap";
414 Key = "NativeProgress";
415 Value = "${NATIVEPROGRESS}";
418 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
419 ProfileID = gid_Brand_Profile_Soffice_Ini;
420 ModuleID = gid_Module_Root_Brand;
421 Section = "Bootstrap";
423 Key = "ProgressTextColor";
424 Value = "${PROGRESSTEXTCOLOR}";
427 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
428 ProfileID = gid_Brand_Profile_Soffice_Ini;
429 ModuleID = gid_Module_Root_Brand;
430 Section = "Bootstrap";
432 Key = "ProgressTextBaseline";
433 Value = "${PROGRESSTEXTBASELINE}";
436 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
437 ProfileID = gid_Brand_Profile_Soffice_Ini;
438 ModuleID = gid_Module_Root_Brand;
439 Section = "Bootstrap";
445 ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
446 ProfileID = gid_Brand_Profile_Soffice_Ini;
447 ModuleID = gid_Module_Root_Brand;
448 Section = "Bootstrap";
449 Key = "CrashDirectory";
450 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
453 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfig
454 ProfileID = gid_Brand_Profile_Soffice_Ini;
455 ModuleID = gid_Module_Root_Brand;
456 Section = "Bootstrap";
457 Key = "SecureUserConfig";
461 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigCompress
462 ProfileID = gid_Brand_Profile_Soffice_Ini;
463 ModuleID = gid_Module_Root_Brand;
464 Section = "Bootstrap";
465 Key = "SecureUserConfigCompress";
469 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigNumCopies
470 ProfileID = gid_Brand_Profile_Soffice_Ini;
471 ModuleID = gid_Module_Root_Brand;
472 Section = "Bootstrap";
473 Key = "SecureUserConfigNumCopies";
478 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigMode
479 ProfileID = gid_Brand_Profile_Soffice_Ini;
480 ModuleID = gid_Module_Root_Brand;
481 Section = "Bootstrap";
482 Key = "SecureUserConfigMode";
486 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigExtensions
487 ProfileID = gid_Brand_Profile_Soffice_Ini;
488 ModuleID = gid_Module_Root_Brand;
489 Section = "Bootstrap";
490 Key = "SecureUserConfigExtensions";
494 ProfileItem gid_Brand_Profileitem_Version_Buildid
495 ProfileID = gid_Brand_Profile_Version_Ini;
496 ModuleID = gid_Module_Root_Brand;
505 ProfileItem gid_Brand_Profileitem_Version_Productcode
506 ProfileID = gid_Brand_Profile_Version_Ini;
507 ModuleID = gid_Module_Root_Brand;
511 Value = "<productcode>";
518 ProfileItem gid_Brand_Profileitem_Version_Upgradecode
519 ProfileID = gid_Brand_Profile_Version_Ini;
520 ModuleID = gid_Module_Root_Brand;
524 Value = "<upgradecode>";
529 ProfileItem gid_Brand_Profileitem_Version_Alllanguages
530 ProfileID = gid_Brand_Profile_Version_Ini;
531 ModuleID = gid_Module_Root_Brand;
534 Key = "AllLanguages";
535 Value = "<alllanguages>";
540 ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
541 ProfileID = gid_Brand_Profile_Version_Ini;
542 ModuleID = gid_Module_Root_Brand;
545 Key = "MsiProductVersion";
546 Value = "<msiproductversion>";
551 ProfileItem gid_Brand_Profileitem_Version_Updateurl
552 ProfileID = gid_Brand_Profile_Version_Ini;
553 ModuleID = gid_Module_Root_Brand;
557 #if defined(ENABLE_ONLINE_UPDATE)
559 Value = "${UPDATEURL}";
561 Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
568 ProfileItem gid_Brand_Profileitem_Version_UpdateChannel
569 ProfileID = gid_Brand_Profile_Version_Ini;
570 ModuleID = gid_Module_Root_Brand;
573 Key = "UpdateChannel";
574 Value = "<updatechannel>";
577 ProfileItem gid_Brand_Profileitem_Version_Updateid
578 ProfileID = gid_Brand_Profile_Version_Ini;
579 ModuleID = gid_Module_Root_Brand;
583 Value = "<updateid>";
586 ProfileItem gid_Brand_Profileitem_Version_Useragent
587 ProfileID = gid_Brand_Profile_Version_Ini;
588 ModuleID = gid_Module_Root_Brand;
591 Key = "UpdateUserAgent";
592 Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)";
595 ProfileItem gid_Brand_Profileitem_Version_Vendor
596 ProfileID = gid_Brand_Profile_Version_Ini;
597 ModuleID = gid_Module_Root_Brand;
604 ProfileItem gid_Brand_Profileitem_Version_BuildVersion
605 ProfileID = gid_Brand_Profile_Version_Ini;
606 ModuleID = gid_Module_Root_Brand;
609 Key = "BuildVersion";
610 Value = "<buildversion>";
613 ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
614 ProfileID = gid_Brand_Profile_Version_Ini;
615 ModuleID = gid_Module_Root_Brand;
618 Key = "ExtensionUpdateURL";
619 #if defined(ENABLE_EXTENSION_UPDATE)
620 Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
626 ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
627 ProfileID = gid_Brand_Profile_Version_Ini;
628 ModuleID = gid_Module_Root_Brand;
630 Key = "ReferenceOOoMajorMinor";
631 Value = "${REFERENCEOOOMAJORMINOR}";
634 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
635 ModuleID = gid_Module_Root_Brand;
636 ProfileID = gid_Brand_Profile_Fundamental_Ini;
637 Section = "Bootstrap";
638 Key = "BRAND_BASE_DIR";
639 Value = "${ORIGIN}/..";
642 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
643 ModuleID = gid_Module_Root_Brand;
644 ProfileID = gid_Brand_Profile_Fundamental_Ini;
645 Section = "Bootstrap";
646 Key = "BRAND_SHARE_SUBDIR";
647 Value = LIBO_SHARE_FOLDER;
650 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Resource_Subdir
651 ModuleID = gid_Module_Root_Brand;
652 ProfileID = gid_Brand_Profile_Fundamental_Ini;
653 Section = "Bootstrap";
654 Key = "BRAND_SHARE_RESOURCE_SUBDIR";
655 Value = LIBO_SHARE_RESOURCE_FOLDER;
658 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
659 ModuleID = gid_Module_Root_Brand;
660 ProfileID = gid_Brand_Profile_Fundamental_Ini;
661 Section = "Bootstrap";
662 Key = "BRAND_INI_DIR";
666 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
667 ModuleID = gid_Module_Root_Brand;
668 ProfileID = gid_Brand_Profile_Fundamental_Ini;
669 Section = "Bootstrap";
671 Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
674 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
675 ModuleID = gid_Module_Root_Brand;
676 ProfileID = gid_Brand_Profile_Fundamental_Ini;
677 Section = "Bootstrap";
679 Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
682 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
683 ModuleID = gid_Module_Root_Brand;
684 ProfileID = gid_Brand_Profile_Fundamental_Ini;
685 Section = "Bootstrap";
686 Key = "BUNDLED_EXTENSIONS";
687 Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
690 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
691 ModuleID = gid_Module_Root_Brand;
692 ProfileID = gid_Brand_Profile_Fundamental_Ini;
693 Section = "Bootstrap";
694 Key = "BUNDLED_EXTENSIONS_USER";
695 Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
698 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
699 ModuleID = gid_Module_Root_Brand;
700 ProfileID = gid_Brand_Profile_Fundamental_Ini;
701 Section = "Bootstrap";
702 Key = "UNO_SHARED_PACKAGES_CACHE";
703 Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
706 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
707 ModuleID = gid_Module_Root_Brand;
708 ProfileID = gid_Brand_Profile_Fundamental_Ini;
709 Section = "Bootstrap";
710 Key = "SHARED_EXTENSIONS_USER";
711 Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
714 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
715 ModuleID = gid_Module_Root_Brand;
716 ProfileID = gid_Brand_Profile_Fundamental_Ini;
717 Section = "Bootstrap";
718 Key = "UNO_USER_PACKAGES_CACHE";
719 Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
722 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
723 ModuleID = gid_Module_Root_Brand;
724 ProfileID = gid_Brand_Profile_Fundamental_Ini;
725 Section = "Bootstrap";
726 Key = "TMP_EXTENSIONS";
727 Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
730 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
731 ModuleID = gid_Module_Root_Brand;
732 ProfileID = gid_Brand_Profile_Fundamental_Ini;
733 Section = "Bootstrap";
734 Key = "BAK_EXTENSIONS";
735 Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
738 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
739 ModuleID = gid_Module_Root_Brand;
740 ProfileID = gid_Brand_Profile_Fundamental_Ini;
741 Section = "Bootstrap";
742 Key = "URE_MORE_TYPES";
743 Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
746 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
747 ModuleID = gid_Module_Root_Brand;
748 ProfileID = gid_Brand_Profile_Fundamental_Ini;
749 Section = "Bootstrap";
750 Key = "URE_MORE_SERVICES";
751 Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
754 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
755 ModuleID = gid_Module_Root_Brand;
756 ProfileID = gid_Brand_Profile_Fundamental_Ini;
757 Section = "Bootstrap";
758 Key = "URE_MORE_JAVA_TYPES";
759 Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/unoil.jar ${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER "/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_JAVA_CLASSPATH}";
762 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
763 ModuleID = gid_Module_Root_Brand;
764 ProfileID = gid_Brand_Profile_Fundamental_Ini;
765 Section = "Bootstrap";
766 Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
767 Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
770 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
771 ModuleID = gid_Module_Root_Brand;
772 ProfileID = gid_Brand_Profile_Fundamental_Ini;
773 Section = "Bootstrap";
774 Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
775 Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
778 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
779 ModuleID = gid_Module_Root_Brand;
780 ProfileID = gid_Brand_Profile_Fundamental_Ini;
781 Section = "Bootstrap";
782 Key = "URE_MORE_JAVA_CLASSPATH_URLS";
785 ValueList1 = HSQLDB_JAR;
789 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
790 ModuleID = gid_Module_Root_Brand;
791 ProfileID = gid_Brand_Profile_Fundamental_Ini;
792 Section = "Bootstrap";
794 Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
798 #define CONFIGURATION_LAYERS_DCONF " dconf:*"
800 #define CONFIGURATION_LAYERS_DCONF
803 #define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
804 #define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
806 #define CONFIGURATION_LAYERS_WINREG
807 #define CONFIGURATION_LAYERS_WINUSERREG
809 ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
810 ProfileID = gid_Brand_Profile_Fundamental_Ini;
811 ModuleID = gid_Module_Root_Brand;
812 Section = "Bootstrap";
813 Key = "CONFIGURATION_LAYERS";
814 Value = "xcsxcu:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry res:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry" CONFIGURATION_LAYERS_DCONF CONFIGURATION_LAYERS_WINREG " bundledext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini sharedext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini userext:${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini" CONFIGURATION_LAYERS_WINUSERREG " user:!${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/registrymodifications.xcu";
816 #undef CONFIGURATION_LAYERS_DCONF
817 #undef CONFIGURATION_LAYERS_WINREG
818 #undef CONFIGURATION_LAYERS_WINUSERREG
821 ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
822 ModuleID = gid_Module_Root_Brand;
823 ProfileID = gid_Brand_Profile_Redirect_Ini;
824 Section = "Bootstrap";
825 Key = "URE_BOOTSTRAP";
826 Value = "${ORIGIN}/" PROFILENAME(fundamental);
831 ProfileItem gid_Brand_Profileitem_Setup_Alluserset
832 ProfileID = gid_Brand_Profile_Setup_Ini;
833 ModuleID = gid_Module_Root_Brand;
834 Section = "Bootstrap";
837 Value = "[ALLUSERS]";
838 Inifiletablekey = "AllUsersSet";
839 Inifiletableaction = "1";
840 Styles = (INIFILETABLE);
845 ProfileItem gid_Brand_Profileitem_Setup_Findproduct
846 ProfileID = gid_Brand_Profile_Setup_Ini;
847 ModuleID = gid_Module_Root_Brand;
848 Section = "Bootstrap";
851 Value = "[FINDPRODUCT]";
852 Inifiletablekey = "FindProductSet";
853 Inifiletableaction = "1";
854 Styles = (INIFILETABLE);
859 ProfileItem gid_Brand_Profileitem_Setup_Productcode
860 ProfileID = gid_Brand_Profile_Setup_Ini;
861 ModuleID = gid_Module_Root_Brand;
862 Section = "Bootstrap";
865 Value = "<productcode>";
870 ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
871 ProfileID = gid_Brand_Profile_Setup_Ini;
872 ModuleID = gid_Module_Root_Brand;
873 Section = "Bootstrap";
876 Value = "<upgradecode>";
880 ProfileItem gid_Brand_Profileitem_Setup_Buildid
881 ProfileID = gid_Brand_Profile_Setup_Ini;
882 ModuleID = gid_Module_Root_Brand;
883 Section = "Bootstrap";
890 ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
891 ProfileID = gid_Brand_Profile_Setup_Ini;
892 ModuleID = gid_Module_Root_Brand;
893 Section = "Bootstrap";
895 Key = "UREINSTALLLOCATION";
896 Value = "[INSTALLLOCATION]URE\\";
897 Inifiletablekey = "UreInstallLocation";
898 Inifiletableaction = "1";
899 Styles = (INIFILETABLE);
904 ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
905 ProfileID = gid_Brand_Profile_Setup_Ini;
906 ModuleID = gid_Module_Root_Brand;
907 Section = "Bootstrap";
909 Key = "BASISINSTALLLOCATION";
910 Value = "[INSTALLLOCATION]";
911 Inifiletablekey = "BasisInstallLocation";
912 Inifiletableaction = "1";
913 Styles = (INIFILETABLE);
918 ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
919 ProfileID = gid_Brand_Profile_Setup_Ini;
920 ModuleID = gid_Module_Root_Brand;
921 Section = "Bootstrap";
923 Key = "OFFICEINSTALLLOCATION";
924 Value = "[INSTALLLOCATION]";
925 Inifiletablekey = "OfficeInstallLocation";
926 Inifiletableaction = "1";
927 Styles = (INIFILETABLE);
932 ProfileItem gid_Brand_Profileitem_Setup_Install
933 ProfileID = gid_Brand_Profile_Setup_Ini;
934 ModuleID = gid_Module_Root_Brand;
935 Section = "Bootstrap";
937 Key = "INSTALLLOCATION";
938 Value = "[INSTALLLOCATION]";
939 Inifiletablekey = "InstallLocation";
940 Inifiletableaction = "1";
941 Styles = (INIFILETABLE);