Initial commit
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION />
|
||||
<PARTNERNR />
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR />
|
||||
<DATEINAME />
|
||||
<DATEIFORMAT />
|
||||
<ERSTELLER />
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM />
|
||||
<HERKUNFTSAPPLIKATION />
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.duo
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.duo
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.exe
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.exe
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.pdb
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.pdb
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.suo
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.suo
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.vshost.exe
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.vshost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
35
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.xml
Normal file
35
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/EDKB14WS.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB14WS
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="P:EDKB14WS.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member><member name="P:EDKB14WS.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member><member name="T:EDKB14WS.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member><member name="M:EDKB14WS.Service1.Start_Watching">
|
||||
<summary>Eventhandler des FileWatching-Objektes aktivieren</summary>
|
||||
</member><member name="M:EDKB14WS.Service1.OnFileEvent(System.Object,System.IO.FileSystemEventArgs)">
|
||||
<summary>Aktivitäten im Inputverzeichnis verarbeiten</summary>
|
||||
<remarks>Wird eine Datei mit der Endung .IND angeliefert, wird der Eventhandler
|
||||
gestoppt und die anstehenden Dokumente verarbeitet.
|
||||
|
||||
Nach abgeschlossener Verarbeitung wird der Eventhandler wieder
|
||||
eingeschaltet</remarks>
|
||||
<param name="source"></param>
|
||||
<param name="e"></param>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
@@ -0,0 +1,2 @@
|
||||
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\installutil.exe "E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe"
|
||||
pause
|
||||
@@ -0,0 +1,2 @@
|
||||
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\installutil.exe "c:\program files\edoka\edkb14\edkb14ws.exe" /u
|
||||
pause
|
||||
@@ -0,0 +1,519 @@
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Der angegebene Dienst ist bereits vorhanden
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Der angegebene Dienst ist bereits vorhanden
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Der Kontoname ist unzulässig oder nicht vorhanden, oder das Kennwort ist für den angegebenen Kontennamen ungültig
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Commitphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
|
||||
|
||||
Die Deinstallation wurde gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog.
|
||||
|
||||
Die Deinstallation ist abgeschlossen.
|
||||
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Acrobat.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Acrobat.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Office.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Office.dll
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.VBIDE.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.VBIDE.dll
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Word.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Interop.Word.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Office.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Office.dll
Normal file
Binary file not shown.
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Oracle.DataAccess.dll
Normal file
BIN
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/Oracle.DataAccess.dll
Normal file
Binary file not shown.
792
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/edkb14ws.InstallLog
Normal file
792
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/edkb14ws.InstallLog
Normal file
@@ -0,0 +1,792 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe gefunden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe gefunden.
|
||||
Die InstallState-Datei wird entfernt, da keine Installer vorhanden sind.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Während der Rollbackphase des Installers System.ServiceProcess.ServiceProcessInstaller ist eine Ausnahme aufgetreten.
|
||||
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Während der Rollbackphase des Installers System.ServiceProcess.ServiceProcessInstaller ist eine Ausnahme aufgetreten.
|
||||
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Während der Deinstallation des Installers System.ServiceProcess.ServiceProcessInstaller ist eine Ausnahme aufgetreten.
|
||||
System.ArgumentException: Das Wörterbuch savedState enthält inkonsistente Daten und ist möglicherweise beschädigt.
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Während der Deinstallation des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Während der Deinstallation des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Während der Deinstallation des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Während der Rollbackphase des Installers System.Diagnostics.EventLogInstaller ist eine Ausnahme aufgetreten.
|
||||
System.Security.SecurityException: Die Quelle wurde nicht gefunden, aber einige oder alle Ereignisprotokolle konnten nicht durchsucht werden. Protokolle, auf die kein Zugriff möglich war: Security.
|
||||
Während der Rollbackphase der Installation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und der Rollback wird fortgesetzt. Der ursprüngliche Zustand des Computers wird jedoch möglicherweise nicht vollständig wiederhergestellt, nachdem der Rollback beendet ist.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB14WS wird wiederhergestellt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Warnung: Die Quelle EDKB14WS ist nicht auf dem lokalen Computer registriert.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Während der Deinstallation des Installers System.ServiceProcess.ServiceInstaller ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Der angegebene Dienst ist kein installierter Dienst
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Warnung: Die Quelle EDKB14WS ist nicht auf dem lokalen Computer registriert.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Während der Deinstallation des Installers System.ServiceProcess.ServiceInstaller ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Der angegebene Dienst ist kein installierter Dienst
|
||||
Während der Deinstallation ist eine Ausnahme aufgetreten. Diese Ausnahme wird ignoriert, und die Deinstallation wird fortgesetzt. Die Anwendung wird jedoch möglicherweise nicht vollständig deinstalliert.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Dienst EDKB14WS wird installiert...
|
||||
Dienst EDKB14WS wurde installiert.
|
||||
Die EventLog-Quelle EDKB14WS im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Assembly E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
assemblypath = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.exe
|
||||
logfile = E:\Software-Projekte\EDOKA\Batches\EDKB14\EDKB14WS\EDKB14WS\bin\Debug\edkb14ws.InstallLog
|
||||
Die EventLog-Quelle EDKB14WS wird entfernt.
|
||||
Der Dienst EDKB14WS wird vom System entfernt...
|
||||
Dienst EDKB14WS wurde vom System entfernt.
|
||||
Es wird versucht, den Dienst EDKB14WS zu beenden.
|
||||
24
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/parameters.xml
Normal file
24
Archiv/EDKB14WS - Kopie/EDKB14WS/bin/Debug/parameters.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=shu00;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=shu00;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnectionStringJournale>
|
||||
<OraConnectionstring>Provider=OraOLEDB.Oracle ;User ID=k;Password=charline;data source=DATG0T.TGKB;TSN Service=DATG05.TGKB;Port=1539;</OraConnectionstring>
|
||||
<DebugMode>True</DebugMode>
|
||||
<WorkDir>D:\Edoka\edkb14\</WorkDir>
|
||||
<DSRDir>D:\Edoka\edkb14</DSRDir>
|
||||
<AnzDokumente>50</AnzDokumente>
|
||||
<DoktypeBriefvorlage>1453</DoktypeBriefvorlage>
|
||||
<PSDir>D:\Edoka\PS\</PSDir>
|
||||
<PDFDir>d:\edoka\ps\</PDFDir>
|
||||
<PSPrinter>PSDRV</PSPrinter>
|
||||
<DistillerInOutDirs>True</DistillerInOutDirs>
|
||||
<ConvertPDFDirect>True</ConvertPDFDirect>
|
||||
<EDKB08Dir>d:\edoka\edkb08ds\</EDKB08Dir>
|
||||
<LogDir>d:\edoka\edkb14\logs\</LogDir>
|
||||
<WaitLoop>15</WaitLoop>
|
||||
<OracleAdresse>True</OracleAdresse>
|
||||
<Startzeit>18:00:00</Startzeit>
|
||||
<RunTimeInStd>23</RunTimeInStd>
|
||||
<Mail>stefan.hutter@tkb.ch</Mail>
|
||||
<TimerIntervallInMinuten>1</TimerIntervallInMinuten>
|
||||
</Configuration>
|
||||
Reference in New Issue
Block a user