Lines Matching refs:output

588 	my @output = ();
590 push(@output, "\n");
591 push(@output, "########################################################\n");
592 push(@output, "$installer::globals::prog, version 1.0\n");
593 push(@output, "Product list file: $installer::globals::ziplistname\n");
596 push(@output, "Setup script: $installer::globals::setupscriptname\n");
600 push(@output, "Taking setup script from solver\n");
602 push(@output, "Unpackpath: $installer::globals::unpackpath\n");
603 push(@output, "Compiler: $installer::globals::compiler\n");
604 push(@output, "Product: $installer::globals::product\n");
605 push(@output, "BuildID: $installer::globals::buildid\n");
606 push(@output, "Build: $installer::globals::build\n");
607 if ( $installer::globals::minor ) { push(@output, "Minor: $installer::globals::minor\n"); }
608 else { push(@output, "No minor set\n"); }
609 if ( $installer::globals::pro ) { push(@output, "Product version\n"); }
610 else { push(@output, "Non-Product version\n"); }
611 if ( $installer::globals::rootpath eq "" ) { push(@output, "Using default installpath\n"); }
612 else { push(@output, "Installpath: $installer::globals::rootpath\n"); }
613 push(@output, "Package format: $installer::globals::packageformat\n");
614 …if (!($installer::globals::idttemplatepath eq "")) { push(@output, "msi templatepath: $installer::…
615 …emplatepath eq "")) && (!($installer::globals::iswindowsbuild))) { push(@output, "msi template pat…
616 …if (!($installer::globals::idtlanguagepath eq "")) { push(@output, "msi languagepath: $installer::…
617 …anguagepath eq "")) && (!($installer::globals::iswindowsbuild))) { push(@output, "msi language pat…
618 …if ((!($installer::globals::iswindowsbuild)) && ( $installer::globals::call_epm )) { push(@output,…
619 …if ((!($installer::globals::iswindowsbuild)) && (!($installer::globals::call_epm))) { push(@output
620 …if (!($installer::globals::javalanguagepath eq "")) { push(@output, "Java language path: $installe…
621 …valanguagepath eq "")) && ($installer::globals::iswindowsbuild)) { push(@output, "Java language pa…
622 …if ( $installer::globals::patchincludepath ) { push(@output, "Patch include path: $installer::glob…
623 if ( $installer::globals::globallogging ) { push(@output, "Complete logging activated\n"); }
624 if ( $installer::globals::debug ) { push(@output, "Debug is activated\n"); }
625 if ( $installer::globals::tab ) { push(@output, "TAB version\n"); }
626 if ( $installer::globals::strip ) { push(@output, "Stripping files\n"); }
627 else { push(@output, "No file stripping\n"); }
628 if ( $installer::globals::debian ) { push(@output, "Linux: Creating Debian packages\n"); }
629 if ( $installer::globals::dounzip ) { push(@output, "Unzip ARCHIVE files\n"); }
630 else { push(@output, "Not unzipping ARCHIVE files\n"); }
633 push(@output, sprintf("Languages: %s\n", $installer::globals::languageproduct));
637 push(@output, "Languages defined in $installer::globals::ziplistname\n");
639 …if ( $installer::globals::is_copy_only_project ) { push(@output, "This is a copy only project!\n")…
640 if ( $installer::globals::languagepack ) { push(@output, "Creating language pack!\n"); }
641 if ( $installer::globals::patch ) { push(@output, "Creating patch!\n"); }
642 push(@output, "########################################################\n");
646 foreach my $line (@output)