attempt at arm fix
This commit is contained in:
parent
17a7c90245
commit
736c722880
@ -161,8 +161,9 @@ namespace LibTSforge.SPP
|
||||
default:
|
||||
return Path.Combine(
|
||||
Environment.ExpandEnvironmentVariables(
|
||||
(string)Registry.GetValue(
|
||||
@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform",
|
||||
(string)RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, Environment.MachineName)
|
||||
.OpenSubKey("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SoftwareProtectionPlatform")
|
||||
.GetValue(
|
||||
"TokenStore",
|
||||
string.Empty
|
||||
)
|
||||
@ -189,8 +190,9 @@ namespace LibTSforge.SPP
|
||||
default:
|
||||
return Path.Combine(
|
||||
Environment.ExpandEnvironmentVariables(
|
||||
(string)Registry.GetValue(
|
||||
@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform",
|
||||
(string)RegistryKey.OpenRemoteBaseKey(RegistryHive.LocalMachine, Environment.MachineName)
|
||||
.OpenSubKey("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\SoftwareProtectionPlatform")
|
||||
.GetValue(
|
||||
"TokenStore",
|
||||
string.Empty
|
||||
)
|
||||
@ -204,14 +206,11 @@ namespace LibTSforge.SPP
|
||||
{
|
||||
string psPath;
|
||||
|
||||
try
|
||||
|
||||
{
|
||||
psPath = GetPSPath(version);
|
||||
}
|
||||
catch
|
||||
{
|
||||
throw new FileNotFoundException("Failed to get path of physical store.");
|
||||
}
|
||||
|
||||
|
||||
if (string.IsNullOrEmpty(psPath) || !File.Exists(psPath))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user