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 File gid_Brand_File_Share_Xdg_Writer
242 Dir = gid_Brand_Dir_Share_Xdg;
243 Name = "writer.desktop";
244 Styles = (PACKED,SCPZIP_REPLACE);
248 #if defined UNX && ! defined MACOSX
249 File gid_Brand_File_Share_Xdg_StartCenter
251 Dir = gid_Brand_Dir_Share_Xdg;
252 Name = "startcenter.desktop";
253 Styles = (PACKED,SCPZIP_REPLACE);
257 #if defined UNX && ! defined MACOSX
258 File gid_Brand_File_Share_Xdg_XsltFilter
260 Dir = gid_Brand_Dir_Share_Xdg;
261 Name = "xsltfilter.desktop";
262 Styles = (PACKED,SCPZIP_REPLACE);
268 Profile gid_Brand_Profile_Bootstrap_Ini
269 ModuleID = gid_Module_Root_Brand;
270 Name = PROFILENAME(bootstrap);
271 Dir = GID_BRAND_DIR_ETC;
275 Profile gid_Brand_Profile_Soffice_Ini
276 ModuleID = gid_Module_Root_Brand;
277 Name = PROFILENAME(soffice);
278 Dir = GID_BRAND_DIR_ETC;
282 Profile gid_Brand_Profile_Setup_Ini
283 ModuleID = gid_Module_Root_Brand;
284 Name = PROFILENAME(setup);
285 Dir = GID_BRAND_DIR_ETC;
289 Profile gid_Brand_Profile_Version_Ini
290 ModuleID = gid_Module_Root_Brand;
291 Name = PROFILENAME(version);
292 Dir = GID_BRAND_DIR_ETC;
296 Profile gid_Brand_Profile_Fundamental_Ini
297 ModuleID = gid_Module_Root_Brand;
298 Name = PROFILENAME(fundamental);
299 Dir = GID_BRAND_DIR_ETC;
303 Profile gid_Brand_Profile_Redirect_Ini
304 ModuleID = gid_Module_Root_Brand;
305 Name = PROFILENAME(redirect);
306 Dir = gid_Brand_Dir_Program;
312 ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
313 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
314 ModuleID = gid_Module_Root_Brand;
315 Section = "Bootstrap";
318 Value = "<productkey>";
321 ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
322 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
323 ModuleID = gid_Module_Root_Brand;
324 Section = "Bootstrap";
327 Value = "<installmode>";
330 ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
331 ProfileID = gid_Brand_Profile_Bootstrap_Ini;
332 ModuleID = gid_Module_Root_Brand;
333 Section = "Bootstrap";
335 Key = "UserInstallation";
337 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
339 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
341 Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
345 ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
346 ModuleID = gid_Module_Root_Brand;
347 ProfileID = gid_Brand_Profile_Soffice_Ini;
348 Section = "Bootstrap";
349 Key = "URE_BOOTSTRAP";
350 Value = "${ORIGIN}/" PROFILENAME(fundamental);
353 ProfileItem gid_Brand_Profileitem_Soffice_Logo
354 ProfileID = gid_Brand_Profile_Soffice_Ini;
355 ModuleID = gid_Module_Root_Brand;
356 Section = "Bootstrap";
362 ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
363 ProfileID = gid_Brand_Profile_Soffice_Ini;
364 ModuleID = gid_Module_Root_Brand;
365 Section = "Bootstrap";
367 Key = "ProgressBarColor";
368 Value = "${PROGRESSBARCOLOR}";
371 ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
372 ProfileID = gid_Brand_Profile_Soffice_Ini;
373 ModuleID = gid_Module_Root_Brand;
374 Section = "Bootstrap";
376 Key = "ProgressSize";
377 Value = "${PROGRESSSIZE}";
380 ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
381 ProfileID = gid_Brand_Profile_Soffice_Ini;
382 ModuleID = gid_Module_Root_Brand;
383 Section = "Bootstrap";
385 Key = "ProgressPosition";
386 Value = "${PROGRESSPOSITION}";
389 ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
390 ProfileID = gid_Brand_Profile_Soffice_Ini;
391 ModuleID = gid_Module_Root_Brand;
392 Section = "Bootstrap";
394 Key = "ProgressFrameColor";
395 Value = "${PROGRESSFRAMECOLOR}";
398 ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
399 ProfileID = gid_Brand_Profile_Soffice_Ini;
400 ModuleID = gid_Module_Root_Brand;
401 Section = "Bootstrap";
403 Key = "NativeProgress";
404 Value = "${NATIVEPROGRESS}";
407 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
408 ProfileID = gid_Brand_Profile_Soffice_Ini;
409 ModuleID = gid_Module_Root_Brand;
410 Section = "Bootstrap";
412 Key = "ProgressTextColor";
413 Value = "${PROGRESSTEXTCOLOR}";
416 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
417 ProfileID = gid_Brand_Profile_Soffice_Ini;
418 ModuleID = gid_Module_Root_Brand;
419 Section = "Bootstrap";
421 Key = "ProgressTextBaseline";
422 Value = "${PROGRESSTEXTBASELINE}";
425 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
426 ProfileID = gid_Brand_Profile_Soffice_Ini;
427 ModuleID = gid_Module_Root_Brand;
428 Section = "Bootstrap";
434 ProfileItem gid_Brand_Profileitem_Soffice_CrashDirectory
435 ProfileID = gid_Brand_Profile_Soffice_Ini;
436 ModuleID = gid_Module_Root_Brand;
437 Section = "Bootstrap";
438 Key = "CrashDirectory";
439 Value = "${$BRAND_BASE_DIR/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/crash";
442 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfig
443 ProfileID = gid_Brand_Profile_Soffice_Ini;
444 ModuleID = gid_Module_Root_Brand;
445 Section = "Bootstrap";
446 Key = "SecureUserConfig";
450 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigCompress
451 ProfileID = gid_Brand_Profile_Soffice_Ini;
452 ModuleID = gid_Module_Root_Brand;
453 Section = "Bootstrap";
454 Key = "SecureUserConfigCompress";
458 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigNumCopies
459 ProfileID = gid_Brand_Profile_Soffice_Ini;
460 ModuleID = gid_Module_Root_Brand;
461 Section = "Bootstrap";
462 Key = "SecureUserConfigNumCopies";
467 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigMode
468 ProfileID = gid_Brand_Profile_Soffice_Ini;
469 ModuleID = gid_Module_Root_Brand;
470 Section = "Bootstrap";
471 Key = "SecureUserConfigMode";
475 ProfileItem gid_Brand_Profileitem_Soffice_SecureUserConfigExtensions
476 ProfileID = gid_Brand_Profile_Soffice_Ini;
477 ModuleID = gid_Module_Root_Brand;
478 Section = "Bootstrap";
479 Key = "SecureUserConfigExtensions";
483 ProfileItem gid_Brand_Profileitem_Version_Buildid
484 ProfileID = gid_Brand_Profile_Version_Ini;
485 ModuleID = gid_Module_Root_Brand;
494 ProfileItem gid_Brand_Profileitem_Version_Productcode
495 ProfileID = gid_Brand_Profile_Version_Ini;
496 ModuleID = gid_Module_Root_Brand;
500 Value = "<productcode>";
507 ProfileItem gid_Brand_Profileitem_Version_Upgradecode
508 ProfileID = gid_Brand_Profile_Version_Ini;
509 ModuleID = gid_Module_Root_Brand;
513 Value = "<upgradecode>";
518 ProfileItem gid_Brand_Profileitem_Version_Alllanguages
519 ProfileID = gid_Brand_Profile_Version_Ini;
520 ModuleID = gid_Module_Root_Brand;
523 Key = "AllLanguages";
524 Value = "<alllanguages>";
529 ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
530 ProfileID = gid_Brand_Profile_Version_Ini;
531 ModuleID = gid_Module_Root_Brand;
534 Key = "MsiProductVersion";
535 Value = "<msiproductversion>";
540 ProfileItem gid_Brand_Profileitem_Version_Updateurl
541 ProfileID = gid_Brand_Profile_Version_Ini;
542 ModuleID = gid_Module_Root_Brand;
546 #if defined(ENABLE_ONLINE_UPDATE)
548 Value = "${UPDATEURL}";
550 Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
557 ProfileItem gid_Brand_Profileitem_Version_UpdateChannel
558 ProfileID = gid_Brand_Profile_Version_Ini;
559 ModuleID = gid_Module_Root_Brand;
562 Key = "UpdateChannel";
563 Value = "<updatechannel>";
566 ProfileItem gid_Brand_Profileitem_Version_Updateid
567 ProfileID = gid_Brand_Profile_Version_Ini;
568 ModuleID = gid_Module_Root_Brand;
572 Value = "<updateid>";
575 ProfileItem gid_Brand_Profileitem_Version_Useragent
576 ProfileID = gid_Brand_Profile_Version_Ini;
577 ModuleID = gid_Module_Root_Brand;
580 Key = "UpdateUserAgent";
581 Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; <OPTIONAL_OS_HW_DATA>)";
584 ProfileItem gid_Brand_Profileitem_Version_Vendor
585 ProfileID = gid_Brand_Profile_Version_Ini;
586 ModuleID = gid_Module_Root_Brand;
593 ProfileItem gid_Brand_Profileitem_Version_BuildVersion
594 ProfileID = gid_Brand_Profile_Version_Ini;
595 ModuleID = gid_Module_Root_Brand;
598 Key = "BuildVersion";
599 Value = "<buildversion>";
602 ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
603 ProfileID = gid_Brand_Profile_Version_Ini;
604 ModuleID = gid_Module_Root_Brand;
607 Key = "ExtensionUpdateURL";
608 #if defined(ENABLE_EXTENSION_UPDATE)
609 Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
615 ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
616 ProfileID = gid_Brand_Profile_Version_Ini;
617 ModuleID = gid_Module_Root_Brand;
619 Key = "ReferenceOOoMajorMinor";
620 Value = "${REFERENCEOOOMAJORMINOR}";
623 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
624 ModuleID = gid_Module_Root_Brand;
625 ProfileID = gid_Brand_Profile_Fundamental_Ini;
626 Section = "Bootstrap";
627 Key = "BRAND_BASE_DIR";
628 Value = "${ORIGIN}/..";
631 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
632 ModuleID = gid_Module_Root_Brand;
633 ProfileID = gid_Brand_Profile_Fundamental_Ini;
634 Section = "Bootstrap";
635 Key = "BRAND_SHARE_SUBDIR";
636 Value = LIBO_SHARE_FOLDER;
639 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Resource_Subdir
640 ModuleID = gid_Module_Root_Brand;
641 ProfileID = gid_Brand_Profile_Fundamental_Ini;
642 Section = "Bootstrap";
643 Key = "BRAND_SHARE_RESOURCE_SUBDIR";
644 Value = LIBO_SHARE_RESOURCE_FOLDER;
647 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
648 ModuleID = gid_Module_Root_Brand;
649 ProfileID = gid_Brand_Profile_Fundamental_Ini;
650 Section = "Bootstrap";
651 Key = "BRAND_INI_DIR";
655 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
656 ModuleID = gid_Module_Root_Brand;
657 ProfileID = gid_Brand_Profile_Fundamental_Ini;
658 Section = "Bootstrap";
660 Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
663 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
664 ModuleID = gid_Module_Root_Brand;
665 ProfileID = gid_Brand_Profile_Fundamental_Ini;
666 Section = "Bootstrap";
668 Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
671 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
672 ModuleID = gid_Module_Root_Brand;
673 ProfileID = gid_Brand_Profile_Fundamental_Ini;
674 Section = "Bootstrap";
675 Key = "BUNDLED_EXTENSIONS";
676 Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
679 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
680 ModuleID = gid_Module_Root_Brand;
681 ProfileID = gid_Brand_Profile_Fundamental_Ini;
682 Section = "Bootstrap";
683 Key = "BUNDLED_EXTENSIONS_USER";
684 Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
687 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
688 ModuleID = gid_Module_Root_Brand;
689 ProfileID = gid_Brand_Profile_Fundamental_Ini;
690 Section = "Bootstrap";
691 Key = "UNO_SHARED_PACKAGES_CACHE";
692 Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
695 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
696 ModuleID = gid_Module_Root_Brand;
697 ProfileID = gid_Brand_Profile_Fundamental_Ini;
698 Section = "Bootstrap";
699 Key = "SHARED_EXTENSIONS_USER";
700 Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
703 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
704 ModuleID = gid_Module_Root_Brand;
705 ProfileID = gid_Brand_Profile_Fundamental_Ini;
706 Section = "Bootstrap";
707 Key = "UNO_USER_PACKAGES_CACHE";
708 Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
711 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
712 ModuleID = gid_Module_Root_Brand;
713 ProfileID = gid_Brand_Profile_Fundamental_Ini;
714 Section = "Bootstrap";
715 Key = "TMP_EXTENSIONS";
716 Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
719 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
720 ModuleID = gid_Module_Root_Brand;
721 ProfileID = gid_Brand_Profile_Fundamental_Ini;
722 Section = "Bootstrap";
723 Key = "BAK_EXTENSIONS";
724 Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
727 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
728 ModuleID = gid_Module_Root_Brand;
729 ProfileID = gid_Brand_Profile_Fundamental_Ini;
730 Section = "Bootstrap";
731 Key = "URE_MORE_TYPES";
732 Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
735 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
736 ModuleID = gid_Module_Root_Brand;
737 ProfileID = gid_Brand_Profile_Fundamental_Ini;
738 Section = "Bootstrap";
739 Key = "URE_MORE_SERVICES";
740 Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
743 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
744 ModuleID = gid_Module_Root_Brand;
745 ProfileID = gid_Brand_Profile_Fundamental_Ini;
746 Section = "Bootstrap";
747 Key = "URE_MORE_JAVA_TYPES";
748 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}";
751 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
752 ModuleID = gid_Module_Root_Brand;
753 ProfileID = gid_Brand_Profile_Fundamental_Ini;
754 Section = "Bootstrap";
755 Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
756 Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
759 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
760 ModuleID = gid_Module_Root_Brand;
761 ProfileID = gid_Brand_Profile_Fundamental_Ini;
762 Section = "Bootstrap";
763 Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
764 Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
767 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
768 ModuleID = gid_Module_Root_Brand;
769 ProfileID = gid_Brand_Profile_Fundamental_Ini;
770 Section = "Bootstrap";
771 Key = "URE_MORE_JAVA_CLASSPATH_URLS";
774 ValueList1 = HSQLDB_JAR;
778 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
779 ModuleID = gid_Module_Root_Brand;
780 ProfileID = gid_Brand_Profile_Fundamental_Ini;
781 Section = "Bootstrap";
783 Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
787 #define CONFIGURATION_LAYERS_DCONF " dconf:*"
789 #define CONFIGURATION_LAYERS_DCONF
792 #define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
793 #define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
795 #define CONFIGURATION_LAYERS_WINREG
796 #define CONFIGURATION_LAYERS_WINUSERREG
798 ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
799 ProfileID = gid_Brand_Profile_Fundamental_Ini;
800 ModuleID = gid_Module_Root_Brand;
801 Section = "Bootstrap";
802 Key = "CONFIGURATION_LAYERS";
803 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";
805 #undef CONFIGURATION_LAYERS_DCONF
806 #undef CONFIGURATION_LAYERS_WINREG
807 #undef CONFIGURATION_LAYERS_WINUSERREG
810 ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
811 ModuleID = gid_Module_Root_Brand;
812 ProfileID = gid_Brand_Profile_Redirect_Ini;
813 Section = "Bootstrap";
814 Key = "URE_BOOTSTRAP";
815 Value = "${ORIGIN}/" PROFILENAME(fundamental);
820 ProfileItem gid_Brand_Profileitem_Setup_Alluserset
821 ProfileID = gid_Brand_Profile_Setup_Ini;
822 ModuleID = gid_Module_Root_Brand;
823 Section = "Bootstrap";
826 Value = "[ALLUSERS]";
827 Inifiletablekey = "AllUsersSet";
828 Inifiletableaction = "1";
829 Styles = (INIFILETABLE);
834 ProfileItem gid_Brand_Profileitem_Setup_Findproduct
835 ProfileID = gid_Brand_Profile_Setup_Ini;
836 ModuleID = gid_Module_Root_Brand;
837 Section = "Bootstrap";
840 Value = "[FINDPRODUCT]";
841 Inifiletablekey = "FindProductSet";
842 Inifiletableaction = "1";
843 Styles = (INIFILETABLE);
848 ProfileItem gid_Brand_Profileitem_Setup_Productcode
849 ProfileID = gid_Brand_Profile_Setup_Ini;
850 ModuleID = gid_Module_Root_Brand;
851 Section = "Bootstrap";
854 Value = "<productcode>";
859 ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
860 ProfileID = gid_Brand_Profile_Setup_Ini;
861 ModuleID = gid_Module_Root_Brand;
862 Section = "Bootstrap";
865 Value = "<upgradecode>";
869 ProfileItem gid_Brand_Profileitem_Setup_Buildid
870 ProfileID = gid_Brand_Profile_Setup_Ini;
871 ModuleID = gid_Module_Root_Brand;
872 Section = "Bootstrap";
879 ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
880 ProfileID = gid_Brand_Profile_Setup_Ini;
881 ModuleID = gid_Module_Root_Brand;
882 Section = "Bootstrap";
884 Key = "UREINSTALLLOCATION";
885 Value = "[INSTALLLOCATION]URE\\";
886 Inifiletablekey = "UreInstallLocation";
887 Inifiletableaction = "1";
888 Styles = (INIFILETABLE);
893 ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
894 ProfileID = gid_Brand_Profile_Setup_Ini;
895 ModuleID = gid_Module_Root_Brand;
896 Section = "Bootstrap";
898 Key = "BASISINSTALLLOCATION";
899 Value = "[INSTALLLOCATION]";
900 Inifiletablekey = "BasisInstallLocation";
901 Inifiletableaction = "1";
902 Styles = (INIFILETABLE);
907 ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
908 ProfileID = gid_Brand_Profile_Setup_Ini;
909 ModuleID = gid_Module_Root_Brand;
910 Section = "Bootstrap";
912 Key = "OFFICEINSTALLLOCATION";
913 Value = "[INSTALLLOCATION]";
914 Inifiletablekey = "OfficeInstallLocation";
915 Inifiletableaction = "1";
916 Styles = (INIFILETABLE);
921 ProfileItem gid_Brand_Profileitem_Setup_Install
922 ProfileID = gid_Brand_Profile_Setup_Ini;
923 ModuleID = gid_Module_Root_Brand;
924 Section = "Bootstrap";
926 Key = "INSTALLLOCATION";
927 Value = "[INSTALLLOCATION]";
928 Inifiletablekey = "InstallLocation";
929 Inifiletableaction = "1";
930 Styles = (INIFILETABLE);