fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / scp2 / source / ooo / common_brand.scp
blob507ebce90c3eba52aaab78c86caee7316e2ed102
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
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.
14  *
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).
20  *
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.
25  *
26  ************************************************************************/
28 #include "macros.inc"
30 #include "AutoInstall/brand"
32 #include "config_folders.h"
34 Module gid_Module_Root_Brand
35     ParentID = gid_Module_Root;
36     InstallOrder = "150";
37     Name = "ooobrand";
38     Description = "OOo Brand";
39     Sortkey = "1030";
40     Default = YES;
41     Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
42     PackageInfo = "packinfo_brand.txt";
43     Dirs = (gid_Brand_Dir_Program,
44             gid_Brand_Dir_Share,
45             gid_Brand_Dir_Share_Config,
46             gid_Brand_Dir_Share_Extensions,
47             gid_Brand_Dir_Share_Uno_Packages,
48             gid_Brand_Dir_Share_Uno_Packages_Cache,
49             gid_Brand_Dir_Share_Ure,
50             gid_Brand_Dir_Share_Ure_Etc,
51             gid_Brand_Dir_Share_Ure_Share,
52             gid_Brand_Dir_Share_Glade,
53             gid_Brand_Dir_Share_Labels,
54             gid_Brand_Dir_Share_Registry,
55             gid_Brand_Dir_Share_Xdg);
56     Files = (auto_brand_ALL,
57              gid_Brand_File_Gdb_Trace,
58              gid_Brand_File_Bin_Soffice,
59              gid_Brand_File_Bin_Soffice_Bin_Manifest,
60              gid_Brand_File_Bin_Unoinfo,
61              gid_Brand_File_Bmp_IntroAboutShell,
62              gid_Brand_File_Bmp_IntroAboutShell_custom,
63              gid_Brand_File_Desktophelper_Txt,
64              gid_Brand_File_Html_Thirdpartylicensereadme,
65              gid_Brand_File_Lib_Dbghelp,
66              gid_Brand_File_Lib_Mingw_GccS,
67              gid_Brand_File_Lib_Mingw_Stdcpp,
68              gid_Brand_File_Lib_Msvcr80,
69              gid_Brand_File_Lib_Msvcp80,
70              gid_Brand_File_Lib_Msvcm80,
71              gid_Brand_File_Msvcm80crt_Manifest,
72              gid_Brand_File_Share_Registry_O5oo_Xcd,
73              gid_Brand_File_Script_Unopkg,
74              gid_Brand_File_Share_Xdg_Base,
75              gid_Brand_File_Share_Xdg_Calc,
76              gid_Brand_File_Share_Xdg_Draw,
77              gid_Brand_File_Share_Xdg_Extension,
78              gid_Brand_File_Share_Xdg_Impress,
79              gid_Brand_File_Share_Xdg_Math,
80              gid_Brand_File_Share_Xdg_QStart,
81              gid_Brand_File_Share_Xdg_StartCenter,
82              gid_Brand_File_Share_Xdg_Writer,
83              gid_Brand_File_Share_Xdg_XsltFilter,
84              gid_Brand_File_Txt_Package,
85              gid_License_Txt,
86              git_License_Odt,
87              gid_Credits_Odt,
88              gid_Apache_Notice);
89 End
91 // Language specific brand module
93 Module gid_Module_Langpack_Brand_Template
94     ParentID = gid_Module_Langpack_Languageroot;
95     Name = "gid_Module_Langpack_Brand_Template";
96     Description = "gid_Module_Langpack_Brand_Template";
97     Styles = (TEMPLATEMODULE);
98     InstallOrder = "1050";
99     Dirs = (gid_Brand_Dir_Program_Shell,
100             gid_Brand_Dir_Readme);
101     Files = (gid_Brand_File_Readme_Readme,
102              gid_Brand_File_Share_Registry_Cjk_Xcd,
103              gid_Brand_File_Txt_Readme);
106 // Directories
108 Directory gid_Brand_Dir_Program
109 #if defined MACOSX
110     ParentID = gid_Dir_Bundle_Contents;
111     DosName = "MacOS";
112 #else
113     ParentID = gid_Dir_Brand_Root;
114     DosName = "program";
115 #endif
118 Directory gid_Brand_Dir_Program_Shell
119 #if defined MACOSX
120     ParentID = gid_Brand_Dir_Share;
121 #else
122     ParentID = gid_Brand_Dir_Program;
123 #endif
124     DosName = "shell";
127 Directory gid_Brand_Dir_Readme
128 #if defined MACOSX
129     ParentID = gid_Dir_Bundle_Contents_Resources;
130 #else
131     ParentID = gid_Dir_Brand_Root;
132 #endif
133     DosName = "readmes";
136 Directory gid_Brand_Dir_Share
137 #if defined MACOSX
138     ParentID = gid_Dir_Bundle_Contents;
139 #else
140     ParentID = gid_Dir_Brand_Root;
141 #endif
142     DosName = LIBO_SHARE_FOLDER;
145 Directory gid_Brand_Dir_Share_Config
146     ParentID = gid_Brand_Dir_Share;
147     DosName = "config";
150 Directory gid_Brand_Dir_Share_Extensions
151     ParentID = gid_Brand_Dir_Share;
152     DosName = "extensions";
155 Directory gid_Brand_Dir_Share_Extensions_Dict_Af
156     ParentID = gid_Brand_Dir_Share_Extensions;
157     DosName = "dict-af";
160 Directory gid_Brand_Dir_Share_Extensions_Dict_An
161     ParentID = gid_Brand_Dir_Share_Extensions;
162     DosName = "dict-an";
165 Directory gid_Brand_Dir_Share_Extensions_Dict_Ar
166     ParentID = gid_Brand_Dir_Share_Extensions;
167     DosName = "dict-ar";
170 Directory gid_Brand_Dir_Share_Extensions_Dict_Be
171     ParentID = gid_Brand_Dir_Share_Extensions;
172     DosName = "dict-be";
175 Directory gid_Brand_Dir_Share_Extensions_Dict_Bg
176     ParentID = gid_Brand_Dir_Share_Extensions;
177     DosName = "dict-bg";
180 Directory gid_Brand_Dir_Share_Extensions_Dict_Bn
181     ParentID = gid_Brand_Dir_Share_Extensions;
182     DosName = "dict-bn";
185 Directory gid_Brand_Dir_Share_Extensions_Dict_Br
186     ParentID = gid_Brand_Dir_Share_Extensions;
187     DosName = "dict-br";
190 Directory gid_Brand_Dir_Share_Extensions_Dict_Bs
191     ParentID = gid_Brand_Dir_Share_Extensions;
192     DosName = "dict-bs";
195 Directory gid_Brand_Dir_Share_Extensions_Dict_Ca
196     ParentID = gid_Brand_Dir_Share_Extensions;
197     DosName = "dict-ca";
200 Directory gid_Brand_Dir_Share_Extensions_Dict_Cs
201     ParentID = gid_Brand_Dir_Share_Extensions;
202     DosName = "dict-cs";
205 Directory gid_Brand_Dir_Share_Extensions_Dict_Da
206     ParentID = gid_Brand_Dir_Share_Extensions;
207     DosName = "dict-da";
210 Directory gid_Brand_Dir_Share_Extensions_Dict_De
211     ParentID = gid_Brand_Dir_Share_Extensions;
212     DosName = "dict-de";
215 Directory gid_Brand_Dir_Share_Extensions_Dict_En
216     ParentID = gid_Brand_Dir_Share_Extensions;
217     DosName = "dict-en";
220 Directory gid_Brand_Dir_Share_Extensions_Dict_El
221     ParentID = gid_Brand_Dir_Share_Extensions;
222     DosName = "dict-el";
225 Directory gid_Brand_Dir_Share_Extensions_Dict_Es
226     ParentID = gid_Brand_Dir_Share_Extensions;
227     DosName = "dict-es";
230 Directory gid_Brand_Dir_Share_Extensions_Dict_Et
231     ParentID = gid_Brand_Dir_Share_Extensions;
232     DosName = "dict-et";
235 Directory gid_Brand_Dir_Share_Extensions_Dict_Fr
236     ParentID = gid_Brand_Dir_Share_Extensions;
237     DosName = "dict-fr";
240 Directory gid_Brand_Dir_Share_Extensions_Dict_Gd
241     ParentID = gid_Brand_Dir_Share_Extensions;
242     DosName = "dict-gd";
245 Directory gid_Brand_Dir_Share_Extensions_Dict_Gl
246     ParentID = gid_Brand_Dir_Share_Extensions;
247     DosName = "dict-gl";
250 Directory gid_Brand_Dir_Share_Extensions_Dict_Gu
251     ParentID = gid_Brand_Dir_Share_Extensions;
252     DosName = "dict-gu";
255 Directory gid_Brand_Dir_Share_Extensions_Dict_He
256     ParentID = gid_Brand_Dir_Share_Extensions;
257     DosName = "dict-he";
260 Directory gid_Brand_Dir_Share_Extensions_Dict_Hi
261     ParentID = gid_Brand_Dir_Share_Extensions;
262     DosName = "dict-hi";
265 Directory gid_Brand_Dir_Share_Extensions_Dict_Hu
266     ParentID = gid_Brand_Dir_Share_Extensions;
267     DosName = "dict-hu";
270 Directory gid_Brand_Dir_Share_Extensions_Dict_Hr
271     ParentID = gid_Brand_Dir_Share_Extensions;
272     DosName = "dict-hr";
275 Directory gid_Brand_Dir_Share_Extensions_Dict_Is
276     ParentID = gid_Brand_Dir_Share_Extensions;
277     DosName = "dict-is";
280 Directory gid_Brand_Dir_Share_Extensions_Dict_It
281     ParentID = gid_Brand_Dir_Share_Extensions;
282     DosName = "dict-it";
285 Directory gid_Brand_Dir_Share_Extensions_Dict_Kmr_Latn
286     ParentID = gid_Brand_Dir_Share_Extensions;
287     DosName = "dict-kmr-Latn";
290 Directory gid_Brand_Dir_Share_Extensions_Dict_Lo
291     ParentID = gid_Brand_Dir_Share_Extensions;
292     DosName = "dict-lo";
295 Directory gid_Brand_Dir_Share_Extensions_Dict_Lt
296     ParentID = gid_Brand_Dir_Share_Extensions;
297     DosName = "dict-lt";
300 Directory gid_Brand_Dir_Share_Extensions_Dict_Lv
301     ParentID = gid_Brand_Dir_Share_Extensions;
302     DosName = "dict-lv";
305 Directory gid_Brand_Dir_Share_Extensions_Dict_Ne
306     ParentID = gid_Brand_Dir_Share_Extensions;
307     DosName = "dict-ne";
310 Directory gid_Brand_Dir_Share_Extensions_Dict_Nl
311     ParentID = gid_Brand_Dir_Share_Extensions;
312     DosName = "dict-nl";
315 Directory gid_Brand_Dir_Share_Extensions_Dict_No
316     ParentID = gid_Brand_Dir_Share_Extensions;
317     DosName = "dict-no";
320 Directory gid_Brand_Dir_Share_Extensions_Dict_Oc
321     ParentID = gid_Brand_Dir_Share_Extensions;
322     DosName = "dict-oc";
325 Directory gid_Brand_Dir_Share_Extensions_Dict_Pl
326     ParentID = gid_Brand_Dir_Share_Extensions;
327     DosName = "dict-pl";
330 Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Br
331     ParentID = gid_Brand_Dir_Share_Extensions;
332     DosName = "dict-pt-BR";
335 Directory gid_Brand_Dir_Share_Extensions_Dict_Pt_Pt
336     ParentID = gid_Brand_Dir_Share_Extensions;
337     DosName = "dict-pt-PT";
340 Directory gid_Brand_Dir_Share_Extensions_Dict_Ro
341     ParentID = gid_Brand_Dir_Share_Extensions;
342     DosName = "dict-ro";
345 Directory gid_Brand_Dir_Share_Extensions_Dict_Ru
346     ParentID = gid_Brand_Dir_Share_Extensions;
347     DosName = "dict-ru";
350 Directory gid_Brand_Dir_Share_Extensions_Dict_Si
351     ParentID = gid_Brand_Dir_Share_Extensions;
352     DosName = "dict-si";
355 Directory gid_Brand_Dir_Share_Extensions_Dict_Sk
356     ParentID = gid_Brand_Dir_Share_Extensions;
357     DosName = "dict-sk";
360 Directory gid_Brand_Dir_Share_Extensions_Dict_Sl
361     ParentID = gid_Brand_Dir_Share_Extensions;
362     DosName = "dict-sl";
365 Directory gid_Brand_Dir_Share_Extensions_Dict_Sr
366     ParentID = gid_Brand_Dir_Share_Extensions;
367     DosName = "dict-sr";
370 Directory gid_Brand_Dir_Share_Extensions_Dict_Sv
371     ParentID = gid_Brand_Dir_Share_Extensions;
372     DosName = "dict-sv";
375 Directory gid_Brand_Dir_Share_Extensions_Dict_Sw
376     ParentID = gid_Brand_Dir_Share_Extensions;
377     DosName = "dict-sw";
380 Directory gid_Brand_Dir_Share_Extensions_Dict_Te
381     ParentID = gid_Brand_Dir_Share_Extensions;
382     DosName = "dict-te";
385 Directory gid_Brand_Dir_Share_Extensions_Dict_Th
386     ParentID = gid_Brand_Dir_Share_Extensions;
387     DosName = "dict-th";
390 Directory gid_Brand_Dir_Share_Extensions_Dict_Uk
391     ParentID = gid_Brand_Dir_Share_Extensions;
392     DosName = "dict-uk";
395 Directory gid_Brand_Dir_Share_Extensions_Dict_Vi
396     ParentID = gid_Brand_Dir_Share_Extensions;
397     DosName = "dict-vi";
400 Directory gid_Brand_Dir_Share_Extensions_Dict_Zu
401     ParentID = gid_Brand_Dir_Share_Extensions;
402     DosName = "dict-zu";
405 Directory gid_Brand_Dir_Share_Extensions_Oooimprovement
406     ParentID = gid_Brand_Dir_Share_Extensions;
407     DosName = "OOoImprovement";
410 Directory gid_Brand_Dir_Share_Uno_Packages
411     ParentID = gid_Brand_Dir_Share;
412     DosName = "uno_packages";
413     Styles = (CREATE);
416 Directory gid_Brand_Dir_Share_Uno_Packages_Cache
417     ParentID = gid_Brand_Dir_Share_Uno_Packages;
418     DosName = "cache";
419     Styles = (CREATE);
422 Directory gid_Brand_Dir_Share_Uno_Packages_Cache_Uno_Packages
423     ParentID = gid_Brand_Dir_Share_Uno_Packages_Cache;
424     DosName = "uno_packages";
425     Styles = (CREATE);
428 Directory gid_Brand_Dir_Share_Glade
429     ParentID = gid_Brand_Dir_Share;
430     DosName = "glade";
433 Directory gid_Brand_Dir_Share_Labels
434     ParentID = gid_Brand_Dir_Share;
435     DosName = "labels";
438 #if defined MACOSX
440 Directory gid_Brand_Dir_Share_Ure
441     ParentID = gid_Brand_Dir_Share;
442     DosName = "ure";
445 Directory gid_Brand_Dir_Share_Ure_Etc
446     ParentID = gid_Brand_Dir_Share_Ure;
447     DosName = "etc";
450 Directory gid_Brand_Dir_Share_Ure_Share
451     ParentID = gid_Brand_Dir_Share_Ure;
452     DosName = "share";
455 #endif
457 Directory gid_Brand_Dir_Share_Registry
458     ParentID = gid_Brand_Dir_Share;
459     DosName = "registry";
462 #if defined UNX && ! defined MACOSX
463 Directory gid_Brand_Dir_Share_Xdg
464     ParentID = gid_Brand_Dir_Share;
465     DosName = "xdg";
467 #endif
469 // Files
471 File gid_Brand_File_Html_Thirdpartylicensereadme
472     Name = "LICENSE.html";
473 #if defined MACOSX
474     Dir = gid_Dir_Bundle_Contents_Resources;
475 #else
476     Dir = gid_Dir_Brand_Root;
477 #endif
478     Styles = (WORKSTATION);
479     TXT_FILE_BODY;
482 #if defined UNX && !defined MACOSX
484 File gid_Brand_File_Gdb_Trace
485     TXT_FILE_BODY;
486     Dir = gid_Brand_Dir_Program;
487     Name = gdbtrace;
488     Styles = (PACKED);
491 #endif
493 #if !defined MACOSX && !defined WNT
495 File gid_Brand_File_Bin_Soffice
496     BIN_FILE_BODY;
497     Dir = FILELIST_DIR;
498     Name = "desktop_soffice_sh.filelist";
499     Styles = (FILELIST, PACKED);
502 #endif
504 #ifdef WNT
505 File gid_Brand_File_Desktophelper_Txt
506     TXT_FILE_BODY;
507     Styles = (PACKED);
508     Dir = gid_Brand_Dir_Program;
509     Name = "desktophelper.txt";
510     ComponentCondition = "CREATEDESKTOPLINK=1";
512 #endif
514 #if !defined WNT
515 File gid_Brand_File_Bin_Unoinfo
516     BIN_FILE_BODY;
517     Dir = gid_Brand_Dir_Program;
518     Name = "unoinfo";
519     Styles = (PACKED);
521 #endif
523 #if defined UNX && !defined MACOSX
524 File gid_Brand_File_Script_Unopkg
525     BIN_FILE_BODY;
526     Dir = gid_Brand_Dir_Program;
527     Styles = (PACKED);
528     Name = "unopkg";
530 #endif
532 File gid_Brand_File_Bmp_IntroAboutShell
533     TXT_FILE_BODY;
534     Dir = FILELIST_DIR;
535     Name = "desktop_branding.filelist";
536     Styles = (FILELIST);
539 #if defined CUSTOM_BRANDING
540 File gid_Brand_File_Bmp_IntroAboutShell_custom
541     TXT_FILE_BODY;
542     Dir = FILELIST_DIR;
543     Name = "desktop_branding_custom.filelist";
544     Styles = (FILELIST);
546 #endif
548 File gid_Brand_File_Txt_Package
549     TXT_FILE_BODY;
550     Dir = gid_Brand_Dir_Share_Extensions;
551     Name = "package.txt";
552     Styles = (PACKED);
555 File gid_Brand_File_Share_Registry_Cjk_Xcd
556     TXT_FILE_BODY;
557     Styles = (PACKED,MAKE_LANG_SPECIFIC);
558     Dir = gid_Brand_Dir_Share_Registry;
559     Name (ja) = "cjk.xcd";
560     Name (ko) = "cjk.xcd";
561     Name (zh-CN) = "cjk.xcd";
562     Name (zh-TW) = "cjk.xcd";
565 #if defined UNX && ! defined MACOSX
566 File gid_Brand_File_Share_Xdg_Base
567     TXT_FILE_BODY;
568     Dir = gid_Brand_Dir_Share_Xdg;
569     Styles = (PACKED,SCPZIP_REPLACE);
570     Name = "base.desktop";
572 #endif
574 #if defined UNX && ! defined MACOSX
575 File gid_Brand_File_Share_Xdg_Calc
576     TXT_FILE_BODY;
577     Dir = gid_Brand_Dir_Share_Xdg;
578     Name = "calc.desktop";
579     Styles = (PACKED,SCPZIP_REPLACE);
581 #endif
583 #if defined UNX && ! defined MACOSX
584 File gid_Brand_File_Share_Xdg_Draw
585     TXT_FILE_BODY;
586     Dir = gid_Brand_Dir_Share_Xdg;
587     Name = "draw.desktop";
588     Styles = (PACKED,SCPZIP_REPLACE);
590 #endif
592 #if defined UNX && ! defined MACOSX
593 File gid_Brand_File_Share_Xdg_Impress
594     TXT_FILE_BODY;
595     Dir = gid_Brand_Dir_Share_Xdg;
596     Name = "impress.desktop";
597     Styles = (PACKED,SCPZIP_REPLACE);
599 #endif
601 #if defined UNX && ! defined MACOSX
602 File gid_Brand_File_Share_Xdg_Math
603     TXT_FILE_BODY;
604     Dir = gid_Brand_Dir_Share_Xdg;
605     Name = "math.desktop";
606     Styles = (PACKED,SCPZIP_REPLACE);
608 #endif
610 #if defined UNX && ! defined MACOSX
611 #ifdef ENABLE_GTK
612 File gid_Brand_File_Share_Xdg_QStart
613     TXT_FILE_BODY;
614     Dir = gid_Brand_Dir_Share_Xdg;
615     Styles = (PACKED,SCPZIP_REPLACE);
616     Name = "qstart.desktop";
618 #endif
619 #endif
621 #if defined UNX && ! defined MACOSX
622 File gid_Brand_File_Share_Xdg_Writer
623     TXT_FILE_BODY;
624     Dir = gid_Brand_Dir_Share_Xdg;
625     Name = "writer.desktop";
626     Styles = (PACKED,SCPZIP_REPLACE);
628 #endif
630 #if defined UNX && ! defined MACOSX
631 File gid_Brand_File_Share_Xdg_StartCenter
632     TXT_FILE_BODY;
633     Dir = gid_Brand_Dir_Share_Xdg;
634     Name = "startcenter.desktop";
635     Styles = (PACKED,SCPZIP_REPLACE);
637 #endif
639 #if defined UNX && ! defined MACOSX
640 File gid_Brand_File_Share_Xdg_XsltFilter
641     TXT_FILE_BODY;
642     Dir = gid_Brand_Dir_Share_Xdg;
643     Name = "xsltfilter.desktop";
644     Styles = (PACKED,SCPZIP_REPLACE);
646 #endif
648 // Profiles
650 Profile gid_Brand_Profile_Bootstrap_Ini
651     ModuleID = gid_Module_Root_Brand;
652     Name = PROFILENAME(bootstrap);
653     Dir = GID_BRAND_DIR_ETC;
654     Styles = (NETWORK);
657 Profile gid_Brand_Profile_Soffice_Ini
658     ModuleID = gid_Module_Root_Brand;
659     Name = PROFILENAME(soffice);
660     Dir = GID_BRAND_DIR_ETC;
661     Styles = (NETWORK);
664 Profile gid_Brand_Profile_Setup_Ini
665     ModuleID = gid_Module_Root_Brand;
666     Name = PROFILENAME(setup);
667     Dir = GID_BRAND_DIR_ETC;
668     Styles = (NETWORK);
671 Profile gid_Brand_Profile_Version_Ini
672     ModuleID = gid_Module_Root_Brand;
673     Name = PROFILENAME(version);
674     Dir = GID_BRAND_DIR_ETC;
675     Styles = (NETWORK);
678 Profile gid_Brand_Profile_Fundamental_Ini
679     ModuleID = gid_Module_Root_Brand;
680     Name = PROFILENAME(fundamental);
681     Dir = GID_BRAND_DIR_ETC;
684 #if !defined MACOSX
685 Profile gid_Brand_Profile_Redirect_Ini
686     ModuleID = gid_Module_Root_Brand;
687     Name = PROFILENAME(redirect);
688     Dir = gid_Brand_Dir_Program;
690 #endif
692 // ProfileItems
694 ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Server
695     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
696     ModuleID = gid_Module_Root_Brand;
697     Section = "ErrorReport";
698     Order = 8;
699     Key = "ErrorReportServer";
700     Value = "report.libreoffice.org";
703 ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
704     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
705     ModuleID = gid_Module_Root_Brand;
706     Section = "Bootstrap";
707     Order = 1;
708     Key = "ProductKey";
709     Value = "<productkey>";
712 ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
713     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
714     ModuleID = gid_Module_Root_Brand;
715     Section = "ErrorReport";
716     Order = 7;
717     Key = "ErrorReportPort";
718     Value = "80";
721 ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
722     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
723     ModuleID = gid_Module_Root_Brand;
724     Section = "Bootstrap";
725     Order = 5;
726     Key = "InstallMode";
727     Value = "<installmode>";
730 ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
731     ProfileID = gid_Brand_Profile_Bootstrap_Ini;
732     ModuleID = gid_Module_Root_Brand;
733     Section = "Bootstrap";
734     Order = 3;
735     Key = "UserInstallation";
736   #ifdef WNT
737     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
738   #elif defined MACOSX
739     Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
740   #else
741     Value = "$SYSUSERCONFIG/%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
742   #endif
745 ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
746     ModuleID = gid_Module_Root_Brand;
747     ProfileID = gid_Brand_Profile_Soffice_Ini;
748     Section = "Bootstrap";
749     Key = "URE_BOOTSTRAP";
750     Value = "${ORIGIN}/" PROFILENAME(fundamental);
753 ProfileItem gid_Brand_Profileitem_Soffice_Logo
754     ProfileID = gid_Brand_Profile_Soffice_Ini;
755     ModuleID = gid_Module_Root_Brand;
756     Section = "Bootstrap";
757     Order = 1;
758     Key = "Logo";
759     Value = "1";
762 ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
763     ProfileID = gid_Brand_Profile_Soffice_Ini;
764     ModuleID = gid_Module_Root_Brand;
765     Section = "Bootstrap";
766     Order = 2;
767     Key = "ProgressBarColor";
768     Value = "${PROGRESSBARCOLOR}";
771 ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
772     ProfileID = gid_Brand_Profile_Soffice_Ini;
773     ModuleID = gid_Module_Root_Brand;
774     Section = "Bootstrap";
775     Order = 3;
776     Key = "ProgressSize";
777     Value = "${PROGRESSSIZE}";
780 ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
781     ProfileID = gid_Brand_Profile_Soffice_Ini;
782     ModuleID = gid_Module_Root_Brand;
783     Section = "Bootstrap";
784     Order = 4;
785     Key = "ProgressPosition";
786     Value = "${PROGRESSPOSITION}";
789 ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
790     ProfileID = gid_Brand_Profile_Soffice_Ini;
791     ModuleID = gid_Module_Root_Brand;
792     Section = "Bootstrap";
793     Order = 5;
794     Key = "ProgressFrameColor";
795     Value = "${PROGRESSFRAMECOLOR}";
798 ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
799     ProfileID = gid_Brand_Profile_Soffice_Ini;
800     ModuleID = gid_Module_Root_Brand;
801     Section = "Bootstrap";
802     Order = 6;
803     Key = "NativeProgress";
804     Value = "${NATIVEPROGRESS}";
807 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextColor_So
808     ProfileID = gid_Brand_Profile_Soffice_Ini;
809     ModuleID = gid_Module_Root_Brand;
810     Section = "Bootstrap";
811     Order = 7;
812     Key = "ProgressTextColor";
813     Value = "${PROGRESSTEXTCOLOR}";
816 ProfileItem gid_Brand_Profileitem_Soffice_ProgressTextBaseline_So
817     ProfileID = gid_Brand_Profile_Soffice_Ini;
818     ModuleID = gid_Module_Root_Brand;
819     Section = "Bootstrap";
820     Order = 8;
821     Key = "ProgressTextBaseline";
822     Value = "${PROGRESSTEXTBASELINE}";
825 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
826     ProfileID = gid_Brand_Profile_Soffice_Ini;
827     ModuleID = gid_Module_Root_Brand;
828     Section = "Bootstrap";
829     Order = 7;
830     Key = "HideEula";
831     Value = "1";
834 ProfileItem gid_Brand_Profileitem_Version_Buildid
835     ProfileID = gid_Brand_Profile_Version_Ini;
836     ModuleID = gid_Module_Root_Brand;
837     Section = "Version";
838     Order = 4;
839     Key = "buildid";
840     Value = "<buildid>";
843 #ifdef WNT
845 ProfileItem gid_Brand_Profileitem_Version_Productcode
846     ProfileID = gid_Brand_Profile_Version_Ini;
847     ModuleID = gid_Module_Root_Brand;
848     Section = "Version";
849     Order = 8;
850     Key = "ProductCode";
851     Value = "<productcode>";
854 #endif
856 #ifdef WNT
858 ProfileItem gid_Brand_Profileitem_Version_Upgradecode
859     ProfileID = gid_Brand_Profile_Version_Ini;
860     ModuleID = gid_Module_Root_Brand;
861     Section = "Version";
862     Order = 9;
863     Key = "UpgradeCode";
864     Value = "<upgradecode>";
867 #endif
869 ProfileItem gid_Brand_Profileitem_Version_Alllanguages
870     ProfileID = gid_Brand_Profile_Version_Ini;
871     ModuleID = gid_Module_Root_Brand;
872     Section = "Version";
873     Order = 13;
874     Key = "AllLanguages";
875     Value = "<alllanguages>";
878 #ifdef WNT
880 ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
881     ProfileID = gid_Brand_Profile_Version_Ini;
882     ModuleID = gid_Module_Root_Brand;
883     Section = "Version";
884     Order = 14;
885     Key = "MsiProductVersion";
886     Value = "<msiproductversion>";
889 #endif
891 ProfileItem gid_Brand_Profileitem_Version_Updateurl
892     ProfileID = gid_Brand_Profile_Version_Ini;
893     ModuleID = gid_Module_Root_Brand;
894     Section = "Version";
895     Order = 15;
896     Key = "UpdateURL";
897   #if defined(ENABLE_ONLINE_UPDATE)
898   #ifdef WNT
899     Value = "${UPDATEURL}";
900   #else  // defined WNT
901     Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
902   #endif //defined WNT
903   #else
904     Value = "";
905   #endif
908 ProfileItem gid_Brand_Profileitem_Version_Updateid
909     ProfileID = gid_Brand_Profile_Version_Ini;
910     ModuleID = gid_Module_Root_Brand;
911     Section = "Version";
912     Order = 16;
913     Key = "UpdateID";
914     Value = "<updateid>";
917 ProfileItem gid_Brand_Profileitem_Version_Useragent
918     ProfileID = gid_Brand_Profile_Version_Ini;
919     ModuleID = gid_Module_Root_Brand;
920     Section = "Version";
921     Order = 17;
922     Key = "UpdateUserAgent";
923     Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
926 ProfileItem gid_Brand_Profileitem_Version_Vendor
927     ProfileID = gid_Brand_Profile_Version_Ini;
928     ModuleID = gid_Module_Root_Brand;
929     Section = "Version";
930     Order = 16;
931     Key = "Vendor";
932     Value = "<vendor>";
935 ProfileItem gid_Brand_Profileitem_Version_BuildVersion
936     ProfileID = gid_Brand_Profile_Version_Ini;
937     ModuleID = gid_Module_Root_Brand;
938     Section = "Version";
939     Order = 17;
940     Key = "BuildVersion";
941     Value = "<buildversion>";
944 ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
945     ProfileID = gid_Brand_Profile_Version_Ini;
946     ModuleID = gid_Module_Root_Brand;
947     Section = "Version";
948     Order = 18;
949     Key = "ExtensionUpdateURL";
950     #if defined(ENABLE_EXTENSION_UPDATE)
951       Value = "http://updateexte.libreoffice.org/ExtensionUpdateService/check.Update";
952     #else
953       Value = "";
954     #endif
957 ProfileItem gid_Brand_Profileitem_Version_ReferenceOOoMajorMinor
958     ProfileID = gid_Brand_Profile_Version_Ini;
959     ModuleID = gid_Module_Root_Brand;
960     Section = "Version";
961     Key = "ReferenceOOoMajorMinor";
962     Value = "${REFERENCEOOOMAJORMINOR}";
965 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
966     ModuleID = gid_Module_Root_Brand;
967     ProfileID = gid_Brand_Profile_Fundamental_Ini;
968     Section = "Bootstrap";
969     Key = "BRAND_BASE_DIR";
970     Value = "${ORIGIN}/..";
973 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Share_Subdir
974     ModuleID = gid_Module_Root_Brand;
975     ProfileID = gid_Brand_Profile_Fundamental_Ini;
976     Section = "Bootstrap";
977     Key = "BRAND_SHARE_SUBDIR";
978     Value = LIBO_SHARE_FOLDER;
981 ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Bin_Subdir
982     ModuleID = gid_Module_Root_Brand;
983     ProfileID = gid_Brand_Profile_Fundamental_Ini;
984     Section = "Bootstrap";
985     Key = "BRAND_INI_DIR";
986     Value = "${ORIGIN}";
989 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Lib_Dir
990     ModuleID = gid_Module_Root_Brand;
991     ProfileID = gid_Brand_Profile_Fundamental_Ini;
992     Section = "Bootstrap";
993     Key = "LO_LIB_DIR";
994     Value = "${BRAND_BASE_DIR}/" LIBO_LIB_FOLDER;
997 ProfileItem gid_Brand_Profileitem_Fundamental_Lo_Java_Dir
998     ModuleID = gid_Module_Root_Brand;
999     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1000     Section = "Bootstrap";
1001     Key = "LO_JAVA_DIR";
1002     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_JAVA_FOLDER;
1005 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
1006     ModuleID = gid_Module_Root_Brand;
1007     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1008     Section = "Bootstrap";
1009     Key = "BUNDLED_EXTENSIONS";
1010     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS}";
1013 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
1014     ModuleID = gid_Module_Root_Brand;
1015     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1016     Section = "Bootstrap";
1017     Key = "BUNDLED_EXTENSIONS_USER";
1018     Value = "${$ORIGIN/" PROFILENAME(louno) ":BUNDLED_EXTENSIONS_USER}";
1021 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
1022     ModuleID = gid_Module_Root_Brand;
1023     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1024     Section = "Bootstrap";
1025     Key = "UNO_SHARED_PACKAGES_CACHE";
1026     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_SHARED_PACKAGES_CACHE}";
1029 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
1030     ModuleID = gid_Module_Root_Brand;
1031     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1032     Section = "Bootstrap";
1033     Key = "SHARED_EXTENSIONS_USER";
1034     Value = "${$ORIGIN/" PROFILENAME(louno) ":SHARED_EXTENSIONS_USER}";
1037 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
1038     ModuleID = gid_Module_Root_Brand;
1039     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1040     Section = "Bootstrap";
1041     Key = "UNO_USER_PACKAGES_CACHE";
1042     Value = "${$ORIGIN/" PROFILENAME(louno) ":UNO_USER_PACKAGES_CACHE}";
1045 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
1046     ModuleID = gid_Module_Root_Brand;
1047     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1048     Section = "Bootstrap";
1049     Key = "TMP_EXTENSIONS";
1050     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
1053 ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
1054     ModuleID = gid_Module_Root_Brand;
1055     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1056     Section = "Bootstrap";
1057     Key = "BAK_EXTENSIONS";
1058     Value = "${$ORIGIN/" PROFILENAME(louno) ":TMP_EXTENSIONS}";
1061 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
1062     ModuleID = gid_Module_Root_Brand;
1063     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1064     Section = "Bootstrap";
1065     Key = "URE_MORE_TYPES";
1066     Value = "<$ORIGIN/types>* ${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_TYPES}";
1069 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
1070     ModuleID = gid_Module_Root_Brand;
1071     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1072     Section = "Bootstrap";
1073     Key = "URE_MORE_SERVICES";
1074     Value = "${${$ORIGIN/" PROFILENAME(louno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_SharedUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(louno) ":PKG_BundledUnoFile}:UNO_SERVICES} <$ORIGIN/services>*";
1077 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
1078     ModuleID = gid_Module_Root_Brand;
1079     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1080     Section = "Bootstrap";
1081     Key = "URE_MORE_JAVA_TYPES";
1082     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}";
1085 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
1086     ModuleID = gid_Module_Root_Brand;
1087     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1088     Section = "Bootstrap";
1089     Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
1090     Value = "${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/config/javasettings_${_OS}_${_ARCH}.xml";
1093 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
1094     ModuleID = gid_Module_Root_Brand;
1095     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1096     Section = "Bootstrap";
1097     Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
1098     Value = "${${BRAND_BASE_DIR}/" LIBO_ETC_FOLDER "/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
1101 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
1102     ModuleID = gid_Module_Root_Brand;
1103     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1104     Section = "Bootstrap";
1105     Key = "URE_MORE_JAVA_CLASSPATH_URLS";
1106     Value = "";
1107 #ifdef SYSTEM_HSQLDB
1108     ValueList1 = HSQLDB_JAR;
1109 #endif
1112 ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
1113     ModuleID = gid_Module_Root_Brand;
1114     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1115     Section = "Bootstrap";
1116     Key = "URE_BIN_DIR";
1117     Value = "${BRAND_BASE_DIR}/" LIBO_URE_BIN_FOLDER;
1120 #if defined WNT
1121 #define CONFIGURATION_LAYERS_WINREG " winreg:LOCAL_MACHINE"
1122 #define CONFIGURATION_LAYERS_WINUSERREG " winreg:CURRENT_USER"
1123 #else
1124 #define CONFIGURATION_LAYERS_WINREG
1125 #define CONFIGURATION_LAYERS_WINUSERREG
1126 #endif
1127 ProfileItem gid_Brand_Profileitem_Fundamental_Configuration_Layers
1128     ProfileID = gid_Brand_Profile_Fundamental_Ini;
1129     ModuleID = gid_Module_Root_Brand;
1130     Section = "Bootstrap";
1131     Key = "CONFIGURATION_LAYERS";
1132     Value = "xcsxcu:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry res:${BRAND_BASE_DIR}/" LIBO_SHARE_FOLDER "/registry" 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";
1134 #undef CONFIGURATION_LAYERS_WINREG
1136 #if !defined MACOSX
1137 ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
1138     ModuleID = gid_Module_Root_Brand;
1139     ProfileID = gid_Brand_Profile_Redirect_Ini;
1140     Section = "Bootstrap";
1141     Key = "URE_BOOTSTRAP";
1142     Value = "${ORIGIN}/" PROFILENAME(fundamental);
1144 #endif
1146 #ifdef WNT
1147 ProfileItem gid_Brand_Profileitem_Setup_Alluserset
1148     ProfileID = gid_Brand_Profile_Setup_Ini;
1149     ModuleID = gid_Module_Root_Brand;
1150     Section = "Bootstrap";
1151     Order = 4;
1152     Key = "ALLUSERS";
1153     Value = "[ALLUSERS]";
1154     Inifiletablekey = "AllUsersSet";
1155     Inifiletableaction = "1";
1156     Styles = (INIFILETABLE);
1158 #endif
1160 #ifdef WNT
1161 ProfileItem gid_Brand_Profileitem_Setup_Findproduct
1162     ProfileID = gid_Brand_Profile_Setup_Ini;
1163     ModuleID = gid_Module_Root_Brand;
1164     Section = "Bootstrap";
1165     Order = 5;
1166     Key = "FINDPRODUCT";
1167     Value = "[FINDPRODUCT]";
1168     Inifiletablekey = "FindProductSet";
1169     Inifiletableaction = "1";
1170     Styles = (INIFILETABLE);
1172 #endif
1174 #ifdef WNT
1175 ProfileItem gid_Brand_Profileitem_Setup_Productcode
1176     ProfileID = gid_Brand_Profile_Setup_Ini;
1177     ModuleID = gid_Module_Root_Brand;
1178     Section = "Bootstrap";
1179     Order = 6;
1180     Key = "ProductCode";
1181     Value = "<productcode>";
1183 #endif
1185 #ifdef WNT
1186 ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
1187     ProfileID = gid_Brand_Profile_Setup_Ini;
1188     ModuleID = gid_Module_Root_Brand;
1189     Section = "Bootstrap";
1190     Order = 7;
1191     Key = "UpgradeCode";
1192     Value = "<upgradecode>";
1194 #endif
1196 ProfileItem gid_Brand_Profileitem_Setup_Buildid
1197     ProfileID = gid_Brand_Profile_Setup_Ini;
1198     ModuleID = gid_Module_Root_Brand;
1199     Section = "Bootstrap";
1200     Order = 9;
1201     Key = "buildid";
1202     Value = "<buildid>";
1205 #ifdef WNT
1206 ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
1207     ProfileID = gid_Brand_Profile_Setup_Ini;
1208     ModuleID = gid_Module_Root_Brand;
1209     Section = "Bootstrap";
1210     Order = 4;
1211     Key = "UREINSTALLLOCATION";
1212     Value = "[INSTALLLOCATION]URE\\";
1213     Inifiletablekey = "UreInstallLocation";
1214     Inifiletableaction = "1";
1215     Styles = (INIFILETABLE);
1217 #endif
1219 #ifdef WNT
1220 ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
1221     ProfileID = gid_Brand_Profile_Setup_Ini;
1222     ModuleID = gid_Module_Root_Brand;
1223     Section = "Bootstrap";
1224     Order = 4;
1225     Key = "BASISINSTALLLOCATION";
1226     Value = "[INSTALLLOCATION]";
1227     Inifiletablekey = "BasisInstallLocation";
1228     Inifiletableaction = "1";
1229     Styles = (INIFILETABLE);
1231 #endif
1233 #ifdef WNT
1234 ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
1235     ProfileID = gid_Brand_Profile_Setup_Ini;
1236     ModuleID = gid_Module_Root_Brand;
1237     Section = "Bootstrap";
1238     Order = 4;
1239     Key = "OFFICEINSTALLLOCATION";
1240     Value = "[INSTALLLOCATION]";
1241     Inifiletablekey = "OfficeInstallLocation";
1242     Inifiletableaction = "1";
1243     Styles = (INIFILETABLE);
1245 #endif
1247 #ifdef WNT
1248 ProfileItem gid_Brand_Profileitem_Setup_Install
1249     ProfileID = gid_Brand_Profile_Setup_Ini;
1250     ModuleID = gid_Module_Root_Brand;
1251     Section = "Bootstrap";
1252     Order = 4;
1253     Key = "INSTALLLOCATION";
1254     Value = "[INSTALLLOCATION]";
1255     Inifiletablekey = "InstallLocation";
1256     Inifiletableaction = "1";
1257     Styles = (INIFILETABLE);
1259 #endif
1261 File gid_License_Txt
1262   TXT_FILE_BODY;
1263 #if defined MACOSX
1264     Dir = gid_Dir_Bundle_Contents_Resources;
1265 #else
1266     Dir = gid_Dir_Brand_Root;
1267 #endif
1268   #ifdef UNX
1269     Name = "LICENSE";
1270   #endif
1271   #ifdef WNT
1272     Name = "license.txt";
1273   #endif
1274     Styles = (PACKED);
1277 File gid_License_Odt
1278     TXT_FILE_BODY;
1279 #if defined MACOSX
1280     Dir = gid_Dir_Bundle_Contents_Resources;
1281 #else
1282     Dir = gid_Dir_Brand_Root;
1283 #endif
1284     Name = "LICENSE.fodt";
1285     Styles = (PACKED);
1288 File gid_Credits_Odt
1289     TXT_FILE_BODY;
1290 #if defined MACOSX
1291     Dir = gid_Dir_Bundle_Contents_Resources;
1292 #else
1293     Dir = gid_Dir_Brand_Root;
1294 #endif
1295     Name = "CREDITS.fodt";
1296     Styles = (PACKED);
1299 File gid_Apache_Notice
1300     TXT_FILE_BODY;
1301 #if defined MACOSX
1302     Dir = gid_Dir_Bundle_Contents_Resources;
1303 #else
1304     Dir = gid_Dir_Brand_Root;
1305 #endif
1306     Name = "NOTICE";
1307     Styles = (PACKED);