| Win32-Palm-Install documentation | view source | Contained in the Win32-Palm-Install distribution. |
Win32::Palm::Install - Simple installer for palm.
This document refers to version 0.2 of Win32::Palm::Install, released 25 september 2001.
# Install a file use Win32::Palm::Install; my $file = $ARGV[0]; my $user = $ARGV[1]; my $installer = Win32::Palm::Install->new(); $installer->install( $file, $user );
This package allows to prepare a palm file for installation. Just copying the file into the users 'Install' directory does not work. You have to set a registry flag. If you are curious about which one, look in the source code.
When you have installed a file, next time the user performs a hotsync, the file will be transferred to the palm pilot.
It works for me ... please tell me if you observe strange behaviour.
Win32::Palm::Install::UsersDat Win32::Palm::Install::UsersDat::UserEntry Win32API::Registry File::Copy File::Basename
Johan Van den Brande <johan@vandenbrande.com>
Copyright (c) 2001, Johan Van den Brande. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.
| Win32-Palm-Install documentation | view source | Contained in the Win32-Palm-Install distribution. |