Fix Installer Name

This commit is contained in:
Jonathan Jenne
2023-08-03 13:56:29 +02:00
parent 9e2695db5f
commit e14b496773
2 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,5 @@
Imports System.ComponentModel Imports System.IO
Imports System.IO
Imports DD_LIB_Standards Imports DD_LIB_Standards
Imports DevExpress.DataAccess.Native
Imports DigitalData.Modules.Config Imports DigitalData.Modules.Config
Imports DigitalData.Modules.Database Imports DigitalData.Modules.Database
Imports DigitalData.Modules.Logging Imports DigitalData.Modules.Logging
@@ -30,6 +28,7 @@ Public Class ClassInit
CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, oUserAppDataPath, oCommonAppDataPath, oStartupPath) CONFIG = New ConfigManager(Of ClassConfig)(LOGCONFIG, oUserAppDataPath, oCommonAppDataPath, oStartupPath)
LOGGER.Info("Config loaded") LOGGER.Info("Config loaded")
Try Try
If CONFIG.Config.ConnectionString <> String.Empty Then If CONFIG.Config.ConnectionString <> String.Empty Then
LOGGER.Debug("Connection String loaded") LOGGER.Debug("Connection String loaded")
@@ -39,8 +38,6 @@ Public Class ClassInit
LOGGER.Error(ex, "Unexpected Error Getting CONFIG.TestMode or CONFIG.ConnectionStringTest") LOGGER.Error(ex, "Unexpected Error Getting CONFIG.TestMode or CONFIG.ConnectionStringTest")
End Try End Try
Catch ex As Exception Catch ex As Exception
LOGGER.Error(ex) LOGGER.Error(ex)
End Try End Try

View File

@@ -52,7 +52,7 @@
<Output TaskParameter="Value" PropertyName="DefineConstants" /> <Output TaskParameter="Value" PropertyName="DefineConstants" />
</CreateProperty> </CreateProperty>
<!-- Name the .msi file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi --> <!-- Name the .msi file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi -->
<CreateProperty Value="$(SolutionName)-$(Platform)-%(AsmInfo.Version)"> <CreateProperty Value="OrgFlow-$(Platform)-%(AsmInfo.Version)">
<Output TaskParameter="Value" PropertyName="TargetName" /> <Output TaskParameter="Value" PropertyName="TargetName" />
</CreateProperty> </CreateProperty>
<!-- Name the .wixpdb file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi --> <!-- Name the .wixpdb file after the solution platform and assembly version e.g TestService-x86-1.4.0.0.msi -->