public static string GetGtaInstallPathFromRegistry() { var regKey = new ApplicationUninstallRegistryKey("Grand Theft Auto V"); if (regKey.IsPresent) { return(regKey.InstallLocation); } return(null); }
public static string GetGtaInstallPathFromRegistry() { var regKey = new ApplicationUninstallRegistryKey("Grand Theft Auto V"); if (regKey.IsPresent) { return regKey.InstallLocation; } return null; }