|
#841
|
||||
|
||||
|
Quote:
Last edited by altef_4; 20-08-2014 at 09:23. |
| Sponsored Links |
|
#842
|
||||
|
||||
|
Quote:
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#843
|
|||
|
|||
|
Quote:
|
|
#844
|
|||
|
|||
|
Quote:
ii mean can windows os results in installer design ? ![]()
|
|
#845
|
|||
|
|||
|
Please help
I want unarc format in my BB script please tell me how to add it Thanks |
|
#846
|
|||
|
|||
|
Quote:
![]() Code:
if not ISArcExtract ( 0, 100, ExpandConstant('{src}\Filename.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
Last edited by Dante1995; 21-08-2014 at 22:05. |
|
#847
|
|||
|
|||
|
THIS IS THE ONLY INSTALLER WHICH WORKED FOR ME !!
I LOVE THIS INSTALLER,...JUST LAST PROBLEM I AM GETTING ![]() PLEASE HELP TO FIX THAT ERROR,..THEN MY WORK WILL BE FINAL. 1. Everytime i click "Next" or click some tab, popup comes and says : http://i.imgur.com/kaozWRJ.jpg 2. When installation page comes, then installer left corner cuts : http://i.imgur.com/xw41lbl.jpg 3. How To Change Color of installation bar ? JUST GIVE ABOVE 3 FIXES AND I WILL NOT DISTURBE ANYONE
|
|
#848
|
||||
|
||||
|
Quote:
2) same script error. 3) progressbar can only be changed by means of isskin program. |
|
#849
|
|||
|
|||
|
Quote:
![]() i did not changed anything in downloaded script. |
|
#850
|
||||
|
||||
|
Anybody who's can make it a autorun for black box? i'm gonna change it the scripts!
|
|
#851
|
||||
|
||||
|
unfortunately,I can't help you with that, Kurutucu made it clear that he didn't need my help and offended me, so nope, maybe someone else will help you with this problem.
|
|
#852
|
|||
|
|||
|
I did not understood 1 thing, help.
if i have 3 bin files, so what to add in "Archives.ini" ?? Presently i am using below code for a single .bin file. ,..so please guide me what more to add in this script for 2 more bin files, that is total 3. Thanks.. Quote:
|
|
#853
|
||||
|
||||
|
Quote:
Code:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 34, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-3.bin') then break;
if not ISArcExtract ( 0, 33, ExpandConstant('{src}\Setup-3.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
__________________
Glass BB | BlackBox v2 | Portable Installer |
| The Following 2 Users Say Thank You to y_thelastknight For This Useful Post: | ||
Adonix (27-08-2014), Carldric Clement (31-08-2014) | ||
|
#854
|
|||
|
|||
|
Quote:
|
|
#855
|
||||
|
||||
|
Quote:
Additional: Can be change name compression like Code:
setup-1.bin to data1.bin or dgf1.bin Answer: Code:
D = Data G = Games F = Files |
![]() |
|
|
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 |