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