removed DependencyChecker code that was used to ensure VC2010 Redist x86 is installed

This commit is contained in:
Horst Beham
2021-04-25 18:41:53 +02:00
parent 8b956ed364
commit 5a07d36f56
10 changed files with 0 additions and 54 deletions

View File

@@ -97,9 +97,6 @@ namespace ChanSort.Loader.Philips
this.chanLstBin.Load(this.FileName, msg => this.logMessages.AppendLine(msg));
this.dataFilePaths.Add(this.FileName);
if (chanLstBin.VersionMajor >= 25 && chanLstBin.VersionMajor <= 45) // need VC2010 Redist for the SQLite library
DepencencyChecker.AssertVc2010RedistPackageX86Installed();
var dir = Path.GetDirectoryName(this.FileName) ?? "";
var channellib = Path.Combine(dir, "channellib");
var s2channellib = Path.Combine(dir, "s2channellib");