|
#16
|
||||
|
||||
|
Quote:
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;
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 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 |
| The Following 2 Users Say Thank You to pakrat2k2 For This Useful Post: | ||
mausschieber (08-08-2013), Razor12911 (09-08-2013) | ||
| Sponsored Links |
|
|
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 |