Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30-11-2017, 23:57
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Simple Installer (SI)

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!
Attached Images
File Type: jpg limbo.JPG (48.4 KB, 473 views)
Attached Files
File Type: rar SI_R1.rar (6.54 MB, 548 views)
__________________
NOT AVAILABLE

Last edited by pakrat2k2; 01-12-2017 at 00:06.
Reply With Quote
The Following 18 Users Say Thank You to 78372 For This Useful Post:
ADMIRAL (26-05-2020), Andu21 (01-12-2017), arkantos7 (02-12-2017), BLACKFIRE69 (03-06-2019), Doctor Vegas (08-12-2017), EzzEldin16 (23-04-2018), Gehrman (07-05-2022), Jiva newstone (01-12-2017), mausschieber (01-12-2017), NickX700K (21-01-2019), oltjon (01-12-2017), RamiroCruzo (17-03-2018), Razor12911 (01-12-2017), romulus_ut3 (01-02-2018), Siber Pro (04-12-2017), Simorq (01-12-2017), Stor31 (03-12-2017), yasserdivar (06-10-2021)
Sponsored Links
  #2  
Old 30-11-2017, 23:58
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
@Mods
Can you add these splitted archives as a single archive please?
__________________
NOT AVAILABLE
Reply With Quote
  #3  
Old 01-12-2017, 00:07
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
removed split archive, added as full archive to first post
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
78372 (01-12-2017)
  #4  
Old 01-12-2017, 11:26
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,185
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Looks awesome
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
78372 (01-12-2017)
  #5  
Old 11-12-2017, 05:12
Morgrel Morgrel is offline
Registered User
 
Join Date: Apr 2011
Location: Rome
Posts: 60
Thanks: 25
Thanked 11 Times in 9 Posts
Morgrel is on a distinguished road
Supports UltraARC?
Reply With Quote
  #6  
Old 11-12-2017, 06:00
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Umm, no, nor diskspan, but supports other compressors
__________________
NOT AVAILABLE
Reply With Quote
  #7  
Old 11-12-2017, 06:56
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,689
Thanks: 1,106
Thanked 7,337 Times in 2,839 Posts
KaktoR is on a distinguished road
does it support spliited archives?
__________________
Haters gonna hate
Reply With Quote
  #8  
Old 11-12-2017, 07:07
78372 78372 is offline
Registered User
 
Join Date: Dec 2016
Location: Bangladesh
Posts: 650
Thanks: 772
Thanked 953 Times in 309 Posts
78372 is on a distinguished road
Well splitted archives with cls-diskspan can be used but it won't ask for disk then. UltraArc is supported, but not split and you have to manually modify archives.ini, records.ini isn't supported. Any compressor can be used which supports fa, but not splits. Adding a compressor or those stuff (precompressors,preprocessors etc.) is very easy, that's why you can use anything with it (No split)
__________________
NOT AVAILABLE
Reply With Quote
The Following User Says Thank You to 78372 For This Useful Post:
oltjon (11-12-2017)
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASIS: Advanced Simple Installer Script KaktoR Conversion Tutorials 1477 20-05-2026 10:52
Conversion Designer/Installer Creator Razor12911 Conversion Tutorials 1613 03-10-2024 01:24
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Simple Arc Installer 78372 Conversion Tutorials 1 15-06-2017 15:37



All times are GMT -7. The time now is 08:33.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com