Thread: Gta4 (dvd5x2)
View Single Post
  #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)