Author: jsc
Date: Fri Jul 20 14:54:10 2012
New Revision: 1363814

URL: http://svn.apache.org/viewvc?rev=1363814&view=rev
Log:
tweak publisher name to Apache Software Foundation by using OOVENDOR from 
openoffice.lst

Modified:
    incubator/ooo/trunk/main/solenv/bin/modules/installer/windows/property.pm

Modified: 
incubator/ooo/trunk/main/solenv/bin/modules/installer/windows/property.pm
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/bin/modules/installer/windows/property.pm?rev=1363814&r1=1363813&r2=1363814&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/bin/modules/installer/windows/property.pm 
(original)
+++ incubator/ooo/trunk/main/solenv/bin/modules/installer/windows/property.pm 
Fri Jul 20 14:54:10 2012
@@ -479,7 +479,11 @@ sub update_property_table
        my $arpcomments = get_arpcomments_for_property_table($allvariables, 
$languagestringref);
        my $installlevel = get_installlevel_for_property_table();
        my $ischeckforproductupdates = 
get_ischeckforproductupdates_for_property_table();
-       my $manufacturer = get_manufacturer_for_property_table();
+#      my $manufacturer = get_manufacturer_for_property_table();
+# tweak publisher name in the registry to OOOVENDOR=Apache Software 
Foundation. The global change of the 
+# manufacturer from "OpenOffice.org" to "Apache Software Foundation" requires 
more analysis and testing 
+# because more registry entries/keys are potentially affected. For example 
test product updates etc.
+       my $manufacturer = $allvariables->{'OOOVENDOR'};
        my $productlanguage = get_productlanguage_for_property_table($language);
        my $productname = get_productname_for_property_table($allvariables);
        my $productversion = get_productversion_for_property_table();


Reply via email to