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 22-11-2014, 14:33
texes06 texes06 is offline
Registered User
 
Join Date: Nov 2008
Location: TeXeS06
Posts: 40
Thanks: 9
Thanked 0 Times in 0 Posts
texes06 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post

First of all thank you for responding ...

Please can you help as to what I should do here ...
Reply With Quote
Sponsored Links
  #2  
Old 22-11-2014, 15:31
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 texes06 View Post
First of all thank you for responding ...

Please can you help as to what I should do here ...
the error means that when you compressed your game, you also included in the archive the unins000.* files ( from games original install ) that's whats causing that error. You have to re-create your archives without those uninstall files present. ( look thru conversions, as almost all, mention something about moving games uninstall files, before making archives ).

Once you remember to move those uninstall files out of games directory BEFORE makin archives, that error wont come up again.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Razor12911 (22-11-2014)
  #3  
Old 23-11-2014, 01:06
texes06 texes06 is offline
Registered User
 
Join Date: Nov 2008
Location: TeXeS06
Posts: 40
Thanks: 9
Thanked 0 Times in 0 Posts
texes06 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
the error means that when you compressed your game, you also included in the archive the unins000.* files ( from games original install ) that's whats causing that error. You have to re-create your archives without those uninstall files present. ( look thru conversions, as almost all, mention something about moving games uninstall files, before making archives ).

Once you remember to move those uninstall files out of games directory BEFORE makin archives, that error wont come up again.
Thank you
Reply With Quote
  #4  
Old 23-11-2014, 01:04
texes06 texes06 is offline
Registered User
 
Join Date: Nov 2008
Location: TeXeS06
Posts: 40
Thanks: 9
Thanked 0 Times in 0 Posts
texes06 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
Thank you
Reply With Quote
  #5  
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
  #6  
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
  #7  
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
  #8  
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
  #9  
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
  #10  
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
  #11  
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
  #12  
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
  #13  
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
  #14  
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
  #15  
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
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 11:51.


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