Posted 25 January 2018 - 04:22 AM
Packager 2.1
This is a tool for converting a directory into an installer.
Usage
Packager <Directory to convert> <Default Install directory> <Installer name>
To UnPackage your Package you simply run the file (the name was chosen in the third argument).
If you run the installer with no arguments it installs to the default directory, if you add an argument it installs to the location of the third argument. (as suggested by PiorJade)
I use this for BrineUtil and it saved me from a cluttered pastebin plus it saved me tons of time.
to install packager run
pastebin get Hg98Czb3 Packager
Known Issues
Fixed Bugs
This is a tool for converting a directory into an installer.
Usage
Packager <Directory to convert> <Default Install directory> <Installer name>
To UnPackage your Package you simply run the file (the name was chosen in the third argument).
If you run the installer with no arguments it installs to the default directory, if you add an argument it installs to the location of the third argument. (as suggested by PiorJade)
I use this for BrineUtil and it saved me from a cluttered pastebin plus it saved me tons of time.
to install packager run
pastebin get Hg98Czb3 Packager
Known Issues
Fixed Bugs
- Installer is automatically named "Args[3]"
- Install Directory was named "Args[2]"
Edited on 26 January 2018 - 03:52 AM