Simple Installer Script
This script is designed with newbies in mind, although anyone can use it. It is as simple as can be.
Features:
- VCL Style Support.
- Can make a desktop icon.
- Include custom setup icon and banner image.
- Extract archives with a custom extension.
- Play music while setup is running.
How to use this script:
- Install Inno Setup. You must use Inno Setup v6.0 or greater to compile this script.
- You can edit the configuration settings at the top of the Script.iss:
Code:
#define Name "Test" ;; Insert Name of Program Here
#define AppVersion "1.0.0" ;; Program Version
#define Size "1000mb" ;; This is just a string, type size in MB or GB, it's up to you!
#define Binary "Test.exe" ;; Type full path to EXE file!
#define myextension ".bin" ;; You can edit this to be whatever you want
//#define enablevclstyles
//Remove // to enable VCL styles support
//#define enablemusic
//Remove // to enable music support
- You can change the banner image, setup icon and music in the "Script" folder:

- The LOGOIMAGE.BMP should be a bitmap image that is 325x100 pixels.
- To use a VCL Style, copy any of the VSF files from the "_Styles" folder and rename to STYLE.VSF. You can use the included Viewer (drag VSF onto the EXE) to test a style. These styles & viewer were included from ASIS Script thanks to KaktoR.
- Icons should be named ICON.ICO.
- Music should be named MUSIC.MP3.
- All of your decompressors should go into the "Include" folder. FreeArc stuff is already included.
- Compile the script by pressing CTRL + F9 in Inno Setup window.
Credits:
Screenshots:
Bugs: