Initial commit
This commit is contained in:
BIN
EDKB10/BMS/BMSService/bin/BMSService.BMSService.resources
Normal file
BIN
EDKB10/BMS/BMSService/bin/BMSService.BMSService.resources
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/BMSService.Job.resources
Normal file
BIN
EDKB10/BMS/BMSService/bin/BMSService.Job.resources
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/BMSService.ProjectInstaller.resources
Normal file
BIN
EDKB10/BMS/BMSService/bin/BMSService.ProjectInstaller.resources
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/Common.dll
Normal file
BIN
EDKB10/BMS/BMSService/bin/Common.dll
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/Common.pdb
Normal file
BIN
EDKB10/BMS/BMSService/bin/Common.pdb
Normal file
Binary file not shown.
22
EDKB10/BMS/BMSService/bin/Common.xml
Normal file
22
EDKB10/BMS/BMSService/bin/Common.xml
Normal 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>
|
||||
46
EDKB10/BMS/BMSService/bin/Copy of bms_settings.xml
Normal file
46
EDKB10/BMS/BMSService/bin/Copy of bms_settings.xml
Normal 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>1</StartJobInterval>
|
||||
|
||||
<!-- Check interval in minutes for watcher -->
|
||||
<WatchJobInterval>1</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>EDKB10</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>mrelayz.sharedres.ch</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>
|
||||
BIN
EDKB10/BMS/BMSService/bin/DataAccess.dll
Normal file
BIN
EDKB10/BMS/BMSService/bin/DataAccess.dll
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/DataAccess.pdb
Normal file
BIN
EDKB10/BMS/BMSService/bin/DataAccess.pdb
Normal file
Binary file not shown.
11
EDKB10/BMS/BMSService/bin/DataAccess.xml
Normal file
11
EDKB10/BMS/BMSService/bin/DataAccess.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
DataAccess
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB10/BMS/BMSService/bin/EDKB10.exe
Normal file
BIN
EDKB10/BMS/BMSService/bin/EDKB10.exe
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/EDKB10.pdb
Normal file
BIN
EDKB10/BMS/BMSService/bin/EDKB10.pdb
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/EDKB10.vshost.exe
Normal file
BIN
EDKB10/BMS/BMSService/bin/EDKB10.vshost.exe
Normal file
Binary file not shown.
11
EDKB10/BMS/BMSService/bin/EDKB10.vshost.exe.manifest
Normal file
11
EDKB10/BMS/BMSService/bin/EDKB10.vshost.exe.manifest
Normal file
@@ -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>
|
||||
11
EDKB10/BMS/BMSService/bin/EDKB10.xml
Normal file
11
EDKB10/BMS/BMSService/bin/EDKB10.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB10
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
14
EDKB10/BMS/BMSService/bin/InstallUtil.InstallLog
Normal file
14
EDKB10/BMS/BMSService/bin/InstallUtil.InstallLog
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
Running a transacted installation.
|
||||
|
||||
Beginning the Install phase of the installation.
|
||||
See the contents of the log file for the C:\Program Files\edoka\edkb10\edkb10.exe assembly's progress.
|
||||
The file is located at C:\Program Files\edoka\edkb10\edkb10.InstallLog.
|
||||
|
||||
The Install phase completed successfully, and the Commit phase is beginning.
|
||||
See the contents of the log file for the C:\Program Files\edoka\edkb10\edkb10.exe assembly's progress.
|
||||
The file is located at C:\Program Files\edoka\edkb10\edkb10.InstallLog.
|
||||
|
||||
The Commit phase completed successfully.
|
||||
|
||||
The transacted install has completed.
|
||||
1
EDKB10/BMS/BMSService/bin/Kopie von bms_conn.cfg
Normal file
1
EDKB10/BMS/BMSService/bin/Kopie von bms_conn.cfg
Normal file
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰ Œ¢™£Ÿ†–—~u{©Œ›—¢v˜œ°“Ÿ…p~‰x|€»¶¾È½¦¾u±¥Á¶±»³‚”•¨ÄªÄÈ··Áu¸±¯ºÄ±ÉÍt®À»½“¶±¿±€É·Ç¿Ç¹³É·³»u®°‰€Â©¸¿¹¹rÈ·¾²’y|…{½È¹Æe»¹‹¸´º©»·¦¸¶ÇǼÁDzqɬ±°´½©‡†Ä€
|
||||
BIN
EDKB10/BMS/BMSService/bin/ResolveAssemblyReference.cache
Normal file
BIN
EDKB10/BMS/BMSService/bin/ResolveAssemblyReference.cache
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/ZpCryptography.dll
Normal file
BIN
EDKB10/BMS/BMSService/bin/ZpCryptography.dll
Normal file
Binary file not shown.
BIN
EDKB10/BMS/BMSService/bin/ZpCryptography.pdb
Normal file
BIN
EDKB10/BMS/BMSService/bin/ZpCryptography.pdb
Normal file
Binary file not shown.
11
EDKB10/BMS/BMSService/bin/ZpCryptography.xml
Normal file
11
EDKB10/BMS/BMSService/bin/ZpCryptography.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
ZpCryptography
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
1
EDKB10/BMS/BMSService/bin/bms_conn.cfg
Normal file
1
EDKB10/BMS/BMSService/bin/bms_conn.cfg
Normal file
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰ Œ¢™£Ÿ†–—~u{©Œ›—¢v˜œ°“Ÿ…p~‰x|€»¶¾È½¦¾u±¥Á¶±»³‚”•¨ÄªÄÈ··Áu¸±¯ºÄ±ÉÍt®À»½“¶±¿±€É·Ç¿Ç¹³É·³»u®°‰€Â©¸¿¹¹rÈ·¾²’y|…{½È¹Æe»¹‹¸´·²¿‡µ³»ÈË÷¶’r¸´·²¿~wƒ
|
||||
46
EDKB10/BMS/BMSService/bin/bms_settings.xml
Normal file
46
EDKB10/BMS/BMSService/bin/bms_settings.xml
Normal 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>10</StartJobInterval>
|
||||
|
||||
<!-- Check interval in minutes for watcher -->
|
||||
<WatchJobInterval>15</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>EDKB10</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>mrelayz.sharedres.ch</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>
|
||||
13
EDKB10/BMS/BMSService/bin/edkb10.InstallLog
Normal file
13
EDKB10/BMS/BMSService/bin/edkb10.InstallLog
Normal file
@@ -0,0 +1,13 @@
|
||||
Installing assembly 'C:\Program Files\edoka\edkb10\edkb10.exe'.
|
||||
Affected parameters are:
|
||||
logtoconsole =
|
||||
assemblypath = C:\Program Files\edoka\edkb10\edkb10.exe
|
||||
logfile = C:\Program Files\edoka\edkb10\edkb10.InstallLog
|
||||
Installing service BMSService...
|
||||
Service BMSService has been successfully installed.
|
||||
Creating EventLog source BMSService in log Application...
|
||||
Committing assembly 'C:\Program Files\edoka\edkb10\edkb10.exe'.
|
||||
Affected parameters are:
|
||||
logtoconsole =
|
||||
assemblypath = C:\Program Files\edoka\edkb10\edkb10.exe
|
||||
logfile = C:\Program Files\edoka\edkb10\edkb10.InstallLog
|
||||
113
EDKB10/BMS/BMSService/bin/edkb10.InstallState
Normal file
113
EDKB10/BMS/BMSService/bin/edkb10.InstallState
Normal file
@@ -0,0 +1,113 @@
|
||||
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<SOAP-ENV:Body>
|
||||
<a1:Hashtable id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-2"/>
|
||||
<Values href="#ref-3"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item id="ref-4" xsi:type="SOAP-ENC:string">_reserved_nestedSavedStates</item>
|
||||
<item id="ref-5" xsi:type="SOAP-ENC:string">_reserved_lastInstallerAttempted</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-3" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-6"/>
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-7"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-7" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-8"/>
|
||||
<Values href="#ref-9"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-4"/>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-9" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-10"/>
|
||||
<item xsi:type="xsd:int">1</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="a1:IDictionary[2]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-11"/>
|
||||
<item href="#ref-12"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-11" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-13"/>
|
||||
<Values href="#ref-14"/>
|
||||
</a1:Hashtable>
|
||||
<a1:Hashtable id="ref-12" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-15"/>
|
||||
<Values href="#ref-16"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-13" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-17" xsi:type="SOAP-ENC:string">Account</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-14" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-18"/>
|
||||
<item xsi:type="a3:ServiceAccount" xmlns:a3="http://schemas.microsoft.com/clr/nsassem/System.ServiceProcess/System.ServiceProcess%2C%20Version%3D2.0.0.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a">LocalSystem</item>
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-15" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-20" xsi:type="SOAP-ENC:string">installed</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-16" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-21"/>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-18" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-21" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-22"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-22" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>5</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-23"/>
|
||||
<Values href="#ref-24"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-23" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item id="ref-25" xsi:type="SOAP-ENC:string">logExists</item>
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-26" xsi:type="SOAP-ENC:string">alreadyRegistered</item>
|
||||
<item id="ref-27" xsi:type="SOAP-ENC:string">baseInstalledAndPlatformOK</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-24" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-28"/>
|
||||
<item xsi:type="xsd:boolean">false</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-28" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
2
EDKB10/BMS/BMSService/bin/install.bat
Normal file
2
EDKB10/BMS/BMSService/bin/install.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\installutil.exe "C:\Program Files\edoka\edkb10\edkb10.exe"
|
||||
pause
|
||||
2
EDKB10/BMS/BMSService/bin/uninstall.bat
Normal file
2
EDKB10/BMS/BMSService/bin/uninstall.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\installutil.exe edkb10.exe /u
|
||||
pause
|
||||
Reference in New Issue
Block a user