Quote:
Originally Posted by gozarck
This is Reflate Only V2.
only compress with reflate and then you can use any compatible compression for innosetup. { i am using Blackbox Script by Kurutucu }
this is the code for inno to unpack reflate in bat
Code:
[Run]
;reflate bat file
FileName: "{app}\BundlePC\ReflateUnpack.bat"; Description: "ReflateStuff"; Flags: nowait postinstall skipifsilent;
|
Thanks for reply,
[ Bro i am using reflate only by gozarck
ie.
Reflatepack output is 1.refl8 file
then compress the entire game folder with srep+arc.{overall o/p=dat_00.bin file} ] ==>compression section ok.
[i am using inno installer that extract dat_00.bin to 1.refl8 file.{while installing} =>in the destination folder i've .refl8 file
i need setup.exe can extract the dat_00.bin to game source files { i don't need .refl8 file}] ==>inno extraction section
problem
i am follow the tutorial by goarcz but in the script section{Run: .bat execution fails{blinks}}.
if anyone (understand) help.
Details:
I may understand in your Run section in the tutorial
[Run]
;reflate bat file
FileName: "{app}\BundlePC\ReflateUnpack.bat"; that extract the reflate stream in to original file.{ in my case it doesn't works}
I Need:
inno script that extract the
reflate+srep+arc compressed file{.bin} .
Thanks in advance.