Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #466  
Old 07-08-2015, 07:30
ivanlakersss666 ivanlakersss666 is offline
Registered User
 
Join Date: Mar 2015
Location: Miami beach
Posts: 105
Thanks: 10
Thanked 11 Times in 11 Posts
ivanlakersss666 is on a distinguished road
You can correct me my share so that you can work for me either scripts M.r Razor??Thank you!!!

http://www64.zippyshare.com/v/wOpDN0SS/file.html

Last edited by ivanlakersss666; 07-08-2015 at 07:58.
Reply With Quote
Sponsored Links
  #467  
Old 07-08-2015, 08:03
TREGAKLE's Avatar
TREGAKLE TREGAKLE is offline
Registered User
 
Join Date: Aug 2015
Location: India
Posts: 9
Thanks: 1
Thanked 0 Times in 0 Posts
TREGAKLE is on a distinguished road
atlast i was succesfull making my own repack but i got one error all the time whenever i run the setup.exe it runs well but in the middle of installation of a game or program whenever i click on my logo the installation got stuck at XX.X%(e.g.-34.9%) and thus the installer cant continue and i have to close it from the task manager...please fix this ...and please update this blackbox installer setup so that we can use slideshows and videos and as well as we can attach our links to the installer.....please reply
Reply With Quote
  #468  
Old 08-08-2015, 00:41
ivanlakersss666 ivanlakersss666 is offline
Registered User
 
Join Date: Mar 2015
Location: Miami beach
Posts: 105
Thanks: 10
Thanked 11 Times in 11 Posts
ivanlakersss666 is on a distinguished road
Can you edit my scripts mr.razor??
Reply With Quote
  #469  
Old 15-08-2015, 03:07
ivanlakersss666 ivanlakersss666 is offline
Registered User
 
Join Date: Mar 2015
Location: Miami beach
Posts: 105
Thanks: 10
Thanked 11 Times in 11 Posts
ivanlakersss666 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
I forgot about that. Either way, I could make it work. It is very simple.
Make two functions name them GetAppExec and GetAppDir.
The result in GetAppExec must be ExpandConstant ('{#AppExec}');
The result in GetAppDir must be
ExtractFileDir(ExpandConstant ('{#AppExec}'));
then under Icon section.
the filename must be {code:GetAppExec}
and WorkingDir must be {code:GetAppDir}
Simple as that.

