summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-04-10 20:45:46 +0200
committerAndras Timar <atimar@suse.com>2012-04-10 20:55:08 +0200
commitda2ec9aac3699c951c544a51acd6ab3aede706eb (patch)
tree1b9bacf77c03f885b8b47f9f69ef6d8510393481 /solenv
parent3082f7f06b261b951315f096afae34c6b571cc06 (diff)
fdo#48411 Find install location during help pack install
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/make_installer.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl
index 21f207730959..5cc830692d48 100644
--- a/solenv/bin/make_installer.pl
+++ b/solenv/bin/make_installer.pl
@@ -1750,10 +1750,6 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
# adding the files from the binary directory into the binary table
installer::windows::binary::update_binary_table($languageidtdir, $filesinproductlanguageresolvedarrayref, $binarytablefiles);
- # setting patch codes to detect installed products
-
- if (( $installer::globals::patch ) || ( $installer::globals::languagepack ) || ( $installer::globals::helppack ) || ( $allvariableshashref->{'PDFCONVERTER'} )) { installer::windows::patch::update_patch_tables($languageidtdir, $allvariableshashref); }
-
# Adding Windows Installer CustomActions
installer::windows::idtglobal::addcustomactions($languageidtdir, $windowscustomactionsarrayref, $filesinproductlanguageresolvedarrayref);