Tk::Wizard::Installer

Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard.
Download

Tk::Wizard::Installer Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Lee Goddard
  • Publisher web site:
  • http://search.cpan.org/~lgoddard/

Tk::Wizard::Installer Tags


Tk::Wizard::Installer Description

Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. use Tk::Wizard::Installer 1.932; my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", ); $wizard->addDownloadPage( -wait => undef, #-on_error => sub { ... }, -no_retry => 1, -files => { 'http://www.cpan.org/' => './cpan_index1.html', 'http://www.cpan.org/' => './cpan_index2.html', 'http://www.leegoddard.net' => './author.html', }, ); $wizard->addPage( sub { return $wizard->blank_frame( -title=>"Finished", -subtitle => "Please press Finish to leave the Wizard.", -text => "" ); }); $wizard->Show; MainLoop;This module makes the first moves towards a Tk::Wizard extension to automate software installation, primarily for end-users, in the manner of Install Sheild.If you are looking for a freeware software installer that is not dependant upon Perl, try Inno Setup - http://www.jrsoftware.org/. It's so good, even Microsoft have been caught using it. Requirements: · Perl · Tk::Wizard; · Tk::ProgressBar; · Tk::LabFrame


Tk::Wizard::Installer Related Software