Switch Module dependencies to 'P:\Install .Net\0 DD - Bibliotheken\Modules'

This commit is contained in:
Jonathan Jenne
2024-01-31 10:14:51 +01:00
parent 6cc19c72a5
commit d1eb446ed4
3 changed files with 30 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ Public Class ClassInit
oUtils.MigrateCommonAppDataConfig(Application.CommonAppDataPath, Application.ProductName, "Global Indexer")
CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, Application.UserAppDataPath, Application.CommonAppDataPath, Application.StartupPath)
LOGCONFIG.Debug = CONFIG.Config.LogDEBUG
LOGGER.Info("Debug log set to: [{0}]", LOGCONFIG.Debug)
@@ -118,6 +119,7 @@ Public Class ClassInit
'ClassDatabase.Init()
Dim oSql As String = "SELECT * FROM TBDD_MODULES WHERE NAME = 'Global-Indexer'"
Dim DT As DataTable = DATABASE_ECM.GetDatatable(oSql)
If DT.Rows.Count = 1 Then
GI_withWindream = DT.Rows(0).Item("BIT1")
'vWLaufwerk = DT.Rows(0).Item("STRING1")