FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Repack Script V2 (https://fileforums.com/showthread.php?t=97119)

pakrat2k2 14-12-2015 20:11

Quote:

Originally Posted by sachin_rocks (Post 445479)
thanks solved it now i am getting another error while installing the game .... isdone.dll 'it is not found in any file specified for ISARCEXTRACT. how to solve this ? i have the game files compressed in .bin formats ... sorry i am new to this area hence asking

need to specify file names in main(skin).iss file ( look for this section ), change the file names to match what you have used.

Code:

if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-a.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-c.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Insert Disk #2', ExpandConstant('{src}'),'Setup-b.bin') then break;
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\Setup-b.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if ISExec(0, 0, 0, ExpandConstant('{tmp}\sfk.exe'),'join '+'"'+ExpandConstant('{app}\Setup-1.bin.part1')+'"' ,ExpandConstant('{tmp}'),'Setup-1.bin',false) then begin
if not ISArcExtract ( 0, 0, ExpandConstant('{app}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
DeleteFile(ExpandConstant('{app}\Setup-1.bin.part1'))
DeleteFile(ExpandConstant('{app}\Setup-1.bin.part2'))
DeleteFile(ExpandConstant('{app}\Setup-1.bin'))
end else break;


sachin_rocks 15-12-2015 04:55

can you tell me which compression method is supported for this installer ? apparently the one i used is not supported by the installer

rinaldo 15-12-2015 06:56

Quote:

Originally Posted by sachin_rocks (Post 445484)
can you tell me which compression method is supported for this installer ? apparently the one i used is not supported by the installer

I have not read the code, but I think support for decoding, must compress and decompress the file created by the compiler (bat or compressor that is) then try to decompress (and having already the decompression method) one already knows what he needs (that versions of SREP, preComp, msc, arc.ini etc.). if everything can not be decompressed only .dll SREP or inside precompress

Andrey167 15-12-2015 12:53

1 Attachment(s)
Quote:

Originally Posted by sachin_rocks (Post 445484)
can you tell me which compression method is supported for this installer ? apparently the one i used is not supported by the installer

tested with this method!

Pulcione86 07-02-2016 00:05

Sorry guys, how inno setup must be completed? to me by mistake

Sorry my English

Fakhruddinmaruf_ 28-12-2016 17:12

Hi andrey. Are you tested this script again? I've compiled and i got problems when succesfully installation. There are error messages. So please, can you test again and fix that errors?


All times are GMT -7. The time now is 09:12.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com