Lines Matching refs:installer

24 package installer::windows::upgrade;
26 use installer::exiter;
27 use installer::files;
28 use installer::globals;
29 use installer::windows::idtglobal;
46 …if (($installer::globals::product =~ /^\s*OpenOffice/i ) && ( ! ( $installer::globals::product =~ …
52 installer::windows::idtglobal::write_idt_header(\@upgradetable, "upgrade");
56 …my $newline = $installer::globals::upgradecode . "\t" . "\t" . $installer::globals::msimajorproduc…
60 …$newline = $installer::globals::upgradecode . "\t" . $installer::globals::msimajorproductversion .…
63 if ( ! $installer::globals::patch )
66 …$newline = $installer::globals::upgradecode . "\t" . $installer::globals::msiproductversion . "\t"…
69 …$newline = $installer::globals::upgradecode . "\t" . $installer::globals::msiproductversion . "\t"…
74 …$newline = $installer::globals::upgradecode . "\t" . "35.0.0" . "\t" . "36.0.0" . "\t" . "\t" . "1…
92 if (( $allvariableshashref->{'BETAUPGRADECODE'} ) && ( ! $installer::globals::languagepack ))
100 if (( $allvariableshashref->{'STUBUPGRADECODE'} ) && ( ! $installer::globals::languagepack ))
108 …if (( $allvariableshashref->{'REMOVE_UPGRADE_CODE_FILE'} ) && ( ! $installer::globals::languagepac…
111 …my $langpackcodefilename = $installer::globals::idttemplatepath . $installer::globals::separator …
112 …if ( ! -f $langpackcodefilename ) { installer::exiter::exit_program("ERROR: Could not find file \"…
114 my $filecontent = installer::files::read_file($langpackcodefilename);
123 …bleshashref->{'PRODUCTEXTENSION'} eq "Beta" ) && ( ! $installer::globals::patch ) && ( ! $installe…
126 installer::windows::idtglobal::write_idt_header(\@upgradetable, "upgrade");
127 $installer::logger::Lang->printf("Beta product -> empty Upgrade table\n");
132 my $upgradetablename = $basedir . $installer::globals::separator . "Upgrade.idt";
133 installer::files::save_file($upgradetablename ,\@upgradetable);
134 $installer::logger::Lang->printf("Created idt file: %s\n", $upgradetablename);
155 …else { installer::exiter::exit_program("ERROR: Wrong syntax in file for upgrade table", "analyze_f…