merge the formfield patch from ooo-build
[ooovba.git] / scp2 / source / ooo / profileitem_ooo.scp
blob69c771c83782eda766482412cfbae1b2123c3abb
1 /*************************************************************************
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: profileitem_ooo.scp,v $
10  * $Revision: 1.67.2.2 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29 ************************************************************************/
31 #include "macros.inc"
33 // for the configmgr
35 ProfileItem gid_Profileitem_Configmgr_Cfg_Servertype
36     ProfileID = gid_Profile_Configmgr_Ini;
37     ModuleID = gid_Module_Root;
38     Section = "Bootstrap";
39     Order = 1;
40     Key = "CFG_ServerType";
41     Value = "uno";
42 End
45 ProfileItem gid_Profileitem_Configmgr_Bootstrap_Ini
46     ProfileID = gid_Profile_Configmgr_Ini;
47     ModuleID = gid_Module_Root;
48     Section = "Bootstrap";
49     Order = 2;
50     Key = "BootstrapFile";
51     Value = "$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap);
52 End
54 ProfileItem gid_Profileitem_Configmgr_Version_Ini
55     ProfileID = gid_Profile_Configmgr_Ini;
56     ModuleID = gid_Module_Root;
57     Section = "Bootstrap";
58     Order = 2;
59     Key = "VersionFile";
60     Value = "$BRAND_BASE_DIR/program/" PROFILENAME(version);
61 End
64 ProfileItem gid_Profileitem_Configmgr_Uno_Ini
65     ProfileID = gid_Profile_Configmgr_Ini;
66     ModuleID = gid_Module_Root;
67     Section = "Bootstrap";
68     Order = 3;
69     Key = "UnoFile";
70   #ifdef UNX
71     Value = "$ORIGIN/unorc";
72   #else
73     Value = "$ORIGIN/uno.ini";
74   #endif
75 End
78 ProfileItem gid_Profileitem_Configmgr_Baseinstallation
79     ProfileID = gid_Profile_Configmgr_Ini;
80     ModuleID = gid_Module_Root;
81     Section = "Bootstrap";
82     Order = 4;
83     Key = "BaseInstallation";
84     Value = "${OOO_BASE_DIR}";
85 End
88 ProfileItem gid_Profileitem_Configmgr_Userinstallation
89     ProfileID = gid_Profile_Configmgr_Ini;
90     ModuleID = gid_Module_Root;
91     Section = "Bootstrap";
92     Order = 5;
93     Key = "UserInstallation";
94     Value = "${$BootstrapFile:UserInstallation}";
95 End
97 ProfileItem gid_Profileitem_Configmgr_Schemaversion
98     ProfileID = gid_Profile_Configmgr_Ini;
99     ModuleID = gid_Module_Root;
100     Section = "Bootstrap";
101     Order = 6;
102     Key = "CFG_SchemaVersion";
103     Value = "${$VersionFile:buildid}";
106 ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemadataurl
107     ProfileID = gid_Profile_Configmgr_Ini;
108     ModuleID = gid_Module_Root;
109     Section = "Bootstrap";
110     Order = 7;
111     Key = "CFG_SchemaDataUrl";
112     Value = "$BaseInstallation/share/registry/schema ?$CFG_BrandLayerUrl/schema ?$CFG_UnoSharedPackages/schema ?$CFG_UnoUserPackages/schema";
115 ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultdataurl
116     ProfileID = gid_Profile_Configmgr_Ini;
117     ModuleID = gid_Module_Root;
118     Section = "Bootstrap";
119     Order = 8;
120     Key = "CFG_DefaultLayerUrls";
121     Value = "$BaseInstallation/share/registry $CFG_UnoSharedPackages $CFG_UnoUserPackages";
124 ProfileItem gid_Profileitem_Configmgr_Cachedisposal
125     ProfileID =gid_Profile_Configmgr_Ini  ;
126     ModuleID = gid_Module_Root;
127     Section   = "Bootstrap";
128     Order = 9;
129     Key  = "CFG_CacheDisposeDelay";
130     Value  = "900";
133 ProfileItem gid_Profileitem_Configmgr_Cacheinterval
134     ProfileID = gid_Profile_Configmgr_Ini ;
135     ModuleID = gid_Module_Root;
136     Section   = "Bootstrap";
137     Order = 10;
138     Key  = "CFG_CacheDisposeInterval";
139     Value  = "60";
142 ProfileItem gid_Profileitem_Configmgr_Cachewrite
143     ProfileID = gid_Profile_Configmgr_Ini ;
144     ModuleID = gid_Module_Root;
145     Section   = "Bootstrap";
146     Order = 11;
147     Key  = "CFG_CacheWriteInterval";
148     Value  = "2";
151 ProfileItem gid_Profileitem_Configmgr_Localcfg_Userdataurl
152     ProfileID = gid_Profile_Configmgr_Ini;
153     ModuleID = gid_Module_Root;
154     Section   = "Bootstrap";
155     Order = 12;
156     Key  = "CFG_UserLayerUrl";
157     Value  = "$UserInstallation/user/registry";
160 ProfileItem gid_Profileitem_Configmgr_Localcfg_Cacheurl
161     ProfileID = gid_Profile_Configmgr_Ini;
162     ModuleID = gid_Module_Root;
163     Section   = "Bootstrap";
164     Order = 13;
165     Key  = "CFG_CacheUrl";
166     Value  = "$UserInstallation/user/registry/cache";
169 ProfileItem gid_Profileitem_Configmgr_Localcfg_Defaultlayerurl
170     ProfileID = gid_Profile_Configmgr_Ini;
171     ModuleID = gid_Module_Root;
172     Section   = "Bootstrap";
173     Order = 14;
174     Key  = "CFG_DefaultLayerUrl";
175     Value  = "$BaseInstallation/share/registry";
178 ProfileItem gid_Profileitem_Configmgr_Localcfg_Modulelayerurl
179     ProfileID = gid_Profile_Configmgr_Ini;
180     ModuleID = gid_Module_Root;
181     Section   = "Bootstrap";
182     Order = 15;
183     Key  = "CFG_ModuleLayerUrl";
184     Value  = "$CFG_DefaultLayerUrl/modules";
187 ProfileItem gid_Profileitem_Configmgr_Localcfg_Unosharedpackages
188     ProfileID = gid_Profile_Configmgr_Ini;
189     ModuleID = gid_Module_Root;
190     Section   = "Bootstrap";
191     Order = 16;
192     Key  = "CFG_UnoSharedPackages";
193     Value = "${$UnoFile:UNO_SHARED_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
196 ProfileItem gid_Profileitem_Configmgr_Localcfg_Unouserpackages
197     ProfileID = gid_Profile_Configmgr_Ini;
198     ModuleID = gid_Module_Root;
199     Section   = "Bootstrap";
200     Order = 17;
201     Key  = "CFG_UnoUserPackages";
202     Value = "${$UnoFile:UNO_USER_PACKAGES_CACHE}/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry";
205 ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerUrl
206     ProfileID = gid_Profile_Configmgr_Ini;
207     ModuleID = gid_Module_Root;
208     Section   = "Bootstrap";
209     Order = 18;
210     Key  = "CFG_BrandLayerUrl";
211     Value  = "${BRAND_BASE_DIR}/share/registry";
214 ProfileItem gid_Profileitem_Configmgr_Unocfg_BrandLayerModulesUrl
215     ProfileID = gid_Profile_Configmgr_Ini;
216     ModuleID = gid_Module_Root;
217     Section   = "Bootstrap";
218     Order = 19;
219     Key  = "CFG_BrandLayerModulesUrl";
220     Value  = "$CFG_BrandLayerUrl/modules";
223 ProfileItem gid_Profileitem_Configmgr_Unocfg_Backendservice
224     ProfileID = gid_Profile_Configmgr_Ini;
225     ModuleID = gid_Module_Root;
226     Section   = "Bootstrap";
227     Order = 20;
228     Key  = "CFG_BackendService";
229     Value  = "com.sun.star.comp.configuration.backend.MultiStratumBackend";
232 ProfileItem gid_Profileitem_Configmgr_Localcfg_Schemasupplier
233     ProfileID = gid_Profile_Configmgr_Ini;
234     ModuleID = gid_Module_Root;
235     Section   = "Bootstrap";
236     Order = 21;
237     Key  = "CFG_SchemaSupplier";
238     Value  = "com.sun.star.comp.configuration.backend.LocalSchemaSupplier";
241 ProfileItem gid_Profileitem_Configmgr_Localcfg_Datasvc
242     ProfileID = gid_Profile_Configmgr_Ini;
243     ModuleID = gid_Module_Root;
244     Section   = "Bootstrap";
245     Order = 22;
246     Key  = "CFG_LocalDataSvc";
247     Value  = "com.sun.star.comp.configuration.backend.LocalStratum";
250 ProfileItem gid_Profileitem_Configmgr_Localcfg_Moduledatasvc
251     ProfileID = gid_Profile_Configmgr_Ini;
252     ModuleID = gid_Module_Root;
253     Section   = "Bootstrap";
254     Order = 23;
255     Key  = "CFG_LocalModuleDataSvc";
256     Value  = "com.sun.star.comp.configuration.backend.LocalMultiStratum";
259 ProfileItem gid_Profileitem_Configmgr_Localcfg_Resdatasvc
260     ProfileID = gid_Profile_Configmgr_Ini;
261     ModuleID = gid_Module_Root;
262     Section   = "Bootstrap";
263     Order = 24;
264     Key  = "CFG_LocalResDataSvc";
265     Value  = "com.sun.star.comp.configuration.backend.LocalResourceStratum";
269 ProfileItem gid_Profileitem_Configmgr_Strata
270     ProfileID = gid_Profile_Configmgr_Ini;
271     ModuleID = gid_Module_Root;
272     Section   = "Bootstrap";
273     Order = 25;
274     Key  = "CFG_Strata";
275     Value  = "${CFG_LocalDataSvc}:$CFG_DefaultLayerUrl;${CFG_LocalModuleDataSvc}:$CFG_ModuleLayerUrl;${CFG_LocalResDataSvc}:$CFG_DefaultLayerUrl;?${CFG_LocalDataSvc}:$CFG_BrandLayerUrl;?${CFG_LocalModuleDataSvc}:$CFG_BrandLayerModulesUrl;${CFG_LocalDataSvc}:$CFG_UnoSharedPackages;?com.sun.star.comp.configuration.backend.SystemIntegration:;${CFG_LocalDataSvc}:$CFG_UnoUserPackages;${CFG_LocalDataSvc}:$CFG_UserLayerUrl;";
278 ProfileItem gid_Profileitem_Configmgr_Ldapmappingurl
279     ProfileID = gid_Profile_Configmgr_Ini ;
280     ModuleID = gid_Module_Root;
281     Section   = "Bootstrap";
282     Order = 26;
283     Key  = "CFG_LdapMappingUrl";
284     Value  = "$BaseInstallation/share/registry/ldap";
287 //end configmgr
289 ProfileItem gid_Profileitem_Setup_Uno_Java_Comppath
290     ProfileID = gid_Profile_Setup_Ini;
291     ModuleID = gid_Module_Root;
292     Section = "Bootstrap";
293     Order = 1;
294     Key = "UNO_JAVA_COMPPATH";
295     Value = "$ORIGIN/classes";
298 ProfileItem gid_Profileitem_Setup_Uno_Services
299     ProfileID = gid_Profile_Setup_Ini;
300     ModuleID = gid_Module_Root;
301     Section = "Bootstrap";
302     Order = 2;
303     Key = "UNO_SERVICES";
304     Value = "$ORIGIN/setup_services.rdb";
307 ProfileItem gid_Profileitem_Setup_Uno_Types
308     ProfileID = gid_Profile_Setup_Ini;
309     ModuleID = gid_Module_Root;
310     Section = "Bootstrap";
311     Order = 3;
312     Key = "UNO_TYPES";
313     Value = "$ORIGIN/types.rdb";
316 #ifdef WNT
318 ProfileItem gid_Profileitem_Setup_Alluserset
319     ProfileID = gid_Profile_Setup_Ini;
320     ModuleID = gid_Module_Root;
321     Section = "Bootstrap";
322     Order = 4;
323     Key = "ALLUSERS";
324     Value = "[ALLUSERS]";
325     Inifiletablekey = "AllUsersSet";
326     Inifiletableaction = "1";
327     Styles = (INIFILETABLE);
330 #endif
332 #ifdef WNT
334 ProfileItem gid_Profileitem_Setup_Findproduct
335     ProfileID = gid_Profile_Setup_Ini;
336     ModuleID = gid_Module_Root;
337     Section = "Bootstrap";
338     Order = 5;
339     Key = "FINDPRODUCT";
340     Value = "[FINDPRODUCT]";
341     Inifiletablekey = "FindProductSet";
342     Inifiletableaction = "1";
343     Styles = (INIFILETABLE);
346 #endif
348 #ifdef WNT
350 ProfileItem gid_Profileitem_Setup_Productcode
351     ProfileID = gid_Profile_Setup_Ini;
352     ModuleID = gid_Module_Root;
353     Section = "Bootstrap";
354     Order = 6;
355     Key = "ProductCode";
356     Value = "<productcode>";
359 #endif
361 #ifdef WNT
363 ProfileItem gid_Profileitem_Setup_Upgradecode
364     ProfileID = gid_Profile_Setup_Ini;
365     ModuleID = gid_Module_Root;
366     Section = "Bootstrap";
367     Order = 7;
368     Key = "UpgradeCode";
369     Value = "<upgradecode>";
372 #endif
374 ProfileItem gid_Profileitem_Soffice_Logo
375     ProfileID = gid_Profile_Soffice_Ini;
376     ModuleID = gid_Module_Root;
377     Section = "Bootstrap";
378     Order = 1;
379     Key = "Logo";
380     Value = "1";
383 ProfileItem gid_Profileitem_Soffice_ProgressBarColor
384     ProfileID = gid_Profile_Soffice_Ini;
385     ModuleID = gid_Module_Root;
386     Section = "Bootstrap";
387     Order = 2;
388     Key = "ProgressBarColor";
389     Value = "0,0,128";
392 ProfileItem gid_Profileitem_Soffice_ProgressSize
393     ProfileID = gid_Profile_Soffice_Ini;
394     ModuleID = gid_Module_Root;
395     Section = "Bootstrap";
396     Order = 3;
397     Key = "ProgressSize";
398     Value = "-1,6";
401 ProfileItem gid_Profileitem_Soffice_ProgressPosition
402     ProfileID = gid_Profile_Soffice_Ini;
403     ModuleID = gid_Module_Root;
404     Section = "Bootstrap";
405     Order = 4;
406     Key = "ProgressPosition";
407     Value = "-1,-1";
410 #ifdef WNT
412 ProfileItem gid_Profileitem_Soffice_Hideeula
413     ProfileID = gid_Profile_Soffice_Ini;
414     ModuleID = gid_Module_Root;
415     Section = "Bootstrap";
416     Order = 7;
417     Key = "HideEula";
418     Value = "[HIDEEULA]";
419     Inifiletablekey = "HideEula";
420     Inifiletableaction = "1";
421     Styles = (INIFILETABLE);
424 #endif
426 ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages
427     ProfileID = gid_Profile_Uno_Ini;
428     ModuleID = gid_Module_Root;
429     Section = "Bootstrap";
430     Order = 1;
431     Key = "UNO_SHARED_PACKAGES";
432     Value = "$BRAND_BASE_DIR/share/uno_packages";
435 ProfileItem gid_Profileitem_Uno_Uno_Shared_Packages_Cache
436     ProfileID = gid_Profile_Uno_Ini;
437     ModuleID = gid_Module_Root;
438     Section = "Bootstrap";
439     Order = 2;
440     Key = "UNO_SHARED_PACKAGES_CACHE";
441     Value = "$UNO_SHARED_PACKAGES/cache";
444 ProfileItem gid_Profileitem_Uno_Uno_User_Packages
445     ProfileID = gid_Profile_Uno_Ini;
446     ModuleID = gid_Module_Root;
447     Section = "Bootstrap";
448     Order = 3;
449     Key = "UNO_USER_PACKAGES";
450     Value = "${$BRAND_BASE_DIR/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/uno_packages";
453 ProfileItem gid_Profileitem_Uno_Uno_User_Packages_Cache
454     ProfileID = gid_Profile_Uno_Ini;
455     ModuleID = gid_Module_Root;
456     Section = "Bootstrap";
457     Order = 4;
458     Key = "UNO_USER_PACKAGES_CACHE";
459     Value = "$UNO_USER_PACKAGES/cache";
462 ProfileItem gid_Profileitem_Uno_Pkg_SharedUnoFile
463     ProfileID = gid_Profile_Uno_Ini;
464     ModuleID = gid_Module_Root;
465     Section = "Bootstrap";
466     Order = 5;
467     Key = "PKG_SharedUnoFile";
468     Value = "$UNO_SHARED_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
471 ProfileItem gid_Profileitem_Uno_Pkg_UserUnoFile
472     ProfileID = gid_Profile_Uno_Ini;
473     ModuleID = gid_Module_Root;
474     Section = "Bootstrap";
475     Order = 6;
476     Key = "PKG_UserUnoFile";
477     Value = "$UNO_USER_PACKAGES_CACHE/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc";
480 ProfileItem gid_Profileitem_Fundamentalbasis_Uno_Shared_Packages_Cache
481     ModuleID = gid_Module_Root;
482     ProfileID = gid_Profile_Fundamentalbasis_Ini;
483     Section = "Bootstrap";
484     Key = "UNO_SHARED_PACKAGES_CACHE";
485     Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_SHARED_PACKAGES_CACHE}";
488 ProfileItem gid_Profileitem_Fundamentalbasis_Uno_User_Packages_Cache
489     ModuleID = gid_Module_Root;
490     ProfileID = gid_Profile_Fundamentalbasis_Ini;
491     Section = "Bootstrap";
492     Key = "UNO_USER_PACKAGES_CACHE";
493     Value = "${$ORIGIN/" PROFILENAME(uno) ":UNO_USER_PACKAGES_CACHE}";
496 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Types
497     ModuleID = gid_Module_Root;
498     ProfileID = gid_Profile_Fundamentalbasis_Ini;
499     Section = "Bootstrap";
500     Key = "URE_MORE_TYPES";
501 #if defined ENABLE_VBA && !defined VBA_EXTENSION
502     Value = "$ORIGIN/offapi.rdb $ORIGIN/oovbaapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
503 #else
504     Value = "$ORIGIN/offapi.rdb ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_TYPES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_TYPES}";
505 #endif
508 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Services
509     ModuleID = gid_Module_Root;
510     ProfileID = gid_Profile_Fundamentalbasis_Ini;
511     Section = "Bootstrap";
512     Key = "URE_MORE_SERVICES";
513     Value = "${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_SERVICES} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_SERVICES} $ORIGIN/services.rdb";
516 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_More_Java_Types
517     ModuleID = gid_Module_Root;
518     ProfileID = gid_Profile_Fundamentalbasis_Ini;
519     Section = "Bootstrap";
520     Key = "URE_MORE_JAVA_TYPES";
521     Value = "$ORIGIN/classes/unoil.jar $ORIGIN/classes/ScriptFramework.jar ${${$ORIGIN/" PROFILENAME(uno) ":PKG_UserUnoFile}:UNO_JAVA_CLASSPATH} ${${$ORIGIN/" PROFILENAME(uno) ":PKG_SharedUnoFile}:UNO_JAVA_CLASSPATH}";
524 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_Shared_Data
525     ModuleID = gid_Module_Root;
526     ProfileID = gid_Profile_Fundamentalbasis_Ini;
527     Section = "Bootstrap";
528     Key = "URE_OVERRIDE_JAVA_JFW_SHARED_DATA";
529     Value = "${BRAND_BASE_DIR}/share/config/javasettings_${_OS}_${_ARCH}.xml";
532 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Jfw_User_Data
533     ModuleID = gid_Module_Root;
534     ProfileID = gid_Profile_Fundamentalbasis_Ini;
535     Section = "Bootstrap";
536     Key = "URE_OVERRIDE_JAVA_JFW_USER_DATA";
537     Value = "${${BRAND_BASE_DIR}/program/" PROFILENAME(bootstrap) ":UserInstallation}/user/config/javasettings_${_OS}_${_ARCH}.xml";
540 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Java_Classpath_Urls
541     ModuleID = gid_Module_Root;
542     ProfileID = gid_Profile_Fundamentalbasis_Ini;
543     Section = "Bootstrap";
544     Key = "URE_MORE_JAVA_CLASSPATH_URLS";
545     Value = "";
546 #ifdef SYSTEM_BSH
547     ValueList1 = BSH_JAR;
548 #endif
549 #ifdef SYSTEM_HSQLDB
550     ValueList2 = HSQLDB_JAR;
551 #endif
552 #ifdef SYSTEM_SAXON
553     ValueList3 = SAXON_JAR;
554 #endif
557 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Bin_Dir
558     ModuleID = gid_Module_Root;
559     ProfileID = gid_Profile_Fundamentalbasis_Ini;
560     Section = "Bootstrap";
561     Key = "URE_BIN_DIR";
562 #if defined WNT
563     Value = "${.link:$ORIGIN/../ure-link}/bin";
564 #else
565     Value = "$ORIGIN/../ure-link/bin";
566 #endif
569 ProfileItem gid_Profileitem_Fundamentalbasis_Ure_Lib_Dir
570     ModuleID = gid_Module_Root;
571     ProfileID = gid_Profile_Fundamentalbasis_Ini;
572     Section = "Bootstrap";
573     Key = "URE_LIB_DIR";
574 #if defined WNT
575     Value = "${.link:$ORIGIN/../ure-link}/bin";
576 #else
577     Value = "$ORIGIN/../ure-link/lib";
578 #endif
581 // Basis layer: gid_Profile_Version_Ini_Basis
583 ProfileItem gid_Basis_Profileitem_Version_Buildid
584     ProfileID = gid_Profile_Version_Ini_Basis;
585     ModuleID = gid_Module_Root;
586     Section = "Version";
587     Key = "buildid";
588     Value = "<buildid>";
591 ProfileItem gid_Basis_Profileitem_Version_Productsource
592     ProfileID = gid_Profile_Version_Ini_Basis;
593     ModuleID = gid_Module_Root;
594     Section = "Version";
595     Key = "ProductSource";
596     Value = "<sourceid>";
599 ProfileItem gid_Basis_Profileitem_Version_Productmajor
600     ProfileID = gid_Profile_Version_Ini_Basis;
601     ModuleID = gid_Module_Root;
602     Section = "Version";
603     Key = "ProductMajor";
604     Value = "<productmajor>";
607 ProfileItem gid_Basis_Profileitem_Version_Productminor
608     ProfileID = gid_Profile_Version_Ini_Basis;
609     ModuleID = gid_Module_Root;
610     Section = "Version";
611     Key = "ProductMinor";
612     Value = "<productminor>";
615 ProfileItem gid_Basis_Profileitem_Version_Productbuildid
616     ProfileID = gid_Profile_Version_Ini_Basis;
617     ModuleID = gid_Module_Root;
618     Section = "Version";
619     Key = "ProductBuildid";
620     Value = "<productbuildid>";
623 ProfileItem gid_Basis_Profileitem_Version_Ooobaseversion
624     ProfileID = gid_Profile_Version_Ini_Basis;
625     ModuleID = gid_Module_Root;
626     Section = "Version";
627     Key = "OOOBaseVersion";
628     Value = "${OOOBASEVERSION}";
631 ProfileItem gid_Basis_Profileitem_Version_Ooopackageversion
632     ProfileID = gid_Profile_Version_Ini_Basis;
633     ModuleID = gid_Module_Root;
634     Section = "Version";
635     Key = "OOOPackageVersion";
636     Value = "${OOOPACKAGEVERSION}";