View Single Post
  #1  
Old 31-10-2021, 14:18
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Thumbs up Simple Installer Script

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:
  • None currently.
Attached Files
File Type: 7z Simple.Installer.Script.v1.4.1.7z (9.02 MB, 1588 views)

Last edited by Masquerade; 09-04-2023 at 02:28.
Reply With Quote
The Following 26 Users Say Thank You to Masquerade For This Useful Post:
Acheron (01-06-2023), ADMIRAL (15-11-2021), Altansar (26-12-2021), Cesar82 (31-10-2021), devil777 (21-01-2022), dra. (21-02-2024), ffmla (05-11-2021), FoRMaT-2007 (16-11-2021), Gehrman (01-11-2021), Grumpy (31-10-2021), Harsh ojha (15-11-2021), hdneo (26-02-2022), jojo670 (26-05-2024), KaktoR (31-10-2021), M4CKD0GE Repacks (12-11-2021), mausschieber (01-11-2021), mhum32 (28-12-2022), ogtgames (14-01-2022), oo7 (31-10-2021), Razor12911 (19-12-2021), sathex (06-02-2022), ScarAce1989 (28-10-2022), ScOOt3r (31-10-2021), Valtus (12-11-2021), wrathma (26-06-2024), yasserdivar (15-10-2023)
Sponsored Links