Initial commit

This commit is contained in:
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Common
</name>
</assembly>
<members>
<member name="M:Common.Settings.GetSettingValue(System.String)">
<summary>Gets the first matching value of a property</summary>
<param name="propertyName"></param>
<returns></returns>
</member><member name="M:Common.Settings.SetSettingsValue(System.String,System.String)">
<summary>Sets the first matching value of a property</summary>
<param name="xpath"></param>
<param name="value"></param>
</member><member name="M:Common.Settings.GetDecryptedDSN">
<summary>Return the descripted dsn string</summary>
<returns></returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DataAccess
</name>
</assembly>
<members>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB10
</name>
</assembly>
<members>
</members>
</doc>

View File

@@ -0,0 +1,21 @@
Eine transaktive Installation wird ausgeführt.
Die Installationsphase wird gestartet.
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe.
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.InstallLog.
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe.
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.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\Tools\BMS\BMSService\bin\EDKB10.exe.
Die Datei befindet sich in E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.InstallLog.
Die Deinstallation ist abgeschlossen.

Binary file not shown.

View File

@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ZpCryptography
</name>
</assembly>
<members>
</members>
</doc>

View File

@@ -0,0 +1 @@
¹µÈ¦rȽ¹¿¸ª‰¿­Çx…½³»É·¥¹u¨­À¦¾·¼¥¾©¿È®¿ÀeÅ­¸ÉÆ®ÆÎn­»»´¦¾»ºË´ÄÀÁ¸®É®»ºe»¬Ä¦µÀ³¸mȮƱ†xŽŠºÅºÀd¶¹¿­€Â©ÈÇ˴Ĺ­Á

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<config>
<!-- The maximum duration a start job can take before a starter error occures -->
<MaximumStartDuration>1</MaximumStartDuration>
<!-- Check interval in minutes for starter -->
<StartJobInterval>2</StartJobInterval>
<!-- Check interval in minutes for watcher -->
<WatchJobInterval>2</WatchJobInterval>
<!-- The number of Starter-Errors notifications should be activated until the job runs successful next time -->
<MaxStarterNotifications>2</MaxStarterNotifications>
<!-- The number of Watch-Errors notifications should be activated until the job runs successful next time -->
<MaxWatcherNotifications>3</MaxWatcherNotifications>
<!-- Name of the system event log where service should write his entries -->
<EventLogName>BMS</EventLogName>
<!-- The target where messages should be written to.
Valid log targets are:
- 1: System EventLog
- 2: Database EventLog table
-->
<LogTarget>1</LogTarget>
<!-- Mail Server to send eMails from BMS -->
<MailServer>tkbdev01</MailServer>
<!-- Mail sender name -->
<MailFrom>info@shub.ch</MailFrom>
<!-- Mail Server authentication method.
Valid methods are:
- 0: Anonymous
- 1: Basic Authentication (clear text authentication!)
-->
<MailServerAuth>
<Method>0</Method>
<UserName>mailUser</UserName>
<Password>mailPassword</Password>
</MailServerAuth>
</config>
</root>

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<config>
<!-- The maximum duration a start job can take before a starter error occures -->
<MaximumStartDuration>1</MaximumStartDuration>
<!-- Check interval in minutes for starter -->
<StartJobInterval>2</StartJobInterval>
<!-- Check interval in minutes for watcher -->
<WatchJobInterval>2</WatchJobInterval>
<!-- The number of Starter-Errors notifications should be activated until the job runs successful next time -->
<MaxStarterNotifications>2</MaxStarterNotifications>
<!-- The number of Watch-Errors notifications should be activated until the job runs successful next time -->
<MaxWatcherNotifications>3</MaxWatcherNotifications>
<!-- Name of the system event log where service should write his entries -->
<EventLogName>BMS</EventLogName>
<!-- The target where messages should be written to.
Valid log targets are:
- 1: System EventLog
- 2: Database EventLog table
-->
<LogTarget>1</LogTarget>
<!-- Mail Server to send eMails from BMS -->
<MailServer>tkbdev01</MailServer>
<!-- Mail sender name -->
<MailFrom>bms@tkb.ch</MailFrom>
<!-- Mail Server authentication method.
Valid methods are:
- 0: Anonymous
- 1: Basic Authentication (clear text authentication!)
-->
<MailServerAuth>
<Method>0</Method>
<UserName>mailUser</UserName>
<Password>mailPassword</Password>
</MailServerAuth>
</config>
</root>

View File

@@ -0,0 +1,35 @@
Assembly c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.exe wird installiert.
Betroffene Parameter:
logtoconsole =
assemblypath = c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.exe
logfile = c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.InstallLog
Dienst BMSService wird installiert...
Dienst BMSService wurde installiert.
Die EventLog-Quelle BMSService im Protokoll Application wird erstellt...
Assembly c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.exe wird ausgeführt.
Betroffene Parameter:
logtoconsole =
assemblypath = c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.exe
logfile = c:\data\edoka_fw3\bms\bmsservice\bin\edkb10.InstallLog
Assembly E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe wird installiert.
Betroffene Parameter:
logtoconsole =
assemblypath = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe
logfile = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.InstallLog
Dienst BMSService wird installiert...
Dienst BMSService wurde installiert.
Die EventLog-Quelle BMSService im Protokoll Application wird erstellt...
Assembly E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe wird ausgeführt.
Betroffene Parameter:
logtoconsole =
assemblypath = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe
logfile = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.InstallLog
Assembly E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe wird deinstalliert.
Betroffene Parameter:
logtoconsole =
assemblypath = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe
logfile = E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.InstallLog
Die EventLog-Quelle BMSService wird entfernt.
Der Dienst BMSService wird vom System entfernt...
Dienst BMSService wurde vom System entfernt.
Es wird versucht, den Dienst BMSService zu beenden.

View File

@@ -0,0 +1,2 @@
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe "E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe"
pause

View File

@@ -0,0 +1,2 @@
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe "E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe" /u
pause

View File

@@ -0,0 +1,2 @@
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe "E:\Software-Projekte\EDOKA\Tools\BMS\BMSService\bin\EDKB10.exe"
pause