Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RegistryKeys.cs
Go to the documentation of this file.
2
3internal static class RegistryKeys
4{
5 internal const string ProductVersion = "v4.0";
6
7 internal const string FrameworkVersion = "v4.0";
8
9 internal const string FrameworkKeyBase = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\XNA\\Framework\\";
10
11 internal const string FrameworkKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\XNA\\Framework\\v4.0";
12
13 internal const string FrameworkNativeLibraryPath = "NativeLibraryPath";
14
15 internal const string GameStudioKeyBase = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\XNA\\Game Studio\\";
16
17 internal const string GameStudioKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\XNA\\Game Studio\\v4.0";
18
19 internal const string GameStudioSubkey = "SOFTWARE\\Microsoft\\XNA\\Game Studio\\v4.0";
20
21 internal const string GameStudioInstalled = "Installed";
22
23 internal const string GameStudioInstallPath = "InstallPath";
24
25 internal const string SharedKeyRoot = "HKEY_LOCAL_MACHINE\\";
26
27 internal const string SharedKeyPart = "SOFTWARE\\Microsoft\\XNA\\Game Studio\\";
28
29 internal const string SharedKey = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\XNA\\Game Studio\\";
30
31 internal const string SharedKeyPath = "SharedComponentsPath";
32
33 internal const string SharedDeployableRuntimes = "DeployableRuntimes";
34
35 internal const string GS4r1BlockKey = "BlockOutOfOrderInstallGs4r1";
36
37 internal static bool DontRemoveMePlease;
38}