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