|
|
|
#1
|
|||
|
|||
|
Please help
I want unarc format in my BB script please tell me how to add it Thanks |
| Sponsored Links |
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
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
|
|
#4
|
||||
|
||||
|
Quote:
2) same script error. 3) progressbar can only be changed by means of isskin program. |
|
#5
|
|||
|
|||
|
Quote:
![]() i did not changed anything in downloaded script. |
|
#6
|
||||
|
||||
|
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.
|
|
#7
|
||||
|
||||
|
Anybody who's can make it a autorun for black box? i'm gonna change it the scripts!
|
|
#8
|
|||
|
|||
|
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:
|
|
#9
|
||||
|
||||
|
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) | ||
|
#10
|
|||
|
|||
|
Quote:
|
|
#11
|
||||
|
||||
|
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 |
|
#12
|
|||
|
|||
|
How to use a password encrypted archive
|
|
#13
|
|||
|
|||
|
hi small question,..
if i have game exe file in some folder say binaries>sound>xxx>sdx then in main.iss file it ask for game exe name to create shortcut. so if i give only game exe name will it identifies that where game.exe is located to make shortcut ?? or we have to do extra setting ? hope you understood my question.. |
|
#14
|
||||
|
||||
|
you must have to specify the folder name somewhere in the script, or else it wont be able to correctly create shortcut ( will think its in root of game )
|
|
#15
|
|||
|
|||
|
Quote:
thanks
|
![]() |
|
|
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 |