[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError

Edit me this please....i need you suport M,R Razor for the game Lord of Fallen
Reply With Quote
  #470  
Old 17-08-2015, 10:07
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Bro, toto621 already explained it to you, The inno setup documentation explains it too.
Reply With Quote
  #471  
Old 17-08-2015, 17:46
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by toto621 View Post
Actually you will have to change two lines of the [Icons] section of the script to make it work.
Let's say the game exe is in the subfolder bin\release\ for example, you will have to modify those lines :
Code:
Name: "{group}\{#AppName}"; Filename: "{app}\{#AppExec}"; WorkingDir: "{app}"; Check: CheckError
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\{#AppExec}"; WorkingDir: "{app}"; Check: CheckError
to
Code:
Name: "{group}\{#AppName}"; Filename: "{app}\bin\release\{#AppExec}"; WorkingDir: "{app}\bin\release"; Check: CheckError
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\bin\release\{#AppExec}"; WorkingDir: "{app}\bin\release"; Check: CheckError
Quote:
Originally Posted by ivanlakersss666 View Post
are you sure?
Quote:
Originally Posted by pakrat2k2 View Post
yes its correct as posted
Quote:
Originally Posted by ivanlakersss666 View Post
//----------This InstalShouldSkipPageler Uses Inno Setup Unicode Version----------\\
#define AppName "Lords Of The Fallen"
#define AppPublisher "Ivanlakersss666"
#define AppVersion "1.00"
#define AppExec "LordsOfTheFallen.exe"
#define AppURL "https://www.youtube.com"
#define AppSize "18000"
#define SetupName "Setup"
#define SetupOut "Output"
#define PrecompVer "Inside"
[Setup]
AppName={#AppName}
AppPublisher={#AppPublisher}
AppVersion={#AppVersion}
AppComments={#AppName}
DefaultDirName=C:\Program Files (x86)\Juegos\Lords of the Fallen
DefaultGroupName={#AppName}
OutputBaseFilename={#SetupName}
OutputDir={#SetupOut}
SetupIconFile=Style\Setup.ico
WizardImageFile=Style\Background.bmp
WizardSmallImageFile=Style\smallbitmap.bmp
//////////////
Compression=none
[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: "{group}\{#AppName}"; Filename: "{app}\bin\{#AppExec}"; WorkingDir: "{app}\bin"; Check: CheckError
Name: "{commondesktop}\{#AppName}"; Filename: "{app}\bin\{#AppExec}"; WorkingDir: "{app}\bin"; Check: CheckError

Are ok this???
Quote:
Originally Posted by ivanlakersss666 View Post
Any help?

Question was answered a long time ago, What more do you want? Plus, you are asking this question in the wrong thread, your script has nothing to do with BlackBox v2.
Reply With Quote
  #472  
Old 18-08-2015, 08:21
ivanlakersss666 ivanlakersss666 is offline
Registered User
 
Join Date: Mar 2015
Location: Miami beach
Posts: 105
Thanks: 10
Thanked 11 Times in 11 Posts
ivanlakersss666 is on a distinguished road
I fix with the repack blackbox v1.8 kucuruku.No problem.Thanxxx :P
Reply With Quote
  #473  
Old 29-09-2015, 13:49
Vincendre Vincendre is offline
Registered User
 
Join Date: Sep 2015
Location: France
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Vincendre is on a distinguished road
Hey,
I've already ask some questions here (http://www.fileforums.com/showthread.php?t=96298&page=4) about the DLG_S_&_C software and RePacks of Games in general.
But this time, I have only one question about BlackBox v2 Designer :

Does It's possible to change the English text by French during installation ?
(Can I edit english text somewhere ?)

I saw that's there is a french file in installation folder here : BlackBox v2 Designer\Script\Include\Languages\French.isl
But what is it for ?

Thanks, and sorry for my bad English.

Edit : And also, why this BlackBox V2 won't extract and install my Setup.bin files, whats the right steps for install a game from setup.bin files ?
Edit 2 : I found my solution, everything works ! (But still no idea for translate text..)

Last edited by Vincendre; 08-10-2015 at 00:45. Reason: Second edit because I found the awnser
Reply With Quote
  #474  
Old 29-09-2015, 15:52
gatosky1620's Avatar
gatosky1620 gatosky1620 is offline
Registered User
 
Join Date: Oct 2011
Location: Perú
Posts: 287
Thanks: 13
Thanked 965 Times in 131 Posts
gatosky1620 is on a distinguished road
Quote:
Originally Posted by Vincendre View Post
Hey,
I've already ask some questions here (http://www.fileforums.com/showthread.php?t=96298&page=4) about the DLG_S_&_C software and RePacks of Games in general.
But this time, I have only one question about BlackBox v2 Designer :

Does It's possible to change the English text by French during installation ?
(Can I edit english text somewhere ?)

I saw that's there is a french file in installation folder here : BlackBox v2 Designer\Script\Include\Languages\French.isl
But what is it for ?

Thanks, and sorry for my bad English.
the same question for spanish, and can you add more redistributables
Reply With Quote
  #475  
Old 19-10-2015, 14:43
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,746
Thanks: 2,141
Thanked 11,099 Times in 2,295 Posts
Razor12911 is on a distinguished road
guys, you can't change between languages in this installer.
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
FabyGaming (13-11-2015)
  #476  
Old 31-10-2015, 11:58
FabyGaming FabyGaming is offline
Registered User
 
Join Date: Jun 2015
Location: Argentina
Posts: 4
Thanks: 8
Thanked 0 Times in 0 Posts
FabyGaming is on a distinguished road
how to change the installer language?
Reply With Quote
  #477  
Old 31-10-2015, 12:47
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,030 Times in 3,083 Posts
pakrat2k2 is on a distinguished road
look up 1 post from yours for the answer
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
FabyGaming (13-11-2015)
  #478  
Old 11-12-2015, 02:38
symbianizer symbianizer is offline
Registered User
 
Join Date: Nov 2015
Location: jakarta
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
symbianizer is on a distinguished road
Please update support for ultraarc
Reply With Quote
  #479  
Old 15-12-2015, 05:48
ChieftFat ChieftFat is offline
Registered User
 
Join Date: Dec 2015
Location: India
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ChieftFat is on a distinguished road
can you give original logo of black box repack along with original about repack
Reply With Quote
  #480  
Old 30-12-2015, 10:35
sasisoman sasisoman is offline
Registered User
 
Join Date: Dec 2015
Location: sasi
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
sasisoman is on a distinguished road
How do we compress files using the compresser provided?

Steps to how to use the compresser to compress. Settings please
Reply With Quote
Reply

Thread Tools
Display Modes

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
Blackbox Inno Setup Script Kurutucu Conversion Tutorials 1190 18-08-2019 23:43
Basic tutorial for beginners on blackbox install script dead4now Conversion Tutorials 5 20-07-2015 18:31
Blackbox Inno Setup Script how ti fix aj12345 PC Games - CD/DVD Conversions 3 05-12-2013 02:21



All times are GMT -7. The time now is 16:36.


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