How to Convert Perl Script to Self Extracting EXE
When distributing files over the Internet, it is important to use compression to make the files as small as possible. However, compression can be a problem when the person downloading the file does not have the same program that was used to compress it. Compress your Perl scripts into self-extracting EXE files using WinRAR or WinZip to enable any person to extract them successfully.
Instructions
-
WinRAR
-
1
Download and install WinRAR.
-
2
Right click on the Perl script file, and click on "Add to archive." A WinRAR window will appear and wait for your input.
-
-
3
Select "best' using the drop-down menu under "Compression method" to make the compressed file as small as possible.
-
4
Check the box labeled "Create SFX archive."
-
5
Click "OK" to create the self-extracting archive. The recipient can extract the file by double-clicking on it.
WinZip Self-Extractor
-
6
Download and install WinZip and WinZip Self-Extractor.
-
7
Right click on the Perl script file, click "WinZip," and click "Add to Zip file." In the window that appears, click "Use Evaluation Version" unless you have purchased the program.
-
8
Click "Add," then click "OK." The Zip archive will be created. Close the WinZip window and launch WinZip Self-Extractor.
-
9
Click "Next" until you reach a window with a button labeled "Browse." Click this button and navigate to the Zip file that was created in the previous step. Double click on it, then click "Next."
-
10
Click "Finish" to create the self-extracting archive. The recipient can extract the file by double-clicking on it.
-
1
Tips & Warnings
WinRAR and WinZip are not the only programs available to compress files into the self-extracting EXE format. However, they are two of the most commonly-used. Both programs are free to download, but must be registered for a fee after the initial free trial period.