This commit is contained in:
2020-08-04 16:33:49 +02:00
parent 0a7e4feedd
commit 81905f2f44
24 changed files with 985 additions and 596 deletions

View File

@@ -6,7 +6,10 @@ Public Class cProgramFunctions
Shared Function updateUpdater() As Boolean
Try
Dim aktVersion = My.Resources.UpdaterVersion ' Aktuelle Updater Version
Dim F = "F:\Programme\AVISO_install\"
Dim F = "F:\Programme\AVISO_INSTALL"
If Not IO.Directory.Exists(F) Then
F = "\\share01\Programme\AVISO_INSTALL"
End If
Select Case VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
Case "IMEX"