diff --git a/app/DpmaXmlParser/Config.vb b/app/DpmaXmlParser/Config.vb index 1400e94..f780202 100644 --- a/app/DpmaXmlParser/Config.vb +++ b/app/DpmaXmlParser/Config.vb @@ -5,7 +5,7 @@ Public Class AppConfig Public Shared Function GetConfiguration() As ConfigValues - Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.Title & ".exe" + Dim appfile As String = My.Application.Info.DirectoryPath & "\" & My.Application.Info.ProductName & ".exe" Dim appconfig As Configuration = ConfigurationManager.OpenExeConfiguration(appfile) Dim appsettings As AppSettingsSection = appconfig.AppSettings Dim settings As KeyValueConfigurationCollection = appsettings.Settings diff --git a/app/DpmaXmlParser/My Project/AssemblyInfo.vb b/app/DpmaXmlParser/My Project/AssemblyInfo.vb index d2b3110..4ee273f 100644 --- a/app/DpmaXmlParser/My Project/AssemblyInfo.vb +++ b/app/DpmaXmlParser/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/app/SetupWiX/Product.wxs b/app/SetupWiX/Product.wxs index e3b4bc9..562af46 100644 --- a/app/SetupWiX/Product.wxs +++ b/app/SetupWiX/Product.wxs @@ -1,7 +1,7 @@ - +