@echo off set PERLDIR=C:\Perl set PPM=%PERLDIR%\bin\ppm3.bat echo * Installing prerequisites for Crypt::OpenPGP... echo * Adding theoryx5 to your list of PPM repositories call %PPM% rep add theoryx5 http://theoryx5.uwinnipeg.ca/ppms call %PPM% rep up 3 call %PPM% rep up 2 echo [Core Features] echo - Data::Buffer (from theoryx5) call %PPM% install Data-Buffer pause echo - MIME::Base64 (from theoryx5) echo Assuming that this is already here. Execute: echo %PPM% install MIME::Base64 echo if this is not the case. pause echo - Math::Pari (from theoryx5) call %PPM% install Math-Pari pause echo - Compress::Zlib (from theoryx5) call %PPM% install Compress-Zlib pause echo - LWP::UserAgent (from ActiveState) echo Assuming that this is already here. Execute: echo %PPM% install LWP echo if this is not the case. pause echo - URI::Escape (from ActiveState) echo Assuming that this is already here. Execute: echo %PPM% install URI-Escape echo if this is not the case. pause echo - Crypt::DSA (from theoryx5) call %PPM% install Crypt-DSA pause echo - Crypt::RSA (from theoryx5) call %PPM% install Crypt-RSA pause echo [PGP2 Compatibility (Minimum)] echo - Crypt::IDEA (from theoryx5) call %PPM% install Crypt-IDEA pause echo - Digest::MD5 (from ActiveState) echo Assuming that this is already here. Execute: echo %PPM% install Digest-MD5 echo if this is not the case. pause echo [PGP5 Compatibility (Minimum)] echo - Crypt::DES_EDE3 (from theoryx5) call %PPM% install Crypt-DES_EDE3 pause echo - Digest::SHA1 (from ActiveState) echo Assuming that this is already here. Execute: echo %PPM% install Digest-SHA1 echo if this is not the case. pause echo [GnuPG Compatibility (Minimum)] echo - Crypt::Rijndael (from theoryx5) call %PPM% install Crypt-Rijndael pause echo - Crypt::CAST5_PP (from local zip) echo Please unzip Crypt-CAST5_PP-1.02.zip into %PERLDIR% pause echo - Crypt::RIPEMD160 (from local zip) echo Please unzip Crypt-RIPEMD160-0.04.zip into %PERLDIR% pause echo [Support for all ciphers] echo - Crypt::IDEA (from theoryx5) echo Installed echo - Crypt::DES_EDE3 (from theoryx5) echo Installed echo - Crypt::CAST5_PP (from local zip) echo Installed echo - Crypt::Blowfish (from theoryx5) call %PPM% install Crypt-Blowfish pause echo - Crypt::Twofish (from local zip) echo Please unzip Crypt-Twofish-2.12.zip into %PERLDIR% pause echo - Crypt::Rijndael (from theoryx5) echo Installed echo [Support for all digests] echo - Digest::MD5 (from ActiveState) echo Installed echo - Digest::SHA1 (from ActiveState) echo Installed echo - Crypt::RIPEMD160 (from local zip) echo Installed echo [FINALLY] echo - Crypt::OpenPGP (from local zip) echo Please unzip Crypt-OpenPGP-1.03.zip into %PERLDIR% pause echo [Installation Completed]