Lines Matching refs:installer

24 package installer::followme;
27 use installer::exiter;
28 use installer::files;
29 use installer::globals;
30 use installer::logger;
31 use installer::systemactions;
42 my $downloadinfofilename = $installer::globals::logfilename;
43 …if ( $installer::globals::updatepack ) { $downloadinfofilename =~ s/log_/log_$current_install_numb…
47 …my $downloadinfodir = installer::systemactions::create_directory_next_to_directory($finalinstalldi…
60 push(@filecontent, "globals:updatepack: $installer::globals::updatepack\n");
61 push(@filecontent, "globals:added_english: $installer::globals::added_english\n");
62 push(@filecontent, "globals:iswindowsbuild: $installer::globals::iswindowsbuild\n");
63 push(@filecontent, "globals:issolarisbuild: $installer::globals::issolarisbuild\n");
64 push(@filecontent, "globals:issolarispkgbuild: $installer::globals::issolarispkgbuild\n");
65 push(@filecontent, "globals:issolarissparcbuild: $installer::globals::issolarissparcbuild\n");
66 push(@filecontent, "globals:issolarisx86build: $installer::globals::issolarisx86build\n");
67 push(@filecontent, "globals:isfreebsdpkgbuild: $installer::globals::isfreebsdpkgbuild\n");
68 push(@filecontent, "globals:islinuxbuild: $installer::globals::islinuxbuild\n");
69 push(@filecontent, "globals:islinuxrpmbuild: $installer::globals::islinuxrpmbuild\n");
70 push(@filecontent, "globals:islinuxintelrpmbuild: $installer::globals::islinuxintelrpmbuild\n");
71 push(@filecontent, "globals:islinuxppcrpmbuild: $installer::globals::islinuxppcrpmbuild\n");
72 push(@filecontent, "globals:islinuxx86_64rpmbuild: $installer::globals::islinuxx86_64rpmbuild\n");
73 push(@filecontent, "globals:islinuxdebbuild: $installer::globals::islinuxdebbuild\n");
74 push(@filecontent, "globals:islinuxinteldebbuild: $installer::globals::islinuxinteldebbuild\n");
75 push(@filecontent, "globals:islinuxppcdebbuild: $installer::globals::islinuxppcdebbuild\n");
76 push(@filecontent, "globals:islinuxx86_64debbuild: $installer::globals::islinuxx86_64debbuild\n");
77 push(@filecontent, "globals:issolaris: $installer::globals::issolaris\n");
78 push(@filecontent, "globals:islinux: $installer::globals::islinux\n");
79 push(@filecontent, "globals:unpackpath: $installer::globals::unpackpath\n");
80 push(@filecontent, "globals:idttemplatepath: $installer::globals::idttemplatepath\n");
81 push(@filecontent, "globals:idtlanguagepath: $installer::globals::idtlanguagepath\n");
82 push(@filecontent, "globals:logfilename: $installer::globals::logfilename\n");
83 push(@filecontent, "globals:product: $installer::globals::product\n");
84 push(@filecontent, "globals:patch: $installer::globals::patch\n");
85 push(@filecontent, "globals:languagepack: $installer::globals::languagepack\n");
86 push(@filecontent, "globals:installertypedir: $installer::globals::installertypedir\n");
87 push(@filecontent, "globals:max_lang_length: $installer::globals::max_lang_length\n");
88 push(@filecontent, "globals:compiler: $installer::globals::compiler\n");
89 push(@filecontent, "globals:product: $installer::globals::product\n");
90 push(@filecontent, "globals:minor: $installer::globals::minor\n");
91 push(@filecontent, "globals:lastminor: $installer::globals::lastminor\n");
92 push(@filecontent, "globals:nsisfilename: $installer::globals::nsisfilename\n");
95installer::files::save_file($downloadinfodir . $installer::globals::separator . $downloadinfofilen…
96 …$installer::logger::Info->printf("... creating \"follow me\" info file %s.\n", $downloadinfofilena…
108 …if ( ! -f $filename ) { installer::exiter::exit_program("ERROR: Could not find file: $filename", "…
110 $installer::logger::Info->print("\n");
111 $installer::logger::Info->printf("... reading \"follow me\" info file %s\n", $filename);
127 my $filecontent = installer::files::read_file($filename);
133 …if ( ! ( ${$filecontent}[0] =~ /s*finalinstalldir:\s*(.*?)\s*$/ )) { installer::exiter::exit_progr…
160 if ( $name eq "updatepack" ) { $installer::globals::updatepack = $value; }
161 if ( $name eq "added_english" ) { $installer::globals::added_english = $value; }
162 if ( $name eq "iswindowsbuild" ) { $installer::globals::iswindowsbuild = $value; }
163 if ( $name eq "issolarisbuild" ) { $installer::globals::issolarisbuild = $value; }
164 if ( $name eq "issolarispkgbuild" ) { $installer::globals::issolarispkgbuild = $value; }
165 if ( $name eq "issolarissparcbuild" ) { $installer::globals::issolarissparcbuild = $value; }
166 if ( $name eq "issolarisx86build" ) { $installer::globals::issolarisx86build = $value; }
167 if ( $name eq "isfreebsdpkgbuild" ) { $installer::globals::isfreebsdpkgbuild = $value; }
168 if ( $name eq "islinuxbuild" ) { $installer::globals::islinuxbuild = $value; }
169 if ( $name eq "islinuxrpmbuild" ) { $installer::globals::islinuxrpmbuild = $value; }
170 if ( $name eq "islinuxintelrpmbuild" ) { $installer::globals::islinuxintelrpmbuild = $value; }
171 if ( $name eq "islinuxppcrpmbuild" ) { $installer::globals::islinuxppcrpmbuild = $value; }
172 if ( $name eq "islinuxx86_64rpmbuild" ) { $installer::globals::islinuxx86_64rpmbuild = $value; }
173 if ( $name eq "islinuxdebbuild" ) { $installer::globals::islinuxdebbuild = $value; }
174 if ( $name eq "islinuxinteldebbuild" ) { $installer::globals::islinuxinteldebbuild = $value; }
175 if ( $name eq "islinuxppcdebbuild" ) { $installer::globals::islinuxppcdebbuild = $value; }
176 if ( $name eq "islinuxx86_64debbuild" ) { $installer::globals::islinuxx86_64debbuild = $value; }
177 if ( $name eq "issolaris" ) { $installer::globals::issolaris = $value; }
178 if ( $name eq "islinux" ) { $installer::globals::islinux = $value; }
179 if ( $name eq "unpackpath" ) { $installer::globals::unpackpath = $value; }
180 if( $^O =~ /cygwin/i ) { $installer::globals::unpackpath =~ s/\\/\//; }
181 if ( $name eq "idttemplatepath" ) { $installer::globals::idttemplatepath = $value; }
182 if( $^O =~ /cygwin/i ) { $installer::globals::idttemplatepath =~ s/\\/\//; }
183 if ( $name eq "idtlanguagepath" ) { $installer::globals::idtlanguagepath = $value; }
184 if( $^O =~ /cygwin/i ) { $installer::globals::idtlanguagepath =~ s/\\/\//; }
185 if ( $name eq "logfilename" ) { $installer::globals::logfilename = $value; }
186 if ( $name eq "product" ) { $installer::globals::product = $value; }
187 if ( $name eq "patch" ) { $installer::globals::patch = $value; }
188 if ( $name eq "languagepack" ) { $installer::globals::languagepack = $value; }
189 if ( $name eq "installertypedir" ) { $installer::globals::installertypedir = $value; }
190 if ( $name eq "max_lang_length" ) { $installer::globals::max_lang_length = $value; }
191 if ( $name eq "compiler" ) { $installer::globals::compiler = $value; }
192 if ( $name eq "product" ) { $installer::globals::product = $value; }
193 if ( $name eq "minor" ) { $installer::globals::minor = $value; }
194 if ( $name eq "lastminor" ) { $installer::globals::lastminor = $value; }
195 if ( $name eq "nsisfilename" ) { $installer::globals::nsisfilename = $value; }