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