Referenzen glattgezogen und MSI Paket neu konfiguriert
This commit is contained in:
@@ -39,7 +39,7 @@ Public Class ClassWindowsAPI
|
||||
|
||||
Public Sub ShowFileProperties(FilePath As String)
|
||||
If FilePath = String.Empty OrElse Not IO.File.Exists(FilePath) Then
|
||||
Logger.Warn("Could not show file properties. FilePath '{0}' is invalid or does not exist.", FilePath)
|
||||
modCurrent._Logger.Warn("Could not show file properties. FilePath '{0}' is invalid or does not exist.", FilePath)
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
@@ -53,8 +53,8 @@ Public Class ClassWindowsAPI
|
||||
|
||||
If Not ShellExecuteEx(oInfo) Then
|
||||
Dim ex As New ComponentModel.Win32Exception(Marshal.GetLastWin32Error())
|
||||
Logger.Warn("Could not show file properties. Reason: {0}", ex.Message)
|
||||
Logger.Error(ex)
|
||||
modCurrent._Logger.Warn("Could not show file properties. Reason: {0}", ex.Message)
|
||||
modCurrent._Logger.Error(ex)
|
||||
End If
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user