Download here
Updates since last:
- Added multiple commands per item
- Added a bunch of colorthemes
- Made an ini editor (not done)
- Added pre and postinstall scripts
Features:
- Colorthemes, which are easily customized (Two are included)
- Unattended install with timer or without
- Easy to use INI files to write commands and params in
- Very memoryefficient
- Very easy to manage application installs (You just have to dump the inifiles in the inifolder and voila!)
- Includes an ini editor
Screenshot:
Click to view attachment
There are three types of INI files in this system:
1) The main.ini
2) An application ini
3) A colortheme ini
The main.ini is where following information is stored:
[Main] (section name)
Title (Windows title)
SkinDir (Directory of which the colortheme ini's (skins) are in.)
DefaultSkin (Default skin, (specify only filename, not full path))
DefaultInstallDelay (The amount of seconds the program will wait before it install the default package)
ExitOnComplete (True/False - if true the application will exit after the installation process, if false it will not)
An application ini has the following form:
[Main] (section name)
Name (The name of the application to be installed i.e the name which is viewable by the user)
Default (True/False - sets the default flag)
[Commands]
Command# (The command to execute)
Param# (The parameters) //replace # with a number starting with 1
The colorthemes you can figure out for yourself, they are fairly simple.
