Author: af
Date: Fri Apr  4 15:37:30 2014
New Revision: 1584753

URL: http://svn.apache.org/r1584753
Log:
124599: Temporary fix to force the use of the previously used product code.

Modified:
    
openoffice/branches/AOO410/main/solenv/bin/modules/installer/windows/msiglobal.pm

Modified: 
openoffice/branches/AOO410/main/solenv/bin/modules/installer/windows/msiglobal.pm
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO410/main/solenv/bin/modules/installer/windows/msiglobal.pm?rev=1584753&r1=1584752&r2=1584753&view=diff
==============================================================================
--- 
openoffice/branches/AOO410/main/solenv/bin/modules/installer/windows/msiglobal.pm
 (original)
+++ 
openoffice/branches/AOO410/main/solenv/bin/modules/installer/windows/msiglobal.pm
 Fri Apr  4 15:37:30 2014
@@ -1631,6 +1631,7 @@ sub set_global_code_variables ($$)
         $installer::logger::Lang->printf("there is no source version => 
created new guids\n");
     }
     
+    $target_upgrade_code = "{7C35B9AB-2CE3-4C18-BE7C-5B97EA089EB3}";
     $installer::globals::productcode = $target_product_code;
     $installer::globals::upgradecode = $target_upgrade_code;
     $allvariableshashref->{'PRODUCTCODE'} = $target_product_code;


Reply via email to