View Single Post
  #28  
Old 07-03-2017, 11:34
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Blur and Flat_v1.8 Help

Help



Method = pzlib+srep+exe2+delta+lzma:a1:mfbt4:d1024m:fb273:m c1000000:lc8

ISDONE.ini

;TYPE_FREEARC 1
;TYPE_7ZIP 2
;TYPE_RAR 3
;TYPE_PRECOMP 4
;TYPE_SREP 5
;TYPE_XDELTA 6
;TYPE_PACKZIP 7
;TYPE_EXEC 8

[ISDoneFile1]
Type=1
PctOfTotal=10
InFileName={src}\Data1.arc
OutPath={app}\Data1.arc
ShowChangeDiskWindow=1
DeleteFile=0
Password=YourPassword
ExtractedPath={app}\
Cfgfile={tmp}\arc.ini
WorkPath={tmp}
ExtractPCF=0

[ISDoneFile2]
Type=2
PctOfTotal=0
InFileName={src}\Data1.7z
OutPath={app}\
ShowChangeDiskWindow=1
DeleteFile=0
Password=YourPassword

[ISDoneFile3]
;RAR Extract Example
Type=3
PctOfTotal=10
InFileName={src}\Data1.rar
OutPath={app}\
ShowChangeDiskWindow=1
DeleteFile=0
Password=YourPassword

[ISDoneFile4]
;Precomp Extract Example
Type=4
PctOfTotal=10
InFileName={src}\Data1.pcf
;OutPath should be a file name
OutPath={app}\Data1.unpack
ShowChangeDiskWindow=1
DeleteFile=0

[ISDoneFile5]
;Srep Extract Example
Type=5
PctOfTotal=10
InFileName={src}\Data1.srep
;OutPath should be a file name
OutPath={app}\Data1.unpack
ShowChangeDiskWindow=1
DeleteFile=0

[ISDoneFile6]
;Xdelta Extract Example
Type=6
PctOfTotal=10
MinRAM=512
MaxRAM=1024
InFileName={src}\Data1.xdelta
DiffFile={src}\Data1.diff
;OutPath should be a file name
OutPath={app}\Data1.unpack
ShowChangeDiskWindow=1
DeleteFile=0
DeleteDiffFile=0

[ISdoneFile7]
;PackZip Compression
Type=7
PctOfTotal=0
;Compression Level
ComprLvl=9
;InFileName Should be A Dir
InFileName={src}\Compress\*
;OutPath Should be a File
OutPath={app}\1.zip
DeleteFile=0

[ISDoneFile8]
;Exec Example
;PctOfTotal cannot be used
;for smooth progressbar, don't specify pctoftotal with any other File, and let ISdone decide progressbar via test run
Type=7
InFileName={src}\*.rpf
OutPath={app}\
Exec={tmp}\pzlib.exe
ExecCmdLine=e -m1 -t100p "<infile>" -o "<outfile>.pzlib"

Setup.ini

[Installer]
Name=Grand Theft Auto 4
Version=0.1
Publisher=Prince Gupta
URL=www.fileforums.com
NeedSize=3268
NeedInstallSize=5268

[SysReq]
CPUCores=4
CPUThreads=8
CPUClockSpeed=1600
RAMSizeMB=2400
GPUSizeMB=1024

[Theme]
Black=1
BtnCol=$da532c
;triggers to install specified font at run time in Font Section, given the files in Graphics\Font
CustomFont=1

[Font]
LablFont=TTSupermolot-Light
BtnFont=TTSupermolot-Regular

[Installation]
ISDone=1
UltraARC=0
AppFiles=C:\Program Files (x86)\Inno Setup 5\

[ISDONE]
NeedRam=512
SrepNeedRam=512
Records=1
Facompress=1
PrecompInside=1
SrepInside=1
MSCInside=1
RAZOR_PRECOMP=1
RAZOR_Precomp_MT=1
UnRAR=1
PackZip=1
XDelta=1
Fazip=1
MSC_FROG=1
MSC_TAK=1
PZLIB=1
PZLIB_DLL=1
REFLATE=1
ZSTD=1
LZ4=1
LZ5=1
XZ=1
PPX2=1
OFR=1
KAOS_DDS=1


[Precomp]
Version=0.42
Reply With Quote