Hello all.

This program packs files and adds a neat-looking interface to unpack them.


How to Use:
  1. Place all of your files into a directory or a sub-directory of that directory (in other words, if your files are in "development/", then you can have files in "development/file", "development/branch1/file", "development/branch1/files/file", or so on.)
  2. Make a file called "files.conf" in the base directory. (In this case, "development/")
  3. Put the relative paths to every file and directory you want to include in this path, one path per line. An example:
    
    		aFile
    		aDirectory_1
    		aDirectory_1/file1
    		aDirectory_1/file2
    		aDirectory_1/file3
    		aDirectory_1/file4
    		aDirectory_2/
    		aDirectory_2/subdirectory_1/
    		aDirectory_2/subdirectory_1/file
    		aDirectory_2/subdirectory_1/file2
    		aDirectory_2/subdirectory_1/file3  
  4. Make another file called "credits.conf", again, in the base directory.
  5. This file will have the names of those you want to credit. An example:
    
    	Developer 1
    	Developer 2
    	Developer 3
    	Team 1
    	Beta Tester 1
    	Beta Tester 2
    	Cat 4123
    	
  6. Make another file in the base directory called "name.conf".
  7. This file will (surprise!) have the name of the program(s) that will be installed. Example:
    
    	Team 1's SUPER HAX PROGRAM!!1!!111!1!
    	
  8. Run:
    
    	installerMaker <name of installer>
    	
    , or in this case:
    
    	installerMaker superHaxProgramInstaller
    	
  9. You're done. If you want to install the program(s), simply run the installer as you would any other program.
Downloads:
Pastebin Link: Installer Maker

To download from in-game:

pastebin get MtpyQ3rG installerMaker