FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Blackbox Inno Setup Script (https://fileforums.com/showthread.php?t=94425)

y_thelastknight 21-06-2014 09:23

Quote:

Originally Posted by macullun (Post 432097)
So with this script we can't Join 001 split-ed files with 7ZipExtract like BAMsE did in WatchDogs

Thx for the fast response mate :)

this script used ISDone, that doesn't extract split-ed files..

BAMsE should used some others method so it extract split-ed 7zip :p (i dont know what he used)

no problem mate..

achal1995 26-06-2014 07:20

Skin for inno setups
 
How can i design my own skin for my repacks....... how can i make my own "skin.cjstyle"...and...which software should i use....
please reply i am stuck at this point...

y_thelastknight 26-06-2014 16:41

Quote:

Originally Posted by achal1995 (Post 432149)
How can i design my own skin for my repacks....... how can i make my own "skin.cjstyle"...and...which software should i use....
please reply i am stuck at this point...


Use IS Skin, you can get it from the link..

http://isskin.codejock.com

achal1995 27-06-2014 06:39

need help
 
[QUOTE=y_thelastknight;432157]Use IS Skin, you can get it from the link..

[url]http:
Thank u for ur help....i tried that software but i am not able to export that cjstyle file that i customized.....do u know any video tutorials....or any documented help on this software....

Rishabh1299rtech 28-06-2014 08:32

kurutucu and razor are the best

rafikhan 28-06-2014 23:00

wow...
 
DATA.DAT 7GB arc -m0
DATA.PCF 12GB precomp043 -cn -intense
DATA.ARC 1GB arc -mx
______________
great compressor

achal1995 29-06-2014 00:49

does anyone knows.....how can i customize the looks of my installer.....

Brijesh 05-07-2014 20:44

how to create short of exe file on desktop when exe file of the game is in bin folder

Shadow Delta 05-07-2014 20:48

Quote:

Originally Posted by Brijesh (Post 432377)
how to create short of exe file on desktop when exe file of the game is in bin folder

Use {app}\bin\game.exe file

rxlord 15-07-2014 23:56

I want trying to edit your skin in isskin but i wasnt able to change the main body color.Any hints?

ZeD1818 02-08-2014 02:55

Help !
I created 2 bin files Setup-1.bin and Setup-2.bin but my setup.exe only installing Setup-1.bin not Setup-2.bin. How can I fix it to install both setup.bin files

y_thelastknight 02-08-2014 04:18

Quote:

Originally Posted by ZeD1818 (Post 432974)
Help !
I created 2 bin files Setup-1.bin and Setup-2.bin but my setup.exe only installing Setup-1.bin not Setup-2.bin. How can I fix it to install both setup.bin files

edit your Archives.ini file..

ZeD1818 02-08-2014 22:31

1 Attachment(s)
Quote:

Originally Posted by y_thelastknight (Post 432975)
edit your Archives.ini file..

Sir your help really worked out but there is another problem I am facing now is this


This is my archives.ini code

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

y_thelastknight 03-08-2014 00:17

ZeD1818
Code:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

you have to edit these..total must be 100 ( but your total should be like 150, i dont understand why it is 160 :O)

if there are 2 archive then you have to put 50+50

3 archive mean 1st archive 34 + 2nd archive 33 + 3rd archive 33 = total 100

try to change it and check

i hope you understand my english :)

ZeD1818 03-08-2014 05:35

Quote:

Originally Posted by y_thelastknight (Post 432986)
ZeD1818
Code:

if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;

you have to edit these..total must be 100 ( but your total should be like 150, i dont understand why it is 160 :O)

if there are 2 archive then you have to put 50+50

3 archive mean 1st archive 34 + 2nd archive 33 + 3rd archive 33 = total 100

try to change it and check

i hope you understand my english :)

Actually my setup get complete at 200% while using the code mention above :D|

Thanks for your help now I can get a 100% complete ratio :)


All times are GMT -7. The time now is 06:10.

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