summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-27 10:45:45 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-27 10:45:45 +0000
commit4d52e4f39074c24de461b04c86a63f26ee066b93 (patch)
tree402680fc903fbda6cb7a01a4ba7d206fdbe4bc27 /solenv/bin
parent28b0fcfb840f011fa92fb198a34a22c70bfb4a7c (diff)
INTEGRATION: CWS native188_DEV300 (1.116.4.2.6); FILE MERGED
2008/08/22 16:50:17 is 1.116.4.2.6.1: #i93032# new win registry layers for all products
Diffstat (limited to 'solenv/bin')
-rw-r--r--solenv/bin/make_installer.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 0e47b6792db3..21280549a2d1 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -8,7 +8,7 @@
#
# $RCSfile: make_installer.pl,v $
#
-# $Revision: 1.119 $
+# $Revision: 1.120 $
#
# This file is part of OpenOffice.org.
#
@@ -2022,6 +2022,10 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
installer::windows::property::update_property_table($languageidtdir, $onelanguage, $allvariableshashref, $languagestringref);
+ # replacing variables in RegLocat.idt
+
+ installer::windows::msiglobal::update_reglocat_table($languageidtdir, $allvariableshashref);
+
# adding language specific properties for multilingual installation sets
installer::windows::property::set_languages_in_property_table($languageidtdir, $languagesarrayref);