1 --- solenv/bin/modules/installer/scriptitems.pm.old 2009-04-06 16:41:45.000000000 +0000
2 +++ solenv/bin/modules/installer/scriptitems.pm 2009-04-06 16:41:55.000000000 +0000
3 @@ -764,6 +764,8 @@ sub replace_setup_variables
4 $value =~ s/\<sourceid\>/$installer::globals::build/;
5 $value =~ s/\<updateid\>/$updateid/;
6 $value =~ s/\<pkgformat\>/$installer::globals::packageformat/;
7 + $value =~ s/\<vendor\>/$ENV{'OOO_VENDOR'}/;
8 + $value =~ s/\<buildversion\>/$ENV{'BUILD_VER_STRING'}/;
10 $oneitem->{'Value'} = $value;
12 --- scp2/source/ooo/common_brand.scp.old 2009-04-06 16:41:55.000000000 +0000
13 +++ scp2/source/ooo/common_brand.scp 2009-04-06 16:41:55.000000000 +0000
14 @@ -1061,6 +1061,24 @@ ProfileItem gid_Brand_Profileitem_Versio
15 Value = "<PRODUCT> (${buildid}; ${_OS}; ${_ARCH}; BundledLanguages=${AllLanguages})";
18 +ProfileItem gid_Brand_Profileitem_Version_Vendor
19 + ProfileID = gid_Brand_Profile_Version_Ini;
20 + ModuleID = gid_Module_Root_Brand;
21 + Section = "Version";
27 +ProfileItem gid_Brand_Profileitem_Version_BuildVersion
28 + ProfileID = gid_Brand_Profile_Version_Ini;
29 + ModuleID = gid_Module_Root_Brand;
30 + Section = "Version";
32 + Key = "BuildVersion";
33 + Value = "<buildversion>";
36 ProfileItem gid_Brand_Profileitem_Version_Ooobaseversion
37 ProfileID = gid_Brand_Profile_Version_Ini;
38 ModuleID = gid_Module_Root_Brand;