Win32::Palm::Install - Simple installer for palm.


Win32-Palm-Install documentation  | view source Contained in the Win32-Palm-Install distribution.

Index


NAME

Top

Win32::Palm::Install - Simple installer for palm.

VERSION

Top

This document refers to version 0.2 of Win32::Palm::Install, released 25 september 2001.

SYNOPSIS

Top

	# 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 );

DESCRIPTION

Top

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.

BUGS

Top

It works for me ... please tell me if you observe strange behaviour.

FILES

Top

	Win32::Palm::Install::UsersDat
	Win32::Palm::Install::UsersDat::UserEntry
	Win32API::Registry
	File::Copy
	File::Basename

AUTHOR

Top

Johan Van den Brande <johan@vandenbrande.com>

COPYRIGHT

Top


Win32-Palm-Install documentation  | view source Contained in the Win32-Palm-Install distribution.