View Single Post
  #4  
Old 21-03-2008, 18:10
Torm Nort Torm Nort is offline
Junior Member
 
Join Date: Mar 2008
Location: Venezuela
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Torm Nort is on a distinguished road
Quote:
Originally Posted by FREEMAN100 View Post
Yeah what do you do if you have your perfect install, Everything just how you want it & you want to make a backup of the folder..(Done it many a time) I searched through the REG & all I can say is WTF is it with all the REG keys..There are bloody loads..How do I no which ones are the ones that I need cos I cant reformat my pc just to test it...Has anyone else done this that can help..The only one I no I need to keep would be the REG containing my serial..? Have no idea on the others though...

I know this entries are added by Crysis.
Where variable "{app}" is your installation path (like C:\Program Files\Crysis\)

For Win XP

Code:
HKLM\Software\Crytek\Crysis --> ValueType: string; ValueName: "GUID"; ValueData: {4042E8D4-E440-4C74-B966-BFFE37B19962}
HKLM\Software\Crytek\Crysis --> ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"
HKLM\Software\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{4042E8D4-E440-4C74-B966-BFFE37B19962} -->  ValueType: string; ValueName: "GameInstallPath"; ValueData: "{app}"
HKLM\Software\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{4042E8D4-E440-4C74-B966-BFFE37B19962} --> ValueType: string; ValueName: "GDFBinaryPath"; ValueData: "{app}\Tools\VistaEssentials.dll"
For WinXp x64:
Code:
HKLM\Software\Wow6432Node\Crytek\Crysis --> ValueType: string; ValueName: "GUID"; ValueData: {4042E8D4-E440-4C74-B966-BFFE37B19962}
HKLM\Software\Wow6432Node\Crytek\Crysis --> ValueType: string; ValueName: "InstallDir"; ValueData: "{app}"
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{4042E8D4-E440-4C74-B966-BFFE37B19962} --> ValueType: string; ValueName: "GameInstallPath"; ValueData: "{app}"
HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\GameUX\GamesToFindOnWindowsUpgrade\{4042E8D4-E440-4C74-B966-BFFE37B19962} --> ValueType: string; ValueName: "GDFBinaryPath"; ValueData: "{app}\Tools\VistaEssentials.dll"
Note: The value GUID {4042E8D4-E440-4C74-B966-BFFE37B19962} is a random number based on some variables of your machine, including system time, etc. Is not the same from one installation to other, but is the same inside each installation.

I dont know where is the Serial. Maybe in other Reg key that I dont know where is.

Last edited by Torm Nort; 21-03-2008 at 18:13.
Reply With Quote