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
  #1141  
Old 04-12-2014, 09:51
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
PLEASE HELP ME I AM LOOKING FOR THIS BUT NOBODY REPLY ME ... ?
I have Script Black Box old not V2 .. is okay but my game has 2 .exe or two shorcuts how to put these exe on desktop what to add on script to put two exe on desktop pleasee ... ??

my half of script : WHAT SHOULD I EDIT HERE IN THIS SCRIPT : ....

Quote:
//----------This Installer Uses Inno Setup Unicode Version----------\\
#define AppName "Subway Surfers"
#define AppPublisher "LeoO Globe"
#define AppVersion "1.0.0"
#define AppExec "Subway_Surfers.exe"
#define AppURL "https://www.youtube.com/mr316dx"
#define AppSize "610"
#define SetupName "Setup"
#define SetupOut "Output"

#define PrecompVer "Inside"

[Setup]
AppName={#AppName}
AppPublisher={#AppPublisher}
AppVersion={#AppVersion}
AppComments={#AppName}
DefaultDirName={pf}\{#AppPublisher}\{#AppName}
DefaultGroupName={#AppName}
OutputBaseFilename={#SetupName}
OutputDir={#SetupOut}
SetupIconFile=Style\Setup.ico
WizardImageFile=Style\Background.bmp
WizardSmallImageFile=Style\smallbitmap.bmp

[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

[Files]
Source: Include\*.*; DestDir: {tmp}; Flags: dontcopy
Source: Style\*.*; DestDir: {tmp}; Flags: dontcopy

[Messages]
SetupWindowTitle=Welcome to The Setup Wizard «{#AppName}»

[CustomMessages]
SoundCtrlButtonCaptionSoundOn=Music on
SoundCtrlButtonCaptionSoundOff=Music off

[Languages]
Name: eng; MessagesFile: compilerefault.isl

[Components]
Name: "directx"; Description: "Install DirectX"
Name: "visualc"; Description: "Install Visual C++"
Name: "nvidiaphysx"; Description: "Install Nvidia Physx"
Name: "framework"; Description: "Install Framework"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

[UninstallDelete]
Type: filesandordirs; Name: {app}

[Code]
const
BASS_SAMPLE_LOOP = 4;
BASS_ACTIVE_STOPPED = 0;
BASS_ACTIVE_PLAYING = 1;
BASS_ACTIVE_STALLED = 2;
BASS_ACTIVE_PAUSED = 3;
BASS_UNICODE = $80000000;
BASS_CONFIG_GVOL_STREAM = 5;
const
#ifndef UNICODE
EncodingFlag = 0;

Last edited by leotrim77; 04-12-2014 at 10:34.
Reply With Quote
Sponsored Links
  #1142  
Old 04-12-2014, 11:20
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
please help me .... ??
Reply With Quote
  #1143  
Old 04-12-2014, 12:09
by_pbh by_pbh is offline
Registered User
 
Join Date: Dec 2008
Location: Romania
Posts: 4
Thanks: 4
Thanked 13 Times in 3 Posts
by_pbh is on a distinguished road
Quote:
Originally Posted by leotrim77 View Post
PLEASE HELP ME I AM LOOKING FOR THIS BUT NOBODY REPLY ME ... ?
I have Script Black Box old not V2 .. is okay but my game has 2 .exe or two shorcuts how to put these exe on desktop what to add on script to put two exe on desktop pleasee ... ??

my half of script : WHAT SHOULD I EDIT HERE IN THIS SCRIPT : ....
Code:
#define AppName "Subway Surfers"
#define AppExec "Subway_Surfers.exe"
#define AppName1 "Subway Surfers two"
#define AppExec1 "Subway_Surfers_two.exe"

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

Last edited by by_pbh; 04-12-2014 at 12:37.
Reply With Quote
  #1144  
Old 04-12-2014, 16:04
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
Quote:
Originally Posted by by_pbh View Post
Code:
#define AppName "Subway Surfers"
#define AppExec "Subway_Surfers.exe"
#define AppName1 "Subway Surfers two"
#define AppExec1 "Subway_Surfers_two.exe"

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

you know what ...

I LOVE YOU SO MUCH thank youuuuuuuuuuuuuuuuuuuuu
thank you bro
Reply With Quote
  #1145  
Old 06-12-2014, 08:26
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
hey guys I have only last question I just want to know why is registry important to add to script or to inno setup , what does mean registry ... please explain me somebody , Why should I add registry of game to script ... ?
Reply With Quote
  #1146  
Old 06-12-2014, 08:39
Inge's Avatar
Inge Inge is offline
Die Hard Member
 
Join Date: Jun 2012
Location: Germany
Posts: 420
Thanks: 203
Thanked 633 Times in 201 Posts
Inge is on a distinguished road
Quote:
Originally Posted by leotrim77 View Post
hey guys I have only last question I just want to know why is registry important to add to script or to inno setup , what does mean registry ... please explain me somebody , Why should I add registry of game to script ... ?
The Registry is Important for some older Games (mostly no Steam Games) to start the Game (like Assassins Creed 2, Brotherhood, ect) to define Game Languages, bla, bla...

Search in your Registry (regedit) if Games needed a Reg entry.
Reply With Quote
  #1147  
Old 06-12-2014, 16:29
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
Quote:
Originally Posted by Inge View Post
The Registry is Important for some older Games (mostly no Steam Games) to start the Game (like Assassins Creed 2, Brotherhood, ect) to define Game Languages, bla, bla...

Search in your Registry (regedit) if Games needed a Reg entry.
so does it work even if you don't put registry on script ... ?
Reply With Quote
  #1148  
Old 06-12-2014, 16:49
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
yes it still works without reg entries. SOME games don't need them to work. BUT some games wont run without them there.
Reply With Quote
  #1149  
Old 14-01-2015, 08:43
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
please help me where can I fine any tutorial how to get registry from games , please tell me somebody how can I find registry of games ... ???
Reply With Quote
  #1150  
Old 14-01-2015, 10:21
Inge's Avatar
Inge Inge is offline
Die Hard Member
 
Join Date: Jun 2012
Location: Germany
Posts: 420
Thanks: 203
Thanked 633 Times in 201 Posts
Inge is on a distinguished road
Quote:
Originally Posted by leotrim77 View Post
please help me where can I fine any tutorial how to get registry from games , please tell me somebody how can I find registry of games ... ???
Click Windows Button + R Button on your Keyboard, in the following Window enter the Words 'regedit'.
Now go to HKEY_LOKAL_MACHINE->Software->Wow6432Node->Search your Game.
Make a right click on the Folder and click Export. Now edit .reg Data for your Script.
Attached Images
File Type: png regedit.png (19.0 KB, 112 views)
File Type: png Regedit 2.png (65.1 KB, 113 views)
Reply With Quote
  #1151  
Old 14-01-2015, 13:44
leotrim77 leotrim77 is offline
Registered User
 
Join Date: Nov 2014
Location: Globe
Posts: 19
Thanks: 0
Thanked 2 Times in 1 Post
leotrim77 is on a distinguished road
Quote:
Originally Posted by Inge View Post
Click Windows Button + R Button on your Keyboard, in the following Window enter the Words 'regedit'.
Now go to HKEY_LOKAL_MACHINE->Software->Wow6432Node->Search your Game.
Make a right click on the Folder and click Export. Now edit .reg Data for your Script.
thank you bro , quick tutorial but powerfuel thank you
Reply With Quote
  #1152  
Old 14-01-2015, 15:48
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
along with that goto this topic & grab Reg to INNO Converter ENG.rar which will create a iss file so you can put those exported reg entries into your Inno script. They will of course need to be edited. IE in screenshot above shows InstallDir=E:\Program Files (x86)\Resident Evil 5, which would be changed to {app} so that anyone can install to where they want to & not to 1 specific location.

http://fileforums.com/showthread.php?t=92995
Reply With Quote
  #1153  
Old 09-02-2015, 03:41
GhostSystem GhostSystem is offline
Registered User
 
Join Date: Jan 2015
Location: India, West Bengal
Posts: 12
Thanks: 5
Thanked 3 Times in 2 Posts
GhostSystem is on a distinguished road
how to disable cancel button in welcome page and second back button innosetup..
Reply With Quote
  #1154  
Old 09-02-2015, 06:10
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
Quote:
Originally Posted by GhostSystem View Post
how to disable cancel button in welcome page and second back button innosetup..
if referring to yener's script, simply enter values bigger then image, or use negative values.
Reply With Quote
  #1155  
Old 09-02-2015, 06:37
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
on a normal script, this is what you do.

[Code]
procedure CurPageChanged(CurPageID: Integer);
begin
case CurPageID of
wpWelcome:
begin
WizardForm.CancelButton.Enabled:=False; // to disable;
WizardForm.CancelButton.Visible:=False; // to hide;
WizardForm.BackButton.Enabled:=False; // to disable;
WizardForm.BackButton.Visible:=False; // to hide;
end;
end;
end;
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
pakrat2k2 (09-02-2015)
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
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 01:24.


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