mirror of
https://github.com/Orbmu2k/nvidiaProfileInspector.git
synced 2025-12-24 15:38:08 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
985af53a27 |
@@ -51,6 +51,11 @@ namespace nspector.Common
|
||||
return fiDbInstaller.DirectoryName;
|
||||
}
|
||||
|
||||
string sys32Path = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), @"drivers\NVIDIA Corporation\Drs\dbInstaller.exe");
|
||||
|
||||
if (File.Exists(sys32Path))
|
||||
return sys32Path;
|
||||
|
||||
return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles),
|
||||
@"NVIDIA Corporation\Drs");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user