Fix Installer Name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user