Kaydet (Commit) c19379d8 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS writerfilter (1.52.16); FILE MERGED

2006/08/03 08:42:05 hbrinkm 1.52.16.7: RESYNC: (1.65-1.67); FILE MERGED
2006/07/21 07:57:42 hbrinkm 1.52.16.6: RESYNC: (1.62-1.65); FILE MERGED
2006/03/14 13:47:59 tra 1.52.16.5: RESYNC: (1.59-1.62); FILE MERGED
2006/02/20 14:21:17 tra 1.52.16.4: RESYNC: (1.57-1.59); FILE MERGED
2006/01/02 17:03:11 tra 1.52.16.3: RESYNC: (1.52-1.57); FILE MERGED
2005/11/14 16:37:01 is 1.52.16.2: #127314# new odt4word product
2005/11/11 16:23:06 is 1.52.16.1: #127329# setting path in odt4word
üst f7b156cc
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: make_installer.pl,v $ # $RCSfile: make_installer.pl,v $
# #
# $Revision: 1.68 $ # $Revision: 1.69 $
# #
# last change: $Author: ihi $ $Date: 2006-08-28 11:20:50 $ # last change: $Author: obo $ $Date: 2006-09-15 14:35:41 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -1719,6 +1719,10 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ ) ...@@ -1719,6 +1719,10 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
$infoline = "Added licensefile $licensefilesource into database $controltablename\n"; $infoline = "Added licensefile $licensefilesource into database $controltablename\n";
push(@installer::globals::logfileinfo, $infoline); push(@installer::globals::logfileinfo, $infoline);
# include a component into environment table if required
installer::windows::component::set_component_in_environment_table($languageidtdir, $filesinproductlanguageresolvedarrayref);
# include the ProductCode and the UpgradeCode from codes-file into the Property.idt # include the ProductCode and the UpgradeCode from codes-file into the Property.idt
installer::windows::property::set_codes_in_property_table($languageidtdir); installer::windows::property::set_codes_in_property_table($languageidtdir);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment