78372
30-11-2017, 23:57
Simple Installer
Simple Installer 1.0 beta
Installer+Generator
Despite the name, simple installer is not so simple. You need proper instruction to configure and use this installer because This is not created using inno setup
follow the instruction below to configure and use SI
1. Create an INI file named Settings.ini and another ini named Archives.ini
2. Move your setup background image to setup folder, rename it to background.bmp/png/jpg
3. Configure settings.ini in the following way:
[Installer]
AppName=Write the application name here
DefaultDir=Write_the_default_dirname_here
AppSize=Write_your_application_size_in_mb_here
AppExe=Write_the_main_exe_name_here
ShortcutName=Write_the_name_of_shortcut_here
Example:
[Installer]
AppName=LIMBO
DefaultDir=ProgramDir\AppName\
AppSize=96MB
AppExe=ProgramDir\AppName\limbo.exe
ShortcutName=Play Limbo
4.Configure archives.ini in the following way:
[Archive1] (1~unlimited)
Source=Archive_name_and_dir
Output=Dir_to_extract_the_archive
Disk=Disk_no.
Password=Archive_password
Example:
[Archive1]
Source=SourceDir\data.bin
Output=AppDir\
Disk=1
Password=gsfgs636376
Note that only freearc archives are supported
5.
Put your freearc unpacking files in setup folder. Example: unarc.dll,arc.ini, cls-xxx.dll, xxx.exe
6.Run compile.exe to generate the setup executable and setup.bin
7. Done
Constants you can use while configuring the ini:
Source directory (where setup.exe exists) = SourceDir( used as {src} in inno)
Program files directory(C:\Program files\) = ProgramDir(used as {pf} in inno)
Application Name = AppName
Temporary files directory(%TEMP%) = TempDir( used as {tmp} in inno)
Notes:
This is a beta version of SI, so maybe there are bugs in the installer. Report them as soon as you find them.
Enjoy!
Simple Installer 1.0 beta
Installer+Generator
Despite the name, simple installer is not so simple. You need proper instruction to configure and use this installer because This is not created using inno setup
follow the instruction below to configure and use SI
1. Create an INI file named Settings.ini and another ini named Archives.ini
2. Move your setup background image to setup folder, rename it to background.bmp/png/jpg
3. Configure settings.ini in the following way:
[Installer]
AppName=Write the application name here
DefaultDir=Write_the_default_dirname_here
AppSize=Write_your_application_size_in_mb_here
AppExe=Write_the_main_exe_name_here
ShortcutName=Write_the_name_of_shortcut_here
Example:
[Installer]
AppName=LIMBO
DefaultDir=ProgramDir\AppName\
AppSize=96MB
AppExe=ProgramDir\AppName\limbo.exe
ShortcutName=Play Limbo
4.Configure archives.ini in the following way:
[Archive1] (1~unlimited)
Source=Archive_name_and_dir
Output=Dir_to_extract_the_archive
Disk=Disk_no.
Password=Archive_password
Example:
[Archive1]
Source=SourceDir\data.bin
Output=AppDir\
Disk=1
Password=gsfgs636376
Note that only freearc archives are supported
5.
Put your freearc unpacking files in setup folder. Example: unarc.dll,arc.ini, cls-xxx.dll, xxx.exe
6.Run compile.exe to generate the setup executable and setup.bin
7. Done
Constants you can use while configuring the ini:
Source directory (where setup.exe exists) = SourceDir( used as {src} in inno)
Program files directory(C:\Program files\) = ProgramDir(used as {pf} in inno)
Application Name = AppName
Temporary files directory(%TEMP%) = TempDir( used as {tmp} in inno)
Notes:
This is a beta version of SI, so maybe there are bugs in the installer. Report them as soon as you find them.
Enjoy!