#1
|
||||
|
||||
![]()
Inno Setup Script Installer (UltraArc is Internal)
Update Info: Password File UltraArc settled Add: Constant for CompressFile (so you have a choice) Add: Constant for Disk (hides infodisk if using internal) better default Add: DiskSpaceLabel is ComponentsDiskSpaceLabel Removed File Compression Not Used > Precomp=38,40,41,tak,bmf,MSC.exe ecc.. Screenshot: Project abandoned, there will be no help from the creator Rinaldo Last edited by rinaldo; 27-03-2018 at 15:06. Reason: spelling |
The Following 17 Users Say Thank You to rinaldo For This Useful Post: | ||
Andrey167 (03-12-2015), arkantos7 (03-12-2015), Bilawal (03-12-2015), ffmla (12-02-2018), gozarck (04-12-2015), houcine80 (03-12-2015), JRD! (14-01-2016), kenzo34 (02-12-2015), luthfi al faridzi (04-04-2017), oltjon (11-02-2018), panker1992 (04-01-2016), RamiroCruzo (03-12-2015), ravencrow (15-02-2018), Razor12911 (23-02-2018), Simorq (03-12-2015), Stor31 (03-12-2015), yasserdivar (04-10-2021) |
Sponsored Links |
#2
|
||||
|
||||
Ha Ha.. funny how title, that fancy nice broo..
![]() Peccato che non ho tempo per cimentarmi nei progetti e nel design con innosetup, al contrario avrei gią postato i sexy installer. ![]() |
#5
|
||||
|
||||
Although I prefer your @UltraArcSimplyInstaller@, I want to ask some things;
Why do you add an uninstall shortcut on the desktop? Your program created a nice uninstall link in the windows programs and features. Why you do not add a separate name for the game shortcut on the desktop? I am sure people will not want the name of the exe file. Why do you put the nice cicon.icon to the uninstall shortcut, instead of the game exe. Many times I change my game icon, so if the uninstaller could do it, it would be awesome. Of course this last one is a personal preference. I thankfully managed to edit your @UltraArcSimplyInstaller@ and now I install my games with nice icons on the desktop and the link having its own name. Either way, thank you so much for all the effort to write these. Sadly I have 0 knowledge of the Inno Setup scripting, or any scripting at all. ![]() Thanks again for all your work and Happy New Year! ![]() |
#6
|
|||
|
|||
![]() ![]() ![]() panker1992 Masked Data Compression Advanced-Data-Comp.bat cho off color 0c Title Compressor - by Panker1992 echo. ************************************************** ************************ echo. * External Options for Compressor By Panker1992 * echo. * lzma2=4x4:lzma:a1:mfbt4:d256m:fb273:mc1000:lc8 (alt) * echo. * Mask1: $jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+rep:100mb+zpaq* echo. * Mask2: $precomp=precomp+msc+srep64+rep:800mb+delta+lz77 or nz,xz * echo. * Mask3: * echo. * reflate: +reflate beta phase * echo. ************************************************** ************************ pause @echo Recompressing Data... arc a -lc1024 -ld1024 -ep1 -ed -r -w.\ Data\data1.bin -mmsc+srep64+rep:800mb+exe+delta+xz/$precomp=precomp+msc+srep64+rep:800mb+delta+nz/$jpgsolid=jpg+zstd/$void=srep64+zstd/$text=srep64+rep:100mb+zpaq "C:\Program Files (x86)\Adobe\*" echo ************************************************** ***************************** echo. echo Compressing is Completed echo. echo ************************************************** ***************************** arc.ini [External compressor:srep64] ;options = l%d (minimal match length, default=512) header = 0 packcmd = srep64 {options} -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = srep64 -d -s -- <stdin> <stdout> [External compressor:xz] header = 0 packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d600m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout> unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout> [External compressor:precomp] header = 0 packcmd = precomp -slow -t-j -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp [External compressor:msc] ;Alt: c -v -f Forced //-frog=9 use this instead of -tak=9 header = 0 packcmd = MSC c -v -wav=1 -raw=1 -bmp=1 -ddsraw=1 -ddsdxt=1 -mp3=1 -bmf=9s -tak=9 -dxt=1 -lzma=hc4,lc8,lp2,pb2,fb273,mc1000 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp [External compressor:lzma64] header = 0 packcmd = lzma64 e lzma{:option} <stdin> <stdout> [External compressor:lzham] packcmd = lzham -m4 -d29 c $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = lzham -c d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:reflate] header = 0 packcmd = reflate -process $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = reflate -restore123 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp [External compressor:zstd] header = 0 packcmd = zstd -f -8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp unpackcmd = zstd -d -f <stdin> <stdout> [External compressor:rep,lzma,4x4,delta,exe] header = 0 packcmd = fazip -i0 compress:{compressor}{:option} <stdin> <stdout> unpackcmd = fazip -i0 decompress:{compressor}{:option} <stdin> <stdout> [External compressor:jpg] mem = 10 packcmd = packjpg -np $$arcdatafile$$.jpg unpackcmd = packjpg -np $$arcdatafile$$.pjg datafile = $$arcdatafile$$.jpg packedfile = $$arcdatafile$$.pjg solid = 0 [External compressor:zpaq] ;-method s4.3ci1 -method 46,36,26 packcmd = zpaq64.exe a $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -method 46,36,26 unpackcmd = zpaq64.exe x $$arcpackedfile$$.tmp $$arcdatafile$$.tmp -summary datafile = $$arcdatafile$$.tmp packedfile = $$arcpackedfile$$.tmp [External compressor:lz77] header = 0 packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d1200m:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout> unpackcmd = dec x -txz -an -y -si -so <stdin> <stdout> [External compressor:nz] ;options a) -cc=best -cO=optimal -cDP=fast b) -m6g -nm c) -p3 = cores packcmd = nz a -cc -m1700m -p2 -t0 -br128m -bw128m -r -v $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp unpackcmd = nz x -m512g -t0 -p0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp datafile = $$arcdatafile$$.tmp packedfile = $$arcpackedfile$$.tmp.nz Last edited by pakrat2k2; 12-02-2018 at 19:12. |
#7
|
|||
|
|||
best project my friend. good.
|
#8
|
||||
|
||||
it's possible to make a no.ini version ?
|
#9
|
||||
|
||||
__________________
if you understand read more |
#10
|
||||
|
||||
thinking records.ini as it was asked for in a different topic.. somewhere cant find it now.
|
#11
|
||||
|
||||
__________________
....................always rains in the wet..................... |
#12
|
||||
|
||||
Quote:
no UltraArc wanted to say lol! let's see if I have time, but it's very easy to change the target ![]()
__________________
if you understand read more Last edited by rinaldo; 24-02-2018 at 14:48. |
The Following 4 Users Say Thank You to rinaldo For This Useful Post: | ||
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batman Arkham Origins SP-MP Repack CIUv 1.0.0.5 2 DVD9 Or 4 DVD 4.7 | maddogdesigns | PC Games - CD/DVD Conversions | 14 | 01-05-2015 07:50 |
HELP: How to repack Counter-Strike Global Offensive? | Djc3100 | Conversion Tutorials | 5 | 14-08-2014 06:31 |
Batman Arkham Origins Repack CIU By Maddogdesigns | jonhutty | PC Games | 2 | 12-06-2014 02:25 |
REQ: Chaser v1.46 NoCD Patch REPACK | Andre2779 | PC Games | 5 | 09-07-2003 14:57 |
Patching a Repack | Slider One | DC Games | 11 | 05-03-2003 12:10 |