|
#811
|
||||
|
||||
|
Quote:
BAMsE should used some others method so it extract split-ed 7zip (i dont know what he used)no problem mate..
__________________
Glass BB | BlackBox v2 | Portable Installer |
| Sponsored Links |
|
#812
|
|||
|
|||
|
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... |
|
#813
|
||||
|
||||
|
Quote:
Use IS Skin, you can get it from the link.. http://isskin.codejock.com
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
karim147 (09-05-2019) | ||
|
#814
|
|||
|
|||
|
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.... |
|
#815
|
|||
|
|||
|
kurutucu and razor are the best
|
|
#816
|
|||
|
|||
|
DATA.DAT 7GB arc -m0
DATA.PCF 12GB precomp043 -cn -intense DATA.ARC 1GB arc -mx ______________ great compressor |
|
#817
|
|||
|
|||
|
does anyone knows.....how can i customize the looks of my installer.....
|
|
#818
|
|||
|
|||
|
how to create short of exe file on desktop when exe file of the game is in bin folder
|
|
#819
|
||||
|
||||
|
Use {app}\bin\game.exe file
__________________
Non temete l'oscurita - accettate il suo abbraccio. |
|
#820
|
|||
|
|||
|
I want trying to edit your skin in isskin but i wasnt able to change the main body color.Any hints?
|
|
#821
|
|||
|
|||
|
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 |
|
#822
|
||||
|
||||
|
edit your Archives.ini file..
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#823
|
|||
|
|||
|
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; Last edited by ZeD1818; 02-08-2014 at 23:30. |
|
#824
|
||||
|
||||
|
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;
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
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following User Says Thank You to y_thelastknight For This Useful Post: | ||
ZeD1818 (21-08-2014) | ||
|
#825
|
|||
|
|||
|
Quote:
|Thanks for your help now I can get a 100% complete ratio
Last edited by ZeD1818; 03-08-2014 at 06:25. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |