View Single Post
  #3  
Old 27-08-2015, 02:06
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
Exclamation help needed

Quote:
Originally Posted by gozarck View Post
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.

Last edited by ffmla; 29-08-2015 at 09:23. Reason: Updating information
Reply With Quote
The Following User Says Thank You to ffmla For This Useful Post:
gozarck (28-08-2015)