Tk::Wizard is just a GUI framework for creating page-by-page wizards.
You can make each page of the wizard contain whatever you want (e.g.
Entry widget for local CVS password, Entry widget for remote server
address, etc.), and you write the code to perform the actions (e.g.
checkout from CVS, send files to remote server, etc.)
We module authors would love to provide specific usage examples in the
distro. Unfortunately we do not know how to use CVS or SSL from Perl
code, therefore it will do you no good for us to supply a "remote
installer" example. Look at t/*.t for examples of the various built-in
page types and how to use them. If anything there is wrong or
confusing, we will be glad to fix it.
--
- - Martin 'Kingpin' Thurn