xref: /aoo42x/main/scp2/source/ooo/common_brand.scp (revision 23c0a6f8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "macros.inc"
25
26Module gid_Module_Root_Brand
27    ParentID = gid_Module_Root;
28    InstallOrder = "150";
29    Name = "ooobrand";
30    Description = "OOo Brand";
31    Sortkey = "1030";
32    Default = YES;
33    Styles = (HIDDEN_ROOT,ROOT_BRAND_PACKAGE,ISUPDATEPACKAGE);
34    PackageInfo = "packinfo_brand.txt";
35    Dirs = (gid_Brand_Dir_Program,
36            gid_Brand_Dir_Share,
37            gid_Brand_Dir_Share_Config,
38            gid_Brand_Dir_Share_Extension,
39            gid_Brand_Dir_Share_Extensions,
40            gid_Brand_Dir_Share_Extensions_Install,
41            gid_Brand_Dir_Share_Prereg,
42            gid_Brand_Dir_Share_Uno_Packages,
43            gid_Brand_Dir_Share_Uno_Packages_Cache,
44            gid_Brand_Dir_Share_Registry,
45            gid_Brand_Dir_Share_Xdg);
46    Files = (gid_Brand_File_BasisLink,
47             gid_Brand_File_Bin_Crashreport,
48             gid_Brand_File_Bin_Crashreport_Script,
49             gid_Brand_File_Bin_Crashreport_Com,
50             gid_Brand_File_Bin_Python,
51             gid_Brand_File_Bin_Soffice,
52             gid_Brand_File_Bin_Soffice_Bin,
53             gid_Brand_File_Bin_Soffice_Bin_Manifest,
54             gid_Brand_File_Bin_Spadmin,
55             gid_Brand_File_Bin_Unoinfo,
56             gid_Brand_File_Bin_Unopkgcom,
57             gid_Brand_File_Bin_Unopkgexe,
58             gid_Brand_File_Bin_Unopkg,
59             gid_Brand_File_Bin_Msvcr71,
60             gid_Brand_File_Bin_Libxml2,
61             gid_Brand_File_Bmp_IntroAbout,
62             gid_Brand_File_Desktophelper_Txt,
63             gid_Brand_File_Images_Brand_Zip,
64             gid_Brand_File_Lib_Dbghelp,
65             gid_Brand_File_Lib_Mingw_GccS,
66             gid_Brand_File_Lib_Mingw_Stdcpp,
67             gid_Brand_File_Lib_Mingwm10,
68             gid_Brand_File_Lib_Msvcr80,
69             gid_Brand_File_Lib_Msvcp80,
70             gid_Brand_File_Lib_Msvcm80,
71			 gid_Brand_File_Lib_Oirm,
72			 gid_Brand_File_Lib_Oirm2,
73             gid_Brand_File_Msvcm80crt_Manifest,
74             gid_Brand_File_Lib_Npsoplugin,
75             gid_Brand_File_ServicesRdb,
76             gid_Brand_File_Share_Registry_Brand_Xcd,
77             gid_Brand_File_Share_Registry_O5oo_Xcd,
78             gid_Brand_File_Script_Unopkg,
79             gid_Brand_File_Share_Xdg_Base,
80             gid_Brand_File_Share_Xdg_Calc,
81             gid_Brand_File_Share_Xdg_Draw,
82             gid_Brand_File_Share_Xdg_Extension,
83             gid_Brand_File_Share_Xdg_Impress,
84             gid_Brand_File_Share_Xdg_JavaFilter,
85             gid_Brand_File_Share_Xdg_Math,
86             gid_Brand_File_Share_Xdg_Printeradmin,
87             gid_Brand_File_Share_Xdg_QStart,
88             gid_Brand_File_Share_Xdg_StartCenter,
89             gid_Brand_File_Share_Xdg_Writer,
90             gid_Brand_File_Txt_Package);
91    Unixlinks = (gid_Brand_Unixlink_BasisLink,
92                 gid_Brand_Unixlink_Program,
93                 gid_Brand_Unixlink_Unopkg,
94                 gid_Brand_Unixlink_Urelibs);
95End
96
97// Language specific brand module
98
99Module gid_Module_Langpack_Brand_Template
100    ParentID = gid_Module_Langpack_Languageroot;
101    Name = "gid_Module_Langpack_Brand_Template";
102    Description = "gid_Module_Langpack_Brand_Template";
103    Styles = (TEMPLATEMODULE);
104    InstallOrder = "1050";
105    Dirs = (gid_Brand_Dir_Help,
106            gid_Brand_Dir_Help_Isolanguage,
107            gid_Brand_Dir_License,
108            gid_Brand_Dir_Program,
109            gid_Brand_Dir_Resource,
110            gid_Brand_Dir_Readme,
111            gid_Brand_Dir_Share,
112            gid_Brand_Dir_Share_Readme);
113    Files = (gid_Brand_File_Res_Oirm,
114             gid_Brand_File_Readme_Readme,
115             gid_Brand_File_Readme_Readme_Html,
116             gid_Brand_File_Share_Registry_Cjk_Xcd,
117             gid_Brand_File_Share_Registry_Korea_Xcd,
118             gid_Brand_File_Txt_Readme,
119             gid_Brand_File_Txt_Readme_Html);
120End
121
122// Directories
123
124Directory gid_Brand_Dir_Program
125#if defined MACOSX
126    ParentID = gid_Dir_Bundle_Contents;
127    DosName = "MacOS";
128#else
129    ParentID = gid_Dir_Brand_Root;
130    DosName = "program";
131#endif
132End
133
134Directory gid_Brand_Dir_Resource
135    ParentID = gid_Brand_Dir_Program;
136    DosName = "resource";
137End
138
139Directory gid_Brand_Dir_Readme
140#if defined MACOSX
141    ParentID = gid_Brand_Dir_BasisLink;
142#else
143    ParentID = gid_Dir_Brand_Root;
144#endif
145    DosName = "readmes";
146End
147
148Directory gid_Brand_Dir_License
149#if defined MACOSX
150    ParentID = gid_Brand_Dir_BasisLink;
151#else
152    ParentID = gid_Dir_Brand_Root;
153#endif
154    DosName = "licenses";
155End
156
157Directory gid_Brand_Dir_Help
158#if defined MACOSX
159    ParentID = gid_Dir_Bundle_Contents;
160#else
161    ParentID = gid_Dir_Brand_Root;
162#endif
163    DosName = "help";
164End
165
166Directory gid_Brand_Dir_Help_Isolanguage
167    ParentID = gid_Brand_Dir_Help;
168    DIR_ISOLANGUAGE_ALL_LANG;
169End
170
171Directory gid_Brand_Dir_Share
172#if defined MACOSX
173    ParentID = gid_Dir_Bundle_Contents;
174#else
175    ParentID = gid_Dir_Brand_Root;
176#endif
177    DosName = "share";
178End
179
180Directory gid_Brand_Dir_Share_Config
181    ParentID = gid_Brand_Dir_Share;
182    DosName = "config";
183End
184
185Directory gid_Brand_Dir_Share_Readme
186    ParentID = gid_Brand_Dir_Share;
187    DosName = "readme";
188End
189
190Directory gid_Brand_Dir_Share_Extension
191    ParentID = gid_Brand_Dir_Share;
192    DosName = "extension";
193End
194
195Directory gid_Brand_Dir_Share_Extensions
196    ParentID = gid_Brand_Dir_Share;
197    DosName = "extensions";
198End
199
200Directory gid_Brand_Dir_Share_Prereg
201    ParentID = gid_Brand_Dir_Share;
202    DosName = "prereg";
203    Styles = (CREATE);
204End
205
206Directory gid_Brand_Dir_Share_Prereg_Bundled
207    ParentID = gid_Brand_Dir_Share_Prereg;
208    DosName = "bundled";
209    Styles = (CREATE);
210End
211
212Directory gid_Brand_Dir_Share_Extensions_Install
213    ParentID = gid_Brand_Dir_Share_Extensions;
214    DosName = "install";
215End
216
217Directory gid_Brand_Dir_Share_Extensions_Oooimprovement
218    ParentID = gid_Brand_Dir_Share_Extensions;
219    DosName = "OOoImprovement";
220End
221
222Directory gid_Brand_Dir_Share_Uno_Packages
223    ParentID = gid_Brand_Dir_Share;
224    DosName = "uno_packages";
225    Styles = (CREATE);
226End
227
228Directory gid_Brand_Dir_Share_Uno_Packages_Cache
229    ParentID = gid_Brand_Dir_Share_Uno_Packages;
230    DosName = "cache";
231    Styles = (CREATE);
232End
233
234Directory gid_Brand_Dir_Share_Registry
235    ParentID = gid_Brand_Dir_Share;
236    DosName = "registry";
237End
238
239#if defined UNX && ! defined MACOSX
240Directory gid_Brand_Dir_Share_Xdg
241    ParentID = gid_Brand_Dir_Share;
242    DosName = "xdg";
243End
244#endif
245
246// Link to basis
247
248#if defined(WNT) || defined(OS2)
249File gid_Brand_File_BasisLink
250   TXT_FILE_BODY;
251   Dir = gid_Dir_Brand_Root;
252   Name = "basis-link";
253   Styles = (PACKED);
254End
255#elif defined MACOSX
256Directory gid_Brand_Dir_BasisLink
257    ParentID = gid_Dir_Bundle_Contents;
258    DosName = "basis-link";
259End
260#else
261Unixlink gid_Brand_Unixlink_BasisLink
262    BIN_FILE_BODY;
263    Styles = ();
264    // Styles = (LAYERLINK);
265    Name = "basis-link";
266    Dir = gid_Dir_Brand_Root;
267    Target = "../${UNIXBASISROOTNAME}/basis${OOOBASEVERSION}";
268End
269#endif
270
271// UnixLinks
272
273#if defined MACOSX
274Unixlink gid_Brand_Unixlink_Urelibs
275    Dir = gid_Brand_Dir_Program;
276    Name = "urelibs";
277    Target = "../basis-link/ure-link/lib";
278End
279#endif
280
281#if defined MACOSX
282Unixlink gid_Brand_Unixlink_Program
283    BIN_FILE_BODY;
284    Dir = gid_Dir_Bundle_Contents;
285    Name = "program";
286    Target = "MacOS";
287    Styles = ();
288End
289#endif
290
291// Files
292
293File gid_Brand_File_Bin_Soffice
294    BIN_FILE_BODY;
295    Dir = gid_Brand_Dir_Program;
296    Name = EXENAME(soffice);
297  #ifdef WNT
298    Styles = (PACKED, PATCH_SO_NAME);
299  #else
300    Styles = (PACKED);
301  #endif
302End
303
304#if defined(UNX) && !defined(QUARTZ)
305File gid_Brand_File_Bin_Spadmin
306    BIN_FILE_BODY;
307    Dir = gid_Brand_Dir_Program;
308    Name = "spadmin";
309    Styles = (PACKED);
310End
311#endif
312
313File gid_Brand_File_Bin_Soffice_Bin
314    BIN_FILE_BODY;
315    Dir = gid_Brand_Dir_Program;
316#if defined WNT
317    Styles = (PACKED, PATCH_SO_NAME);
318#else
319    Styles = (PACKED);
320#endif
321    Name = "soffice.bin";
322End
323
324// use this for high detail file open dialog >= 5.1 windows
325#ifdef WNT
326File gid_Brand_File_Bin_Soffice_Bin_Manifest
327    TXT_FILE_BODY;
328    Styles = (PACKED);
329    Dir = gid_Brand_Dir_Program;
330    Name = "soffice.bin.manifest";
331End
332#endif
333
334#ifdef WNT
335File gid_Brand_File_Desktophelper_Txt
336    TXT_FILE_BODY;
337    Styles = (PACKED);
338    Dir = gid_Brand_Dir_Program;
339    Name = "desktophelper.txt";
340    ComponentCondition = "CREATEDESKTOPLINK=1";
341End
342#endif
343
344#ifndef OS2
345File gid_Brand_File_Bin_Unoinfo
346    BIN_FILE_BODY;
347    Dir = gid_Brand_Dir_Program;
348    Name = EXENAME(unoinfo);
349    Styles = (PACKED);
350End
351#endif
352
353#ifdef WNT
354File gid_Brand_File_Bin_Unopkgcom
355    BIN_FILE_BODY;
356    Dir = gid_Brand_Dir_Program;
357    Styles = (PACKED);
358    Name = "unopkg.com";
359End
360#endif
361
362#if defined(WNT)
363File gid_Brand_File_Bin_Unopkgexe
364    BIN_FILE_BODY;
365    Dir = gid_Brand_Dir_Program;
366    Styles = (PACKED);
367    Name = "unopkg.exe";
368End
369#endif
370
371#if defined(OS2)
372File gid_Brand_File_Bin_Unopkgexe
373    BIN_FILE_BODY;
374    Dir = gid_Brand_Dir_Program;
375    Styles = (PACKED);
376    Name = "unopkg.bin";
377End
378#endif
379
380#ifdef WNT
381File gid_Brand_File_Bin_Rebaseoo
382    BIN_FILE_BODY;
383    Dir = gid_Brand_Dir_Program;
384    Styles = (PACKED);
385    Name = "rebaseoo.exe";
386End
387
388File gid_Brand_File_Bin_Rebasegui
389    BIN_FILE_BODY;
390    Dir = gid_Brand_Dir_Program;
391    Styles = (PACKED);
392    Name = "rebasegui.exe";
393End
394#endif
395
396#if defined UNX && !defined MACOSX
397File gid_Brand_File_Script_Unopkg
398    BIN_FILE_BODY;
399    Dir = gid_Brand_Dir_Program;
400    Styles = (PACKED);
401    Name = "unopkg";
402End
403#endif
404
405#if defined MACOSX
406Unixlink gid_Brand_Unixlink_Unopkg
407    BIN_FILE_BODY;
408    Dir = gid_Brand_Dir_Program;
409    Name = "unopkg";
410    Target = "unopkg.bin";
411    Styles = ();
412End
413#endif
414
415#ifndef OS2
416File gid_Brand_File_Bin_Unopkg
417    BIN_FILE_BODY;
418    Dir = gid_Brand_Dir_Program;
419    Styles = (PACKED);
420    Name = "unopkg.bin";
421End
422#endif
423
424#if defined WNT && \
425    (defined M1310 || \
426     ((defined M1400 || defined M1500) && \
427      !(defined SYSTEM_MOZILLA || defined WITHOUT_MOZILLA)))
428File gid_Brand_File_Bin_Msvcr71
429    TXT_FILE_BODY;
430    Dir = gid_Brand_Dir_Program;
431    Name = SCP2_URE_DL_NORMAL("msvcr71" SCP2_STDLP_DEBUG);
432    Styles = (PACKED);
433End
434#endif
435
436// Due to Windows DLL search order, OOo executables might pick up a libxml2 DLL
437// from a Windows system directory instead of the one from the URE; to avoid
438// problems, as a HACK, for now a copy of the URE libxml2 DLL is placed next to
439// the OOo executables (where it takes precedence even over DLLs from the
440// Windows system directory):
441#if defined WNT && !defined SYSTEM_LIBXML
442File gid_Brand_File_Bin_Libxml2
443    TXT_FILE_BODY;
444    Dir = gid_Brand_Dir_Program;
445#if defined _gcc3
446    Name = SCP2_URE_DL_NORMAL("libxml2-2");
447#else
448    Name = SCP2_URE_DL_NORMAL("libxml2");
449#endif
450    Styles = (PACKED);
451End
452#endif
453
454File gid_Brand_File_Bmp_IntroAbout
455    TXT_FILE_BODY;
456    Dir = gid_Brand_Dir_Program;
457    Name = "intro.zip";
458    Styles = (ARCHIVE);
459End
460
461File gid_Brand_File_Images_Brand_Zip
462    TXT_FILE_BODY;
463    Dir = gid_Brand_Dir_Share_Config;
464    Name = "images_brand.zip";
465    Styles = (PACKED);
466End
467
468File gid_Brand_File_Txt_Package
469    TXT_FILE_BODY;
470    Dir = gid_Brand_Dir_Share_Extensions;
471    Name = "package.txt";
472    Styles = (PACKED);
473End
474
475File gid_Brand_File_Share_Registry_Brand_Xcd
476    TXT_FILE_BODY;
477    Styles = (PACKED, SCPZIP_REPLACE);
478    Dir = gid_Brand_Dir_Share_Registry;
479    Name = "brand.xcd";
480End
481
482File gid_Brand_File_Share_Registry_Cjk_Xcd
483    TXT_FILE_BODY;
484    Styles = (PACKED,MAKE_LANG_SPECIFIC);
485    Dir = gid_Brand_Dir_Share_Registry;
486    Name (ja) = "cjk.xcd";
487    Name (ko) = "cjk.xcd";
488    Name (zh-CN) = "cjk.xcd";
489    Name (zh-TW) = "cjk.xcd";
490End
491
492File gid_Brand_File_Share_Registry_Korea_Xcd
493    TXT_FILE_BODY;
494    Styles = (PACKED);
495    Dir = gid_Brand_Dir_Share_Registry;
496    Name (ko) = "korea.xcd";
497End
498
499#if defined UNX && ! defined MACOSX
500File gid_Brand_File_Share_Xdg_Base
501    TXT_FILE_BODY;
502    Dir = gid_Brand_Dir_Share_Xdg;
503    Styles = (PACKED,SCPZIP_REPLACE);
504    Name = "base.desktop";
505End
506#endif
507
508#if defined UNX && ! defined MACOSX
509File gid_Brand_File_Share_Xdg_Calc
510    TXT_FILE_BODY;
511    Dir = gid_Brand_Dir_Share_Xdg;
512    Name = "calc.desktop";
513    Styles = (PACKED,SCPZIP_REPLACE);
514End
515#endif
516
517#if defined UNX && ! defined MACOSX
518File gid_Brand_File_Share_Xdg_Draw
519    TXT_FILE_BODY;
520    Dir = gid_Brand_Dir_Share_Xdg;
521    Name = "draw.desktop";
522    Styles = (PACKED,SCPZIP_REPLACE);
523End
524#endif
525
526#if defined UNX && ! defined MACOSX
527File gid_Brand_File_Share_Xdg_Impress
528    TXT_FILE_BODY;
529    Dir = gid_Brand_Dir_Share_Xdg;
530    Name = "impress.desktop";
531    Styles = (PACKED,SCPZIP_REPLACE);
532End
533#endif
534
535#if defined UNX && ! defined MACOSX
536File gid_Brand_File_Share_Xdg_Math
537    TXT_FILE_BODY;
538    Dir = gid_Brand_Dir_Share_Xdg;
539    Name = "math.desktop";
540    Styles = (PACKED,SCPZIP_REPLACE);
541End
542#endif
543
544#if defined UNX && ! defined MACOSX
545File gid_Brand_File_Share_Xdg_Printeradmin
546    TXT_FILE_BODY;
547    Dir = gid_Brand_Dir_Share_Xdg;
548    Styles = (PACKED,SCPZIP_REPLACE);
549    Name = "printeradmin.desktop";
550End
551#endif
552
553#if defined UNX && ! defined MACOSX
554#ifdef ENABLE_GTK
555File gid_Brand_File_Share_Xdg_QStart
556    TXT_FILE_BODY;
557    Dir = gid_Brand_Dir_Share_Xdg;
558    Styles = (PACKED,SCPZIP_REPLACE);
559    Name = "qstart.desktop";
560End
561#endif
562#endif
563
564#if defined UNX && ! defined MACOSX
565File gid_Brand_File_Share_Xdg_Writer
566    TXT_FILE_BODY;
567    Dir = gid_Brand_Dir_Share_Xdg;
568    Name = "writer.desktop";
569    Styles = (PACKED,SCPZIP_REPLACE);
570End
571#endif
572
573#if defined UNX && ! defined MACOSX
574File gid_Brand_File_Share_Xdg_StartCenter
575    TXT_FILE_BODY;
576    Dir = gid_Brand_Dir_Share_Xdg;
577    Name = "startcenter.desktop";
578    Styles = (PACKED,SCPZIP_REPLACE);
579End
580#endif
581
582#if defined UNX && ! defined MACOSX
583File gid_Brand_File_Share_Xdg_JavaFilter
584    TXT_FILE_BODY;
585    Dir = gid_Brand_Dir_Share_Xdg;
586    Name = "javafilter.desktop";
587    Styles = (PACKED,SCPZIP_REPLACE);
588End
589#endif
590
591
592#if defined WNT && defined(_gcc3)
593File gid_Brand_File_Lib_Mingwm10
594    BIN_FILE_BODY;
595    Styles = (PACKED);
596    Dir = gid_Brand_Dir_Program;
597    Name = "mingwm10.dll";
598End
599#endif
600
601#if defined(WNT)
602#if defined(M1400)
603#if defined(PROF_EDITION)
604File gid_Brand_File_Lib_Msvcr80
605    BIN_FILE_BODY;
606    Styles = (PACKED);
607    Dir = gid_Brand_Dir_Program;
608#ifndef _STLP_DEBUG
609    Name = "msvcr80.dll";
610#else
611    Name = "msvcr80d.dll";
612#endif
613End
614#endif
615#endif
616#endif
617
618#if defined(WNT) && defined( _gcc3 )
619
620#if defined(MINGW_GCCDLL)
621
622File gid_Brand_File_Lib_Mingw_GccS
623    TXT_FILE_BODY;
624    Dir = gid_Brand_Dir_Program;
625    Name = MINGW_GCCDLL;
626    Styles = (PACKED);
627End
628
629#endif
630
631#if defined(MINGW_GXXDLL)
632
633File gid_Brand_File_Lib_Mingw_Stdcpp
634    TXT_FILE_BODY;
635    Dir = gid_Brand_Dir_Program;
636    Name = MINGW_GXXDLL;
637    Styles = (PACKED);
638End
639
640#endif
641
642#endif
643
644#if defined(WNT)
645#if defined(M1400)
646#if defined(PROF_EDITION)
647File gid_Brand_File_Lib_Msvcp80
648    BIN_FILE_BODY;
649    Styles = (PACKED);
650    Dir = gid_Brand_Dir_Program;
651#ifndef _STLP_DEBUG
652    Name = "msvcp80.dll";
653#else
654    Name = "msvcp80d.dll";
655#endif
656End
657#endif
658#endif
659#endif
660
661#if defined(WNT)
662#if defined(M1400)
663#if defined(PROF_EDITION)
664File gid_Brand_File_Lib_Msvcm80
665    BIN_FILE_BODY;
666    Styles = (PACKED);
667    Dir = gid_Brand_Dir_Program;
668#ifndef _STLP_DEBUG
669    Name = "msvcm80.dll";
670#else
671    Name = "msvcm80d.dll";
672#endif
673End
674#endif
675#endif
676#endif
677
678#if defined(WNT)
679#if defined(M1400)
680#if defined(PROF_EDITION)
681File gid_Brand_File_Msvcm80crt_Manifest
682    BIN_FILE_BODY;
683    Styles = (PACKED);
684    Dir = gid_Brand_Dir_Program;
685#ifndef _STLP_DEBUG
686    Name = "Microsoft.VC80.CRT.manifest";
687#else
688    Name = "Microsoft.VC80.DebugCRT.manifest";
689#endif
690End
691#endif
692#endif
693#endif
694
695// Profiles
696
697Profile gid_Brand_Profile_Bootstrap_Ini
698    ModuleID = gid_Module_Root_Brand;
699    Name = PROFILENAME(bootstrap);
700    Dir = gid_Brand_Dir_Program;
701    Styles = (NETWORK);
702End
703
704Profile gid_Brand_Profile_Soffice_Ini
705    ModuleID = gid_Module_Root_Brand;
706    Name = PROFILENAME(soffice);
707    Dir = gid_Brand_Dir_Program;
708    Styles = (NETWORK);
709End
710
711Profile gid_Brand_Profile_Setup_Ini
712    ModuleID = gid_Module_Root_Brand;
713    Name = PROFILENAME(setup);
714    Dir = gid_Brand_Dir_Program;
715    Styles = (NETWORK);
716End
717
718Profile gid_Brand_Profile_Version_Ini
719    ModuleID = gid_Module_Root_Brand;
720    Name = PROFILENAME(version);
721    Dir = gid_Brand_Dir_Program;
722    Styles = (NETWORK);
723End
724
725Profile gid_Brand_Profile_Fundamental_Ini
726    ModuleID = gid_Module_Root_Brand;
727    Name = PROFILENAME(fundamental);
728    Dir = gid_Brand_Dir_Program;
729End
730
731#if !defined MACOSX
732Profile gid_Brand_Profile_Redirect_Ini
733    ModuleID = gid_Module_Root_Brand;
734    Name = PROFILENAME(redirect);
735    Dir = gid_Brand_Dir_Program;
736End
737#endif
738
739// ProfileItems
740
741ProfileItem gid_Brand_Profileitem_Bootstrap_Baseinstall
742    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
743    ModuleID = gid_Module_Root_Brand;
744    Section = "Bootstrap";
745    Order = 2;
746    Key = "BaseInstallation";
747    Value = "${OOO_BASE_DIR}";
748End
749
750ProfileItem gid_Brand_Profileitem_Bootstrap_Productkey
751    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
752    ModuleID = gid_Module_Root_Brand;
753    Section = "Bootstrap";
754    Order = 1;
755    Key = "ProductKey";
756    Value = "<productkey>";
757End
758
759ProfileItem gid_Brand_Profileitem_Bootstrap_Errorreport_Port
760    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
761    ModuleID = gid_Module_Root_Brand;
762    Section = "ErrorReport";
763    Order = 7;
764    Key = "ErrorReportPort";
765    Value = "80";
766End
767
768ProfileItem gid_Brand_Profileitem_Bootstrap_Installmode
769    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
770    ModuleID = gid_Module_Root_Brand;
771    Section = "Bootstrap";
772    Order = 5;
773    Key = "InstallMode";
774    Value = "<installmode>";
775End
776
777ProfileItem gid_Brand_Profileitem_Bootstrap_Userinstall
778    ProfileID = gid_Brand_Profile_Bootstrap_Ini;
779    ModuleID = gid_Module_Root_Brand;
780    Section = "Bootstrap";
781    Order = 3;
782    Key = "UserInstallation";
783  #if defined(WNT) || defined(OS2)
784    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
785  #elif defined MACOSX
786    Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
787  #else
788    Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
789  #endif
790End
791
792ProfileItem gid_Brand_Profileitem_Soffice_UreBootstrap
793    ModuleID = gid_Module_Root_Brand;
794    ProfileID = gid_Brand_Profile_Soffice_Ini;
795    Section = "Bootstrap";
796    Key = "URE_BOOTSTRAP";
797    Value = "${ORIGIN}/" PROFILENAME(fundamental);
798End
799
800ProfileItem gid_Brand_Profileitem_Soffice_Logo
801    ProfileID = gid_Brand_Profile_Soffice_Ini;
802    ModuleID = gid_Module_Root_Brand;
803    Section = "Bootstrap";
804    Order = 1;
805    Key = "Logo";
806    Value = "1";
807End
808
809ProfileItem gid_Brand_Profileitem_Soffice_ProgressBarColor_So
810    ProfileID = gid_Brand_Profile_Soffice_Ini;
811    ModuleID = gid_Module_Root_Brand;
812    Section = "Bootstrap";
813    Order = 2;
814    Key = "ProgressBarColor";
815    Value = "${PROGRESSBARCOLOR}";
816End
817
818ProfileItem gid_Brand_Profileitem_Soffice_ProgressSize_So
819    ProfileID = gid_Brand_Profile_Soffice_Ini;
820    ModuleID = gid_Module_Root_Brand;
821    Section = "Bootstrap";
822    Order = 3;
823    Key = "ProgressSize";
824    Value = "${PROGRESSSIZE}";
825End
826
827ProfileItem gid_Brand_Profileitem_Soffice_ProgressPosition_So
828    ProfileID = gid_Brand_Profile_Soffice_Ini;
829    ModuleID = gid_Module_Root_Brand;
830    Section = "Bootstrap";
831    Order = 4;
832    Key = "ProgressPosition";
833    Value = "${PROGRESSPOSITION}";
834End
835
836ProfileItem gid_Brand_Profileitem_Soffice_ProgressFrameColor_So
837    ProfileID = gid_Brand_Profile_Soffice_Ini;
838    ModuleID = gid_Module_Root_Brand;
839    Section = "Bootstrap";
840    Order = 5;
841    Key = "ProgressFrameColor";
842    Value = "${PROGRESSFRAMECOLOR}";
843End
844
845ProfileItem gid_Brand_Profileitem_Soffice_NativeProgress_So
846    ProfileID = gid_Brand_Profile_Soffice_Ini;
847    ModuleID = gid_Module_Root_Brand;
848    Section = "Bootstrap";
849    Order = 6;
850    Key = "NativeProgress";
851    Value = "${NATIVEPROGRESS}";
852End
853
854#if defined(WNT) || defined(OS2)
855ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
856    ProfileID = gid_Brand_Profile_Soffice_Ini;
857    ModuleID = gid_Module_Root_Brand;
858    Section = "Bootstrap";
859    Order = 7;
860    Key = "HideEula";
861    Value = "[HIDEEULA]";
862    Inifiletablekey = "HideEula";
863    Inifiletableaction = "1";
864    Styles = (INIFILETABLE);
865End
866#endif
867
868#if defined(WNT) || defined(OS2)
869ProfileItem gid_Brand_Profileitem_Soffice_Startlang
870    ProfileID = gid_Brand_Profile_Soffice_Ini;
871    ModuleID = gid_Module_Root_Brand;
872    Section = "Bootstrap";
873    Order = 8;
874    Key = "STARTLANG";
875    Value = "[STARTLANG]";
876    Inifiletablekey = "STARTLANG";
877    Inifiletableaction = "1";
878    Styles = (INIFILETABLE);
879End
880#endif
881
882ProfileItem gid_Brand_Profileitem_Version_Buildid
883    ProfileID = gid_Brand_Profile_Version_Ini;
884    ModuleID = gid_Module_Root_Brand;
885    Section = "Version";
886    Order = 4;
887    Key = "buildid";
888    Value = "<buildid>";
889End
890
891ProfileItem gid_Brand_Profileitem_Version_ScsRevision
892    ProfileID = gid_Brand_Profile_Version_Ini;
893    ModuleID = gid_Module_Root;
894    Section = "Version";
895    Key = "Revision";
896    Value = "<scsrevision>";
897End
898
899ProfileItem gid_Brand_Profileitem_Version_Productsource
900    ProfileID = gid_Brand_Profile_Version_Ini;
901    ModuleID = gid_Module_Root_Brand;
902    Section = "Version";
903    Order = 7;
904    Key = "ProductSource";
905    Value = "<sourceid>";
906End
907
908#if defined(WNT) || defined(OS2)
909
910ProfileItem gid_Brand_Profileitem_Version_Productcode
911    ProfileID = gid_Brand_Profile_Version_Ini;
912    ModuleID = gid_Module_Root_Brand;
913    Section = "Version";
914    Order = 8;
915    Key = "ProductCode";
916    Value = "<productcode>";
917End
918
919#endif
920
921#if defined(WNT) || defined(OS2)
922
923ProfileItem gid_Brand_Profileitem_Version_Upgradecode
924    ProfileID = gid_Brand_Profile_Version_Ini;
925    ModuleID = gid_Module_Root_Brand;
926    Section = "Version";
927    Order = 9;
928    Key = "UpgradeCode";
929    Value = "<upgradecode>";
930End
931
932#endif
933
934ProfileItem gid_Brand_Profileitem_Version_Productmajor
935    ProfileID = gid_Brand_Profile_Version_Ini;
936    ModuleID = gid_Module_Root_Brand;
937    Section = "Version";
938    Order = 10;
939    Key = "ProductMajor";
940    Value = "<productmajor>";
941End
942
943ProfileItem gid_Brand_Profileitem_Version_Productminor
944    ProfileID = gid_Brand_Profile_Version_Ini;
945    ModuleID = gid_Module_Root_Brand;
946    Section = "Version";
947    Order = 11;
948    Key = "ProductMinor";
949    Value = "<productminor>";
950End
951
952ProfileItem gid_Brand_Profileitem_Version_Productbuildid
953    ProfileID = gid_Brand_Profile_Version_Ini;
954    ModuleID = gid_Module_Root_Brand;
955    Section = "Version";
956    Order = 12;
957    Key = "ProductBuildid";
958    Value = "<productbuildid>";
959End
960
961ProfileItem gid_Brand_Profileitem_Version_Alllanguages
962    ProfileID = gid_Brand_Profile_Version_Ini;
963    ModuleID = gid_Module_Root_Brand;
964    Section = "Version";
965    Order = 13;
966    Key = "AllLanguages";
967    Value = "<alllanguages>";
968End
969
970#ifdef WNT
971
972ProfileItem gid_Brand_Profileitem_Version_Msiproductversion
973    ProfileID = gid_Brand_Profile_Version_Ini;
974    ModuleID = gid_Module_Root_Brand;
975    Section = "Version";
976    Order = 14;
977    Key = "MsiProductVersion";
978    Value = "<msiproductversion>";
979End
980
981#endif
982
983ProfileItem gid_Brand_Profileitem_Version_Updateurl
984    ProfileID = gid_Brand_Profile_Version_Ini;
985    ModuleID = gid_Module_Root_Brand;
986    Section = "Version";
987    Order = 15;
988    Key = "UpdateURL";
989  #if defined(ENABLE_ONLINE_UPDATE)
990  #ifdef WNT
991    Value = "${UPDATEURL}";
992  #else  // defined WNT
993    Value = "${UPDATEURL}?pkgfmt=<pkgformat>";
994  #endif //defined WNT
995  #else
996    Value = "";
997  #endif
998End
999
1000ProfileItem gid_Brand_Profileitem_Version_Updateid
1001    ProfileID = gid_Brand_Profile_Version_Ini;
1002    ModuleID = gid_Module_Root_Brand;
1003    Section = "Version";
1004    Order = 16;
1005    Key = "UpdateID";
1006    Value = "<updateid>";
1007End
1008
1009ProfileItem gid_Brand_Profileitem_Version_Useragent
1010    ProfileID = gid_Brand_Profile_Version_Ini;
1011    ModuleID = gid_Module_Root_Brand;
1012    Section = "Version";
1013    Order = 17;
1014    Key = "UpdateUserAgent";
1015    Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
1016End
1017
1018ProfileItem gid_Brand_Profileitem_Version_Ooobaseversion
1019    ProfileID = gid_Brand_Profile_Version_Ini;
1020    ModuleID = gid_Module_Root_Brand;
1021    Section = "Version";
1022    Order = 18;
1023    Key = "OOOBaseVersion";
1024    Value = "${OOOBASEVERSION}";
1025End
1026
1027ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl
1028    ProfileID = gid_Brand_Profile_Version_Ini;
1029    ModuleID = gid_Module_Root_Brand;
1030    Section = "Version";
1031    Order = 18;
1032    Key = "ExtensionUpdateURL";
1033    Value = "http://updateexte.services.openoffice.org/ExtensionUpdateService/check.Update";
1034End
1035
1036ProfileItem gid_Brand_Profileitem_Fundamental_Brand_Base_Dir
1037    ModuleID = gid_Module_Root_Brand;
1038    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1039    Section = "Bootstrap";
1040    Key = "BRAND_BASE_DIR";
1041    Value = "${ORIGIN}/..";
1042End
1043
1044ProfileItem gid_Brand_Profileitem_Fundamental_Ooo_Base_Dir
1045    ModuleID = gid_Module_Root_Brand;
1046    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1047    Section = "Bootstrap";
1048    Key = "OOO_BASE_DIR";
1049#if defined(WNT) || defined(OS2)
1050    Value = "${.link:${BRAND_BASE_DIR}/basis-link}";
1051#else
1052    Value = "${BRAND_BASE_DIR}/basis-link";
1053#endif
1054End
1055
1056ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions
1057    ModuleID = gid_Module_Root_Brand;
1058    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1059    Section = "Bootstrap";
1060    Key = "BUNDLED_EXTENSIONS";
1061    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS}";
1062End
1063
1064ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_User
1065    ModuleID = gid_Module_Root_Brand;
1066    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1067    Section = "Bootstrap";
1068    Key = "BUNDLED_EXTENSIONS_USER";
1069    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_USER}";
1070End
1071
1072ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bundled_Extensions_Prereg
1073    ModuleID = gid_Module_Root_Brand;
1074    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1075    Section = "Bootstrap";
1076    Key = "BUNDLED_EXTENSIONS_PREREG";
1077    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BUNDLED_EXTENSIONS_PREREG}";
1078End
1079
1080ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Packages_Cache
1081    ModuleID = gid_Module_Root_Brand;
1082    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1083    Section = "Bootstrap";
1084    Key = "UNO_SHARED_PACKAGES_CACHE";
1085    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_SHARED_PACKAGES_CACHE}";
1086End
1087
1088ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Shared_Extensions_User
1089    ModuleID = gid_Module_Root_Brand;
1090    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1091    Section = "Bootstrap";
1092    Key = "SHARED_EXTENSIONS_USER";
1093    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":SHARED_EXTENSIONS_USER}";
1094End
1095
1096ProfileItem gid_Brand_Profileitem_Fundamental_Uno_User_Packages_Cache
1097    ModuleID = gid_Module_Root_Brand;
1098    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1099    Section = "Bootstrap";
1100    Key = "UNO_USER_PACKAGES_CACHE";
1101    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":UNO_USER_PACKAGES_CACHE}";
1102End
1103
1104ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Tmp_Extensions
1105    ModuleID = gid_Module_Root_Brand;
1106    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1107    Section = "Bootstrap";
1108    Key = "TMP_EXTENSIONS";
1109    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":TMP_EXTENSIONS}";
1110End
1111
1112ProfileItem gid_Brand_Profileitem_Fundamental_Uno_Bak_Extensions
1113    ModuleID = gid_Module_Root_Brand;
1114    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1115    Section = "Bootstrap";
1116    Key = "BAK_EXTENSIONS";
1117    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":BAK_EXTENSIONS}";
1118End
1119
1120ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Types
1121    ModuleID = gid_Module_Root_Brand;
1122    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1123    Section = "Bootstrap";
1124    Key = "URE_MORE_TYPES";
1125    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_TYPES}";
1126End
1127
1128ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Services
1129    ModuleID = gid_Module_Root_Brand;
1130    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1131    Section = "Bootstrap";
1132    Key = "URE_MORE_SERVICES";
1133    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_SERVICES} $ORIGIN/services.rdb";
1134End
1135
1136ProfileItem gid_Brand_Profileitem_Fundamental_Ure_More_Java_Types
1137    ModuleID = gid_Module_Root_Brand;
1138    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1139    Section = "Bootstrap";
1140    Key = "URE_MORE_JAVA_TYPES";
1141    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_TYPES}";
1142End
1143
1144ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_Shared_Data
1145    ModuleID = gid_Module_Root_Brand;
1146    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1147    Section = "Bootstrap";
1148    Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
1149    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_SHARED_DATA}";
1150End
1151
1152ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Jfw_User_Data
1153    ModuleID = gid_Module_Root_Brand;
1154    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1155    Section = "Bootstrap";
1156    Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
1157    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_OVERRIDE_JAVA_JFW_USER_DATA}";
1158End
1159
1160ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Java_Classpath_Urls
1161    ModuleID = gid_Module_Root_Brand;
1162    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1163    Section = "Bootstrap";
1164    Key = "URE_MORE_JAVA_CLASSPATH_URLS";
1165    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_MORE_JAVA_CLASSPATH_URLS}";
1166End
1167
1168ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Bin_Dir
1169    ModuleID = gid_Module_Root_Brand;
1170    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1171    Section = "Bootstrap";
1172    Key = "URE_BIN_DIR";
1173    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_BIN_DIR}";
1174End
1175
1176ProfileItem gid_Brand_Profileitem_Fundamental_Ure_Lib_Dir
1177    ModuleID = gid_Module_Root_Brand;
1178    ProfileID = gid_Brand_Profile_Fundamental_Ini;
1179    Section = "Bootstrap";
1180    Key = "URE_LIB_DIR";
1181    Value = "${${OOO_BASE_DIR}/program/" PROFILENAME(fundamentalbasis) ":URE_LIB_DIR}";
1182End
1183
1184#if !defined MACOSX
1185ProfileItem gid_Brand_Profileitem_Redirect_Ure_Bootstrap
1186    ModuleID = gid_Module_Root_Brand;
1187    ProfileID = gid_Brand_Profile_Redirect_Ini;
1188    Section = "Bootstrap";
1189    Key = "URE_BOOTSTRAP";
1190    Value = "${ORIGIN}/" PROFILENAME(fundamental);
1191End
1192#endif
1193
1194#ifdef WNT
1195ProfileItem gid_Brand_Profileitem_Setup_Alluserset
1196    ProfileID = gid_Brand_Profile_Setup_Ini;
1197    ModuleID = gid_Module_Root_Brand;
1198    Section = "Bootstrap";
1199    Order = 4;
1200    Key = "ALLUSERS";
1201    Value = "[ALLUSERS]";
1202    Inifiletablekey = "AllUsersSet";
1203    Inifiletableaction = "1";
1204    Styles = (INIFILETABLE);
1205End
1206#endif
1207
1208#ifdef WNT
1209ProfileItem gid_Brand_Profileitem_Setup_Findproduct
1210    ProfileID = gid_Brand_Profile_Setup_Ini;
1211    ModuleID = gid_Module_Root_Brand;
1212    Section = "Bootstrap";
1213    Order = 5;
1214    Key = "FINDPRODUCT";
1215    Value = "[FINDPRODUCT]";
1216    Inifiletablekey = "FindProductSet";
1217    Inifiletableaction = "1";
1218    Styles = (INIFILETABLE);
1219End
1220#endif
1221
1222#ifdef WNT
1223ProfileItem gid_Brand_Profileitem_Setup_Productcode
1224    ProfileID = gid_Brand_Profile_Setup_Ini;
1225    ModuleID = gid_Module_Root_Brand;
1226    Section = "Bootstrap";
1227    Order = 6;
1228    Key = "ProductCode";
1229    Value = "<productcode>";
1230End
1231#endif
1232
1233#ifdef WNT
1234ProfileItem gid_Brand_Profileitem_Setup_Upgradecode
1235    ProfileID = gid_Brand_Profile_Setup_Ini;
1236    ModuleID = gid_Module_Root_Brand;
1237    Section = "Bootstrap";
1238    Order = 7;
1239    Key = "UpgradeCode";
1240    Value = "<upgradecode>";
1241End
1242#endif
1243
1244ProfileItem gid_Brand_Profileitem_Setup_Productbuildid
1245    ProfileID = gid_Brand_Profile_Setup_Ini;
1246    ModuleID = gid_Module_Root_Brand;
1247    Section = "Bootstrap";
1248    Order = 8;
1249    Key = "ProductBuildid";
1250    Value = "<productbuildid>";
1251End
1252
1253ProfileItem gid_Brand_Profileitem_Setup_Buildid
1254    ProfileID = gid_Brand_Profile_Setup_Ini;
1255    ModuleID = gid_Module_Root_Brand;
1256    Section = "Bootstrap";
1257    Order = 9;
1258    Key = "buildid";
1259    Value = "<buildid>";
1260End
1261
1262#ifdef WNT
1263ProfileItem gid_Brand_Profileitem_Setup_Ureinstall
1264    ProfileID = gid_Brand_Profile_Setup_Ini;
1265    ModuleID = gid_Module_Root_Brand;
1266    Section = "Bootstrap";
1267    Order = 4;
1268    Key = "UREINSTALLLOCATION";
1269    Value = "[INSTALLLOCATION]URE\\";
1270    Inifiletablekey = "UreInstallLocation";
1271    Inifiletableaction = "1";
1272    Styles = (INIFILETABLE);
1273End
1274#endif
1275
1276#ifdef WNT
1277ProfileItem gid_Brand_Profileitem_Setup_Basisinstall
1278    ProfileID = gid_Brand_Profile_Setup_Ini;
1279    ModuleID = gid_Module_Root_Brand;
1280    Section = "Bootstrap";
1281    Order = 4;
1282    Key = "BASISINSTALLLOCATION";
1283    Value = "[INSTALLLOCATION]Basis\\";
1284    Inifiletablekey = "BasisInstallLocation";
1285    Inifiletableaction = "1";
1286    Styles = (INIFILETABLE);
1287End
1288#endif
1289
1290#ifdef WNT
1291ProfileItem gid_Brand_Profileitem_Setup_Officeinstall
1292    ProfileID = gid_Brand_Profile_Setup_Ini;
1293    ModuleID = gid_Module_Root_Brand;
1294    Section = "Bootstrap";
1295    Order = 4;
1296    Key = "OFFICEINSTALLLOCATION";
1297    Value = "[INSTALLLOCATION]";
1298    Inifiletablekey = "OfficeInstallLocation";
1299    Inifiletableaction = "1";
1300    Styles = (INIFILETABLE);
1301End
1302#endif
1303
1304#ifdef WNT
1305ProfileItem gid_Brand_Profileitem_Setup_Install
1306    ProfileID = gid_Brand_Profile_Setup_Ini;
1307    ModuleID = gid_Module_Root_Brand;
1308    Section = "Bootstrap";
1309    Order = 4;
1310    Key = "INSTALLLOCATION";
1311    Value = "[INSTALLLOCATION]";
1312    Inifiletablekey = "InstallLocation";
1313    Inifiletableaction = "1";
1314    Styles = (INIFILETABLE);
1315End
1316#endif
1317
1318//TODO: This actually belongs into a module of its own:
1319#if !defined SYSTEM_PYTHON
1320File gid_Brand_File_Bin_Python
1321    BIN_FILE_BODY;
1322    Name = EXENAME(pyuno/python);
1323    Dir = gid_Brand_Dir_Program;
1324    Styles = (PACKED);
1325End
1326#endif
1327