|
Train Simulator 2014 Steam Edition (1xDVD5)
Extract the compressed file and enter the folder and open the file InstallerScript.iss and change the item below by putting the location where the game is installed
#define ProgramFiles "game directory"
go to the folder GDF and copy and paste the file "GDFBinary_en_US.dll" in the place where the game is installed and after that run the compiler
After ready copy the files below to the Setup folder and then create an iso
Setup.ini
Setup.cab
Setup.dll
autorun.inf
der case error of this line in the script change the line for this
VersionInfoVersion={#ScriptVersion}
VersionInfoTextVersion={#ScriptVersion}
VersionInfoProductVersion={#ScriptVersion}
TO
VersionInfoVersion=1.0.0.0
VersionInfoTextVersion=1.0.0.0
VersionInfoProductVersion=1.0.0.0
Update v1.1 script and setup
* Added the music theme of the Game
* Fixed bug in display of the name and version in Add and remove programs where the name of the game appeared in place of the version and the Publisher of the game was blank and now appears the version and the developer in their right places
* Added the GDFBinary_en_US.dll file for the Game Explorer of Windows Vista/7/8 with version, name and Box Art of the game closer to the original
* Now the GDFBinary_en_US.dll file of the Game Explorer can be used in any language of the installer not needing more copy 10 files before compiling and now only one file is required
* A few bugs and bugs fixed little noticed
NOTE:
If you do not like to have slides in the installer you can open the file with 7 ZIP program setup.cab and delete the folder background that the installer had installed in the menu mode and not in slide mode
Last edited by clriboli; 09-05-2014 at 17:39.
|