Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21-08-2014, 13:36
ZeD1818 ZeD1818 is offline
Registered User
 
Join Date: Aug 2014
Location: Home
Posts: 9
Thanks: 5
Thanked 0 Times in 0 Posts
ZeD1818 is on a distinguished road
Please help
I want unarc format in my BB script please tell me how to add it
Thanks
Reply With Quote
Sponsored Links
  #2  
Old 21-08-2014, 22:01
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Quote:
Originally Posted by ZeD1818 View Post
Please help
I want unarc format in my BB script please tell me how to add it
Thanks
if I'm not mistaken, already in this format the bb

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.
Reply With Quote
  #3  
Old 22-08-2014, 08:28
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
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
Reply With Quote
  #4  
Old 22-08-2014, 09:07
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Adonix View Post
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
1) internal script error.
2) same script error.
3) progressbar can only be changed by means of isskin program.
Reply With Quote
  #5  
Old 23-08-2014, 09:01
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
1) internal script error.
2) same script error.
3) progressbar can only be changed by means of isskin program.
Ok friend you said script error,..so please fix the script error
i did not changed anything in downloaded script.
Reply With Quote
  #6  
Old 24-08-2014, 07:00
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,754
Thanks: 2,191
Thanked 11,223 Times in 2,312 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by Adonix View Post
Ok friend you said script error,..so please fix the script error
i did not changed anything in downloaded script.
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.
Reply With Quote
  #7  
Old 24-08-2014, 02:31
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 660 Times in 234 Posts
Carldric Clement is on a distinguished road
Anybody who's can make it a autorun for black box? i'm gonna change it the scripts!
Reply With Quote
  #8  
Old 26-08-2014, 21:25
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
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:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Setup-1.bin') then break;
if not ISArcExtract ( 0, 50, ExpandConstant('{src}\test-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 not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;
Reply With Quote
  #9  
Old 26-08-2014, 22:03
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 437
Thanks: 616
Thanked 576 Times in 213 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by Adonix View Post
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..
red color text are you have to change..

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
Reply With Quote
The Following 2 Users Say Thank You to y_thelastknight For This Useful Post:
Adonix (27-08-2014), Carldric Clement (31-08-2014)
  #10  
Old 27-08-2014, 20:42
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Talking

Quote:
Originally Posted by y_thelastknight View Post
red color text are you have to change..

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;
you are best
Reply With Quote
  #11  
Old 31-08-2014, 06:19
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 660 Times in 234 Posts
Carldric Clement is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
red color text are you have to change..

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;
Hi!

Additional:
Can be change name compression like
Code:
setup-1.bin to data1.bin or dgf1.bin
What means DGF?

Answer:
Code:
D = Data
G = Games
F = Files
Thats all!
Reply With Quote
  #12  
Old 09-09-2014, 10:05
nitrogen blaze nitrogen blaze is offline
Registered User
 
Join Date: Apr 2014
Location: Kolkata
Posts: 15
Thanks: 11
Thanked 16 Times in 9 Posts
nitrogen blaze is on a distinguished road
How to use a password encrypted archive
Reply With Quote
  #13  
Old 02-10-2014, 11:22
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
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..
Reply With Quote
  #14  
Old 02-10-2014, 16:15
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
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 )
Reply With Quote
  #15  
Old 03-10-2014, 01:19
Adonix Adonix is offline
Registered User
 
Join Date: Aug 2014
Location: India
Posts: 73
Thanks: 17
Thanked 8 Times in 7 Posts
Adonix is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
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 )
ok that means i have to specify folder name also,..but you please tell where to add by seeing script ?
thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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



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


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