PDA

View Full Version : Rayman Origins


kashifagaria
28-09-2012, 16:42
Rayman Origins

How to enable internal installation:
1. open "InstallerScript.iss" using UNICODE version of Inno setup
2. delete the sign ";" in front of "#define ProgramFiles..."
3. change the path:
http://img705.imageshack.us/img705/45/editpath.jpg

4. Save and Compile
If you dont use external files, delete "ExtractSettings" section from setup.ini

How to insert registry keys:
1. open "InstallerScript.iss" using InnoIDE
2. go to Registry section and insert you registry file to the window
3. if you have x64 version, delete "Wow6432Node\" from subkey of your inserted registry key
4. if game path appears exchange it with {app}
Example:
F:\Program Files (x86)\EA Games\Syndicate registry value to
{app}
5. activate the flag "Delete key on uninstall" of your inserted registry key
6. press save and compile(Compile only if you dont want to enable internal installation)

Grumpy
02-10-2012, 06:50
This conversion needs more information. A 'new' user would not know what to do just by reading the info you have supplied.
Conversions should always be written with as much detail as possible, the more detail the better.