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

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 07-08-2013, 20:05
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 mausschieber View Post
@Pakrat2k2

how you have made the list
by hand or by software
very easily.

open command prompt ( in folder where you want list )

type in dir /b /s >>C:\list.txt

- the /b is bare list ( no files sizes, type of file etc )
- the /s is all subdirectories
- >> means send to output file+location ( that can be any name or location ) IF not specified it will put the filelist in same dir where command was run. You can also type dir /? for list of all commands. it just old dos commands.

sentinelks

In ScriptS.rar the installerscript.iss [registry] section:
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 1033; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
The BOLD section highlighted will need to be changed for every version of the game that is NOT English.

You will need to add this to first post so that users who install game in another language,
will know to change that value to match what language they installed it in. Otherwise the
game will be in English not what they installed it in.

Setup.ini needs correcting:
Code:
[LauncherSettings]
InstallRedist=1
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1=DVD1\Redist\DirectX\DXSETUP.exe
LaunchArg1=/silent
Change to

Code:
[LauncherSettings]
InstallRedist=1
Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1={src}\Redist\DirectX\DXSETUP.exe
LaunchArg1=/silent

Last edited by pakrat2k2; 07-08-2013 at 20:21. Reason: added note for sentinelk
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
mausschieber (08-08-2013), Razor12911 (09-08-2013)
Sponsored Links
  #17  
Old 07-08-2013, 20: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
Quote:
Root: HKLM; sottochiave: "SOFTWARE \ {code: GetAppPublisher} \ {code: GetAppName}"; ValueName: Install_lang; ValueData: 1033 ; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;

you could very well cancel



mausschieber
use program Directory Lister Pro

Last edited by sentinelks; 08-10-2013 at 06:38.
Reply With Quote
The Following User Says Thank You to sentinelks For This Useful Post:
mausschieber (08-08-2013)
  #18  
Old 07-08-2013, 21:30
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 you could remove that line altogether as its not really needed, & is no longer there after update to latest version.

EDIT

After running the updated version and completed successfully, compared numbers & missing 6 files.
will have to dig thru data#.lst files to see where those 6 files are.

I know you said your version doesn't match mine, maybe not at same version or different release version you have ??

Last edited by pakrat2k2; 08-08-2013 at 08:56.
Reply With Quote
  #19  
Old 08-08-2013, 17:05
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
ok! my have in Setup.ini this language
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1033; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1031; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1036; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1040; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 3082; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Reply With Quote
  #20  
Old 08-08-2013, 18:22
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 sentinelks View Post
ok! my have in Setup.ini this language
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 1033; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 1031; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 1036; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 1040; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"; ValueName: INSTALL_LANG; ValueData: 3082; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty;
Missed the languages for each entry, like so :
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1033; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: eng;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1031; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ger;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1036; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: fre;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 1040; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: ita;
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} "; ValueName: INSTALL_LANG; ValueData: 3082; ValueType: string; Flags: uninsdeletevalue uninsdeletekeyifempty; Languages: esp;
Have made some changes & included ALL files Needed for Scripts.rar ( CIU1.0.0.6 ) as you only included 2 ISS files. Re-named to ScriptS_V1.01.7z.

It compresses gamefolder now into 3xdvd5, includes separate files you uploaded in post #1, made it easier & quicker for those who want to use it. Same as always change to match your install location.
Code:
 
#define ProgramFiles "C:\Program Files (x86)\Rockstar Games\Grand Theft Auto IV"
Includes redist files necessary to install & play the game, so remove any from gamefolder, along with any uninstall files. Change Compression to what you want in Installerscript.iss. Compile both scripts.
Attached Files
File Type: 7z ScriptS_V1.01.7z (69.19 MB, 186 views)

Last edited by pakrat2k2; 09-08-2013 at 13:39.
Reply With Quote
The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post:
Simorq (19-01-2016), wit (18-10-2015)
  #21  
Old 09-08-2013, 13:51
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
fixed bad upload... this post will be removed sometime... just a note to update topic.
Reply With Quote
  #22  
Old 14-08-2013, 08:35
sied sied is offline
Registered User
 
Join Date: Jun 2013
Location: Indonesia
Posts: 153
Thanks: 215
Thanked 28 Times in 23 Posts
sied is on a distinguished road
I follow :
Move file:

Setup.exe,Setup.cab,Autorun.exe to folder DVD1

Cancel old file in you root folder

DVD1,DVD2,Setup.ini,Setup.ico and Convert_AutorunToDLL.bat

From conversions.rar

and I trty.. if finish complile ...i get trouble from install :
message: an error onccurred while unpacking : unknown compression method!
Unarc.dll returned an error code:-2
ERROR:Unsupported compression method
srep+lzma:148mb:normal:bt4:128mc1000:lc8

can help me?
Reply With Quote
  #23  
Old 14-08-2013, 08:56
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
yes!
yor string is: srep+lzma:148mb:normal:bt4:128mc1000:lc8 ?


then why use a method other than my method. can you tell me the difference please let

Last edited by sentinelks; 14-08-2013 at 08:59.
Reply With Quote
  #24  
Old 14-08-2013, 09:28
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
I also did not support the trial
here are the parameters that you must set


Setup.ini
[/CODE]
Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;
FreeArcFile3=Data3.cab;DestDir:{app};Disk:3;
FreeArcFile4=Data4.cab;DestDir:{app};Disk:4;
.cab is format

you have a different format EX: .arc, .bin, .rar ecc

change in EX:
Data1.arc
Data2.arc
Data3.arc
Data4.arc

Data1.bin
Data2.bin
Data3.bin
Data4.bin

Data1.rar
Data2.rar
Data3.rar
Data4.rar

ecccc....

Last edited by sentinelks; 14-08-2013 at 09:44.
Reply With Quote
  #25  
Old 22-11-2013, 17:27
dani_ell's Avatar
dani_ell dani_ell is offline
Registered User
 
Join Date: Nov 2011
Location: Brazil
Posts: 58
Thanks: 61
Thanked 9 Times in 8 Posts
dani_ell is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
Includes redist files necessary to install & play the game, so remove any from gamefolder, along with any uninstall files. Change Compression to what you want in Installerscript.iss. Compile both scripts.
Do not have the autorun.exe file.
And the DVD 1 got 4.39 Gb (28MB overload) with 1.0.7 update installed.

Reply With Quote
  #26  
Old 22-11-2013, 20:18
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 need to compile BOTH scripts to generate autorun.exe.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
dani_ell (24-11-2013)
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
Need help regarding gta4 Pandharess PC Games 3 16-03-2012 05:15
GTA4 Achievements vityav PC Games 1 21-12-2011 05:30
need help to find the correct trainer for GTA4 PC version j2juice Game Trainers 7 23-12-2010 09:30
GTA4 blank screen problem njebret PC Games 3 22-02-2009 18:44



All times are GMT -7. The time now is 06:35.


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