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 06-11-2016, 09:56
lolaya lolaya is offline
Banned
 
Join Date: Jul 2011
Location: still life
Posts: 138
Thanks: 156
Thanked 38 Times in 29 Posts
lolaya is on a distinguished road
Quote:
Originally Posted by coliotte View Post
..
xD
Reply With Quote
Sponsored Links
  #2  
Old 08-11-2016, 01:29
Fakhruddinmaruf_ Fakhruddinmaruf_ is offline
Registered User
 
Join Date: Jul 2016
Location: Indonesia
Posts: 37
Thanks: 12
Thanked 17 Times in 5 Posts
Fakhruddinmaruf_ is on a distinguished road
Why there is no About Button?
how if you make it?
Reply With Quote
  #3  
Old 16-10-2013, 15:30
thenokiottos's Avatar
thenokiottos thenokiottos is offline
Registered User
 
Join Date: Aug 2012
Location: Italy
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
thenokiottos is on a distinguished road
If i have two disks, which should i put the redist folder into?
Reply With Quote
  #4  
Old 17-10-2013, 08:47
Evil Boy Evil Boy is offline
Registered User
 
Join Date: Sep 2012
Location: India
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
Evil Boy is on a distinguished road
But Recently black Box changed their installer. (attached)
Attached Files
File Type: rar CS-LOS.exe.rar (1.23 MB, 257 views)

Last edited by Joe Forster/STA; 17-10-2013 at 11:57. Reason: uploaded file as forum attachment
Reply With Quote
  #5  
Old 17-10-2013, 08:52
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@Evil Boy

It's V2. But I'm cancelled V2.

@coliotte

Use inno setup unicode version. If you already using close all Inno setup executables. Open & compile.

Last edited by Kurutucu; 17-10-2013 at 08:56.
Reply With Quote
The Following User Says Thank You to Kurutucu For This Useful Post:
hsalheen (19-10-2013)
  #6  
Old 17-10-2013, 11:57
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
Quote:
Originally Posted by Evil Boy View Post
But Recently black Box changed their installer. (attached)
Clean: https://www.virustotal.com/en/file/8...is/1382036175/
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
Reply With Quote
  #7  
Old 17-10-2013, 12:27
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Exclamation

myself in a black box v2 I caught a deadly virus

do not recommend to use games that contain bb V2
Reply With Quote
  #8  
Old 18-10-2013, 14:57
M3HDI M3HDI is offline
Registered User
 
Join Date: Nov 2011
Location: Isf
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
M3HDI is on a distinguished road
i configed the Archive.ini with this code :
Quote:
if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data1.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data1.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data2.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data2.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 3 To Continue...', ExpandConstant('{src}'),'Data3.cab') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data3.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
if not ShowChangeDiskWindow ('Please Insert Disk 4 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{src}\Data4.cab'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
because i want use for 4 DVDs game
when runing the setup and Data1.cab has been extract
Setup display to me a window for next file
but this window NO Have OK Button and just have 2 button (Browse&Cancel)
how to add the button in the Setup?
Reply With Quote
  #9  
Old 18-10-2013, 17:14
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by M3HDI View Post
i configed the Archive.ini with this code :

because i want use for 4 DVDs game
when runing the setup and Data1.cab has been extract
Setup display to me a window for next file
but this window NO Have OK Button and just have 2 button (Browse&Cancel)
how to add the button in the Setup?
you should create a form to pathedit .. this is a solution for the disk change
Reply With Quote
  #10  
Old 19-10-2013, 01:37
M3HDI M3HDI is offline
Registered User
 
Join Date: Nov 2011
Location: Isf
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
M3HDI is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
you should create a form to pathedit .. this is a solution for the disk change
tnx for answer
plz put the form or a tutorial link
Reply With Quote
  #11  
Old 18-10-2013, 23:46
varma1993's Avatar
varma1993 varma1993 is offline
Registered User
 
Join Date: Mar 2012
Location: Hyderabad
Posts: 29
Thanks: 23
Thanked 8 Times in 6 Posts
varma1993 is on a distinguished road
Send a message via AIM to varma1993 Send a message via Yahoo to varma1993
hay can u make this old blackbox inno script with slides & video please


Reply With Quote
  #12  
Old 19-10-2013, 23:25
nelsit nelsit is offline
Registered User
 
Join Date: Oct 2013
Location: canada
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
nelsit is on a distinguished road
I add #define 7ZIP and #ifdef unrar
ExtractTemporaryFile('Unrar.dll');
#endif
#ifdef 7ZIP
ExtractTemporaryFile('7z.dll');
ExtractTemporaryFile('PackZIP.exe');
#endif

I have this error. [ISPP] Identifier Expected but number 7 (0x07) found.
Reply With Quote
  #13  
Old 24-10-2013, 16:09
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
look in the script for those sections that deal with PhysX & framework & comment those sections out ( add // to front of each line for that section )

as far as x/minimize button looks like they are already there, just not in format your used to seeing ??
Reply With Quote
  #14  
Old 25-10-2013, 02:32
M3HDI M3HDI is offline
Registered User
 
Join Date: Nov 2011
Location: Isf
Posts: 6
Thanks: 6
Thanked 0 Times in 0 Posts
M3HDI is on a distinguished road
this script supported .arc .bin (i test those) and maybe other
but not support .cab file
my Archive.ini file configed with Setup-1.bin but i was given a .arc file to installer and setup continue
it's a bug in two script (BB & DB) but however this script better than DB script
Reply With Quote
  #15  
Old 27-10-2013, 04:42
61n4n74r 61n4n74r is offline
Registered User
 
Join Date: Feb 2012
Location: indonesia
Posts: 13
Thanks: 10
Thanked 3 Times in 2 Posts
61n4n74r is on a distinguished road
hello again mr kurutucu...
the font turn to black, how to fix it?


then i got this error, i'm using rar

please help, 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 17:38.


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