#1
|
||||
|
||||
![]()
Simple Installer Script
This script is designed with newbies in mind, although anyone can use it! It is as simple as can be. Features:
How to use this script:
Credits:
Screenshots: ![]() Bugs:
Last edited by Masquerade; 26-12-2021 at 12:12. |
The Following 19 Users Say Thank You to Masquerade For This Useful Post: | ||
ADMIRAL (15-11-2021), Altansar (26-12-2021), Cesar82 (31-10-2021), devil777 (21-01-2022), 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), KaktoR (31-10-2021), M4CKD0GE Repacks (12-11-2021), mausschieber (01-11-2021), ogtgames (14-01-2022), oo7 (31-10-2021), Razor12911 (19-12-2021), sathex (06-02-2022), ScOOt3r (31-10-2021), Valtus (12-11-2021) |
Sponsored Links |
#2
|
||||
|
||||
Very good!
Glad that people even with little knowledge of Inno Setup or other programming software share their ideas here on the forum. It was from simple installers and projects or a little more elaborated here on the forum that I acquired the little knowledge I currently have. |
The Following 3 Users Say Thank You to Cesar82 For This Useful Post: | ||
#3
|
||||
|
||||
The image problem is only usata Stretch = True.
Must not use ScaleX or ScaleY on values already scaled as in line 145. |
#4
|
||||
|
||||
@ Masquerade
Very good, well written and well laid out, good job. ![]()
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
![]() |
The Following User Says Thank You to Grumpy For This Useful Post: | ||
Masquerade (31-10-2021) |
#5
|
|||
|
|||
![]()
Please FIX ERROR
Bitmap.AlphaFormat := afDefined; Please ADD MUSIC |
#6
|
||||
|
||||
@Behnam2018, Inno Setup 5.57 or newer is required to compile this script
|
#7
|
|||
|
|||
I'm getting this error when running the installer.
Code:
Unarc.dll returned an error code: -2, unsupported compression method xtool+srep+lolz:dt1:dtp1:dto1:dtm1:dtw1:dtd1:mtt0:mt6:d100m:tt4 Code:
arc x -dp"..\Unpacked" ..\Packed\Data0.bin ARC.INI Code:
[External compressor:xtool] header = 0 packcmd = xtool precomp -mzlib -c128mb -t100p --dbase --dedup - $$arcpackedfile$$.tmp <stdin> unpackcmd = xtool decode -t75p - - <stdin> <stdout> [External compressor:srep] header = 0 packcmd = srep {options} -m5f -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep {options} -d - - <stdin> <stdout> [External compressor:lolz] header = 0 packcmd = lolz {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = lolz $$arcpackedfile$$.tmp $$arcdatafile$$.tmp Code:
[lolz] Bufsize=512k transfer_ReadBufSize=512k transfer_WriteBufSize=512k MaxThreadsUsage=75% MaxMemoryUsage=75% ldmfTempPath=.\temp ldmfDeleteTmp=1 [Srep] Memory = 256 TempPath = [Precomp] Memory = 40 TempPath = Code:
ARC.INI cls-lolz.dll cls-lolz.exe CLS-srep.dll CLS.INI FACOMPRESS.DLL FACOMPRESS_MT.DLL lolz.exe srep.exe UNARC.DLL xtool.exe zlibwapi.dll |
#8
|
||||
|
||||
Quote:
I tested it using XTool 2020 (creating file with DSG) and it worked. Code:
xtool:mzlib+srep_new+lolz:dt1:dtp1:dto1:dtm1:dtw1:dtd1:mtt0:mt6:d100m:tt4 |
The Following 2 Users Say Thank You to Cesar82 For This Useful Post: | ||
FoRMaT-2007 (17-11-2021), hausdev (08-11-2021) |
#9
|
|||
|
|||
That seems to have fixed it. Much appreciated!
|
#11
|
||||
|
||||
Masquerade, you are a GOD! You were kind enough to let me use your installer script early before it's release onto here in my repacks and let me just say, it is amazing! It's so easy to use, easy to add your own compression methods and the styles you can choose from are the cherry on top! Simplistic, but stunning!
This will be my installer script for a very, very long time. Thank you so much Masq, you're an angel! <3 |
The Following 3 Users Say Thank You to M4CKD0GE Repacks For This Useful Post: | ||
#12
|
||||
|
||||
Update for 12/12/21
Last edited by Masquerade; 12-12-2021 at 14:34. |
#13
|
||||
|
||||
Hi everyone, if someone who knows a little bit more about FreeArc than I do, please may you take a look at the script I have written to see why no matter how one configures XTool, there's always Unarc -2 error when attempting to install?
Now, what's crazy is: - All the files for XTool are present in the installer and are extracted correctly for decompression. - The error is unusual because if there was a crash from XTool, the error would be -11 and not -2. Errors/missing STDIO compressors always return -11 code and compressors used with $$arc$$ configurations will return -2 error code if they are missing for decompression. - No matter if you use old xtool v12 or XTool 2020 edition, they both have issues - If you put arc.exe in the temp folder made by the setup and do something such as "arc.exe x -dptest myarchive.arc", it will extract just fine I have tried to sort this out for the past few hours to no avail. Sorry for asking for help with my own script! It can;t be with trying to use something in STDIO mode, since I can unpack srep archives both in STDIO or $$arc$$ just fine. Thanks ![]() |
#14
|
|||
|
|||
Hi Masquerade,
Well i have figured out my errors, and i was getting the xtool error you were having problems with, i also got it with Razor, uelr but the 2nd script worked for me and i didnt have any errors with it.. although it was missing the Music\MP3 option which i got working.. get in touch with me and i will send you my script to test. not sure why the original script and the fix didnt work.. ScOOt3r |
The Following User Says Thank You to ScOOt3r For This Useful Post: | ||
FIFA_LOVER (20-02-2022) |
#15
|
||||
|
||||
@Cesar82
What did you change? |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 144 | Today 15:18 |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 09:27 |
INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |