Win32::Setupsup version 1.02, released November 5, 2011 This module helps you to control other Windows programs. It's especially useful for programs that don't provide their own scripting language or OLE Automation support. The Win32::CtrlGUI module provides a more user-friendly wrapper around Win32::Setupsup. You should probably use it instead of trying to use Win32::Setupsup directly. INSTALLATION The C++ part of Win32::Setupsup uses Microsoft's Structured Exception Handling, which is not supported by MinGW's gcc. Therefore, it does not work with Strawberry Perl. You need to compile Perl (and Win32::Setupsup) with Microsoft's Visual C++. Porting help is welcome. To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES Requires Windows NT 4, Windows 2000, or Windows XP Package Minimum Version ---------------- --------------- perl 5.006 DynaLoader Exporter Win32::Registry CHANGES Here's what's new in version 1.02 of Win32::Setupsup: (See the file "Changes" for the full revision history.) - now maintained by Christopher J. Madsen - install with normal "perl Makefile.PL ; nmake ; nmake install" - now requires at least Perl 5.6 COPYRIGHT AND LICENCE Copyright 1999 by Jens Helberg Copyright 2011 by Christopher J. Madsen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.