Initial commit
This commit is contained in:
21
EDKB21/EDKB17/App.config
Normal file
21
EDKB21/EDKB17/App.config
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="EDKB21.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB21.My.MySettings>
|
||||
<setting name="Startparameter" serializeAs="String">
|
||||
<value>d:\apps\edoka\services\programme\edkb09\start.bat</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>60</value>
|
||||
</setting>
|
||||
</EDKB21.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
180
EDKB21/EDKB17/EDKB21.vbproj
Normal file
180
EDKB21/EDKB17/EDKB21.vbproj
Normal file
@@ -0,0 +1,180 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{764592D3-EDF1-4BCC-B13C-70B79A850828}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<StartupObject>EDKB21.Service1</StartupObject>
|
||||
<RootNamespace>EDKB21</RootNamespace>
|
||||
<AssemblyName>EDKB21</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Console</MyType>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>Full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>EDKB21.xml</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
|
||||
<Optimize>true</Optimize>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<UseVSHostingProcess>true</UseVSHostingProcess>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>EDKB21.xml</DocumentationFile>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>Off</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DocumentationFile>EDKB21.xml</DocumentationFile>
|
||||
<Optimize>false</Optimize>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DocumentationFile>EDKB21.xml</DocumentationFile>
|
||||
<Optimize>true</Optimize>
|
||||
<NoWarn>41999,42016,42017,42018,42019,42032,42036</NoWarn>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<WarningsAsErrors>
|
||||
</WarningsAsErrors>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Configuration.Install" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.ServiceProcess" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http">
|
||||
<Private>False</Private>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Globals.vb" />
|
||||
<Compile Include="Klassem\clsParameter.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectInstaller.Designer.vb">
|
||||
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ProjectInstaller.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Service1.vb">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Service1.Designer.vb">
|
||||
<DependentUpon>Service1.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="Verarbeitung\clsVerarbeitung.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="ProjectInstaller.resx">
|
||||
<DependentUpon>ProjectInstaller.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\app.manifest" />
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="App.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
</Target>
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
6
EDKB21/EDKB17/EDKB21.vbproj.user
Normal file
6
EDKB21/EDKB17/EDKB21.vbproj.user
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<EnableUnmanagedDebugging>true</EnableUnmanagedDebugging>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
27
EDKB21/EDKB17/Globals.vb
Normal file
27
EDKB21/EDKB17/Globals.vb
Normal file
@@ -0,0 +1,27 @@
|
||||
Module Globals
|
||||
|
||||
Public params As New ClsParameters
|
||||
|
||||
|
||||
|
||||
Public Sub PrintOut(ByVal s As String)
|
||||
'Console.WriteLine(Format(Now, "yyyyMMddHHmmss") + ": " + s)
|
||||
PrintLog(Format(Now, "yyyyMMddHHmmss") + ": " + s, EventLogEntryType.Information)
|
||||
End Sub
|
||||
|
||||
Dim EVLog As New EventLog("Log_EDKB21")
|
||||
Public Sub PrintLog(ByVal message As String, Optional ByVal eventmessage As EventLogEntryType = EventLogEntryType.Information)
|
||||
#If CONFIG = "Release" Then 'Release
|
||||
If Not EventLog.SourceExists("EDKB21") Then
|
||||
EventLog.CreateEventSource("EDKB21", "EDKB21 Log")
|
||||
End If
|
||||
EVLog.Source = "EDKB21 Log"
|
||||
|
||||
EventLog.WriteEntry(EVLog.Source, message, eventmessage)
|
||||
#Else
|
||||
Debug.Print(message)
|
||||
#End If
|
||||
|
||||
End Sub
|
||||
|
||||
End Module
|
||||
50
EDKB21/EDKB17/Klassem/clsParameter.vb
Normal file
50
EDKB21/EDKB17/Klassem/clsParameter.vb
Normal file
@@ -0,0 +1,50 @@
|
||||
Imports System.IO
|
||||
|
||||
'''<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
'''\bin\parameters.cfg</summary>
|
||||
'''<author>Stefan Hutter</author>
|
||||
Public Class ClsParameters
|
||||
|
||||
#Region "Deklarationen"
|
||||
|
||||
Dim m_startparameter As String
|
||||
Property Startparameter As String
|
||||
Get
|
||||
Return m_startparameter
|
||||
End Get
|
||||
Set(value As String)
|
||||
m_startparameter = value
|
||||
End Set
|
||||
End Property
|
||||
Dim m_EDOKA_Connection As String
|
||||
Dim m_timerintervall As Integer
|
||||
Property TimeIntervall As Integer
|
||||
Get
|
||||
Return m_timerintervall
|
||||
End Get
|
||||
Set(value As Integer)
|
||||
m_timerintervall = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
|
||||
#End Region
|
||||
|
||||
'''<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
'''<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
'''Datei "Parameters.cfg"</remarks>
|
||||
'''<returns>True im OK-Fall
|
||||
'''False im Fehlerfall</returns>
|
||||
Public Function Loadparameters() As Boolean
|
||||
Try
|
||||
Me.Startparameter = My.Settings.Startparameter
|
||||
Me.TimeIntervall = My.Settings.TimerIntervall_in_Sekunden * 1000
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
|
||||
|
||||
|
||||
End Class
|
||||
13
EDKB21/EDKB17/My Project/Application.Designer.vb
generated
Normal file
13
EDKB21/EDKB17/My Project/Application.Designer.vb
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
10
EDKB21/EDKB17/My Project/Application.myapp
Normal file
10
EDKB21/EDKB17/My Project/Application.myapp
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>false</MySubMain>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>3</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
35
EDKB21/EDKB17/My Project/AssemblyInfo.vb
Normal file
35
EDKB21/EDKB17/My Project/AssemblyInfo.vb
Normal file
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("EDKB21")>
|
||||
<Assembly: AssemblyDescription("EDKB21")>
|
||||
<Assembly: AssemblyCompany("Stefan Hutter Unternehmensberatung")>
|
||||
<Assembly: AssemblyProduct("EDKB21")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2019")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(True)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("195753a1-f731-4d77-9341-f5a6d29b006f")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
63
EDKB21/EDKB17/My Project/Resources.Designer.vb
generated
Normal file
63
EDKB21/EDKB17/My Project/Resources.Designer.vb
generated
Normal file
@@ -0,0 +1,63 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
Imports System
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||
'''<summary>
|
||||
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("EDKB21.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
117
EDKB21/EDKB17/My Project/Resources.resx
Normal file
117
EDKB21/EDKB17/My Project/Resources.resx
Normal file
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
97
EDKB21/EDKB17/My Project/Settings.Designer.vb
generated
Normal file
97
EDKB21/EDKB17/My Project/Settings.Designer.vb
generated
Normal file
@@ -0,0 +1,97 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' Dieser Code wurde von einem Tool generiert.
|
||||
' Laufzeitversion:4.0.30319.42000
|
||||
'
|
||||
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
' der Code erneut generiert wird.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
|
||||
|
||||
#Region "Automatische My.Settings-Speicherfunktion"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(sender As Global.System.Object, e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("d:\apps\edoka\services\programme\edkb09\start.bat")> _
|
||||
Public Property Startparameter() As String
|
||||
Get
|
||||
Return CType(Me("Startparameter"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("Startparameter") = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("60")> _
|
||||
Public Property TimerIntervall_in_Sekunden() As String
|
||||
Get
|
||||
Return CType(Me("TimerIntervall_in_Sekunden"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("TimerIntervall_in_Sekunden") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.EDKB21.My.MySettings
|
||||
Get
|
||||
Return Global.EDKB21.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
12
EDKB21/EDKB17/My Project/Settings.settings
Normal file
12
EDKB21/EDKB17/My Project/Settings.settings
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
||||
<Profiles />
|
||||
<Settings>
|
||||
<Setting Name="Startparameter" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">d:\apps\edoka\services\programme\edkb09\start.bat</Value>
|
||||
</Setting>
|
||||
<Setting Name="TimerIntervall_in_Sekunden" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">60</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
76
EDKB21/EDKB17/My Project/app.manifest
Normal file
76
EDKB21/EDKB17/My Project/app.manifest
Normal file
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<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">
|
||||
<!-- UAC-Manifestoptionen
|
||||
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den
|
||||
Knoten "requestedExecutionLevel" wie folgt.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert.
|
||||
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität
|
||||
für die Anwendung erforderlich ist.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet
|
||||
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,
|
||||
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->
|
||||
|
||||
<!-- Windows Vista -->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||
|
||||
<!-- Windows 7 -->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||
|
||||
<!-- Windows 8 -->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||
|
||||
<!-- Windows 8.1 -->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||
|
||||
<!-- Windows 10 -->
|
||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere
|
||||
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht
|
||||
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss
|
||||
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. -->
|
||||
<!--
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
-->
|
||||
|
||||
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
|
||||
<!--
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
</assembly>
|
||||
47
EDKB21/EDKB17/ProjectInstaller.Designer.vb
generated
Normal file
47
EDKB21/EDKB17/ProjectInstaller.Designer.vb
generated
Normal file
@@ -0,0 +1,47 @@
|
||||
<System.ComponentModel.RunInstaller(True)> Partial Class ProjectInstaller
|
||||
Inherits System.Configuration.Install.Installer
|
||||
|
||||
'Installer überschreibt den Löschvorgang zum Bereinigen der Komponentenliste.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
'Wird vom Komponenten-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
'Hinweis: Die folgende Prozedur ist für den Komponenten-Designer erforderlich.
|
||||
'Das Bearbeiten ist mit dem Komponenten-Designer möglich.
|
||||
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
|
||||
Me.ServiceProcessInstaller1 = New System.ServiceProcess.ServiceProcessInstaller()
|
||||
Me.ServiceInstaller1 = New System.ServiceProcess.ServiceInstaller()
|
||||
'
|
||||
'ServiceProcessInstaller1
|
||||
'
|
||||
Me.ServiceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem
|
||||
Me.ServiceProcessInstaller1.Password = Nothing
|
||||
Me.ServiceProcessInstaller1.Username = Nothing
|
||||
'
|
||||
'ServiceInstaller1
|
||||
'
|
||||
Me.ServiceInstaller1.DisplayName = "EDKB21"
|
||||
Me.ServiceInstaller1.ServiceName = "EDKB21"
|
||||
'
|
||||
'ProjectInstaller
|
||||
'
|
||||
Me.Installers.AddRange(New System.Configuration.Install.Installer() {Me.ServiceProcessInstaller1, Me.ServiceInstaller1})
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents ServiceProcessInstaller1 As ServiceProcess.ServiceProcessInstaller
|
||||
Friend WithEvents ServiceInstaller1 As ServiceProcess.ServiceInstaller
|
||||
End Class
|
||||
129
EDKB21/EDKB17/ProjectInstaller.resx
Normal file
129
EDKB21/EDKB17/ProjectInstaller.resx
Normal file
@@ -0,0 +1,129 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<metadata name="ServiceProcessInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 17</value>
|
||||
</metadata>
|
||||
<metadata name="ServiceInstaller1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>197, 17</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
</root>
|
||||
16
EDKB21/EDKB17/ProjectInstaller.vb
Normal file
16
EDKB21/EDKB17/ProjectInstaller.vb
Normal file
@@ -0,0 +1,16 @@
|
||||
Imports System.ComponentModel
|
||||
Imports System.Configuration.Install
|
||||
|
||||
Public Class ProjectInstaller
|
||||
|
||||
Public Sub New()
|
||||
MyBase.New()
|
||||
|
||||
'Dieser Aufruf ist für den Komponenten-Designer erforderlich.
|
||||
InitializeComponent()
|
||||
|
||||
'Initialisierungscode nach dem Aufruf von InitializeComponent hinzufügen
|
||||
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
59
EDKB21/EDKB17/Service1.Designer.vb
generated
Normal file
59
EDKB21/EDKB17/Service1.Designer.vb
generated
Normal file
@@ -0,0 +1,59 @@
|
||||
Imports System.ServiceProcess
|
||||
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Service1
|
||||
Inherits System.ServiceProcess.ServiceBase
|
||||
|
||||
'UserService überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
components.Dispose()
|
||||
End If
|
||||
Finally
|
||||
MyBase.Dispose(disposing)
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
' Der Haupteinstiegspunkt für den Prozess
|
||||
<MTAThread()>
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Shared Sub Main()
|
||||
#If CONFIG = "Release" Then
|
||||
Dim ServicesToRun() As System.ServiceProcess.ServiceBase
|
||||
ServicesToRun = New System.ServiceProcess.ServiceBase() {New Service1()}
|
||||
System.ServiceProcess.ServiceBase.Run(ServicesToRun)
|
||||
#Else
|
||||
Dim myServ As New Service1
|
||||
myServ.OnStart({""})
|
||||
While (True)
|
||||
System.Threading.Thread.Sleep(2000)
|
||||
End While
|
||||
#End If
|
||||
'im ServicesToRun() As System.ServiceProcess.ServiceBase
|
||||
|
||||
' Innerhalb eines Prozesses können mehrere NT-Dienste ausgeführt werden. Um einen
|
||||
' weiteren Dienst zu diesem Prozess hinzuzufügen, ändern Sie die folgende Zeile,
|
||||
' um ein zweites Dienstobjekt zu erstellen. Zum Beispiel
|
||||
'
|
||||
' ServicesToRun = New System.ServiceProcess.ServiceBase () {New Service1, New MySecondUserService}
|
||||
'
|
||||
'ServicesToRun = New System.ServiceProcess.ServiceBase() {New Service1}
|
||||
|
||||
'ystem.ServiceProcess.ServiceBase.Run(ServicesToRun)
|
||||
End Sub
|
||||
|
||||
'Wird vom Komponenten-Designer benötigt.
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
' Hinweis: Die folgende Prozedur ist für den Komponenten-Designer erforderlich.
|
||||
' Das Bearbeiten ist mit dem Komponenten-Designer möglich.
|
||||
' Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
components = New System.ComponentModel.Container()
|
||||
Me.ServiceName = "Service1"
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
45
EDKB21/EDKB17/Service1.vb
Normal file
45
EDKB21/EDKB17/Service1.vb
Normal file
@@ -0,0 +1,45 @@
|
||||
Imports System.IO
|
||||
Imports System.Timers
|
||||
|
||||
Public Class Service1
|
||||
|
||||
|
||||
|
||||
|
||||
Dim WithEvents fwinput As New FileSystemWatcher
|
||||
Dim WithEvents CheckTimer As New Timers.Timer()
|
||||
Protected Overrides Sub OnStart(ByVal args() As String)
|
||||
' Code zum Starten des Dienstes hier einfügen. Diese Methode sollte Vorgänge
|
||||
' ausführen, damit der Dienst gestartet werden kann.
|
||||
PrintOut("Start EDKB21")
|
||||
|
||||
'Parameter auslesen
|
||||
If params.Loadparameters() = False Then
|
||||
PrintOut("Fehler beim Laden der Parameter")
|
||||
PrintOut("Verarbeitung abgebrochen")
|
||||
Exit Sub
|
||||
End If
|
||||
CheckTimer.Interval = params.TimeIntervall
|
||||
CheckTimer.Start()
|
||||
|
||||
|
||||
|
||||
Me.fwinput.EnableRaisingEvents = True
|
||||
End Sub
|
||||
|
||||
Protected Overrides Sub OnStop()
|
||||
' Hier Code zum Ausführen erforderlicher Löschvorgänge zum Beenden des Dienstes einfügen.
|
||||
End Sub
|
||||
|
||||
Private Sub CheckTimer_Elapsed(sender As Object, e As ElapsedEventArgs) Handles CheckTimer.Elapsed
|
||||
CheckTimer.Stop()
|
||||
Verarbeiten()
|
||||
CheckTimer.Start()
|
||||
End Sub
|
||||
|
||||
Public Sub Verarbeiten()
|
||||
Dim verarbeitung As New clsVerarbeitung
|
||||
verarbeitung.startjob(params.Startparameter)
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
21
EDKB21/EDKB17/Verarbeitung/clsVerarbeitung.vb
Normal file
21
EDKB21/EDKB17/Verarbeitung/clsVerarbeitung.vb
Normal file
@@ -0,0 +1,21 @@
|
||||
Imports System.Data.SqlClient
|
||||
Imports System.Data.SqlDbType
|
||||
Imports System.IO
|
||||
Imports System
|
||||
Imports Syncfusion.DocIO.DLS
|
||||
Imports Syncfusion.DocToPDFConverter
|
||||
Imports Syncfusion.Pdf
|
||||
Imports Syncfusion.OfficeChart
|
||||
Imports Syncfusion.OfficeChartToImageConverter
|
||||
Imports Syncfusion.Windows.Forms
|
||||
Imports Syncfusion.DocIO
|
||||
Imports ICSharpCode.SharpZipLib.Checksums
|
||||
Imports ICSharpCode.SharpZipLib.Zip
|
||||
|
||||
Public Class clsVerarbeitung
|
||||
Public Function StartJob(ByVal s As String)
|
||||
Shell(s, AppWinStyle.Hide)
|
||||
End Function
|
||||
|
||||
|
||||
End Class
|
||||
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.exe
Normal file
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.exe
Normal file
Binary file not shown.
48
EDKB21/EDKB17/bin/Debug/EDKB17.exe.config
Normal file
48
EDKB21/EDKB17/bin/Debug/EDKB17.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>false</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.pdb
Normal file
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.pdb
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.vshost.exe
Normal file
BIN
EDKB21/EDKB17/bin/Debug/EDKB17.vshost.exe
Normal file
Binary file not shown.
48
EDKB21/EDKB17/bin/Debug/EDKB17.vshost.exe.config
Normal file
48
EDKB21/EDKB17/bin/Debug/EDKB17.vshost.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>2</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = ##DokID##"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
38
EDKB21/EDKB17/bin/Debug/EDKB17.xml
Normal file
38
EDKB21/EDKB17/bin/Debug/EDKB17.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB17
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB17.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB17.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
<member name="T:EDKB17.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/Debug/EDKB21.exe
Normal file
BIN
EDKB21/EDKB17/bin/Debug/EDKB21.exe
Normal file
Binary file not shown.
21
EDKB21/EDKB17/bin/Debug/EDKB21.exe.config
Normal file
21
EDKB21/EDKB17/bin/Debug/EDKB21.exe.config
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="EDKB21.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB21.My.MySettings>
|
||||
<setting name="Startparameter" serializeAs="String">
|
||||
<value>d:\apps\edoka\services\programme\edkb09\start.bat</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>60</value>
|
||||
</setting>
|
||||
</EDKB21.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB21/EDKB17/bin/Debug/EDKB21.pdb
Normal file
BIN
EDKB21/EDKB17/bin/Debug/EDKB21.pdb
Normal file
Binary file not shown.
38
EDKB21/EDKB17/bin/Debug/EDKB21.xml
Normal file
38
EDKB21/EDKB17/bin/Debug/EDKB21.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB21
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB21.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB21.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB21.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:EDKB21.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB21.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/Debug/ICSharpCode.SharpZipLib.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/ICSharpCode.SharpZipLib.dll
Normal file
Binary file not shown.
242
EDKB21/EDKB17/bin/Debug/InstallUtil.InstallLog
Normal file
242
EDKB21/EDKB17/bin/Debug/InstallUtil.InstallLog
Normal file
@@ -0,0 +1,242 @@
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.Chart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.Chart.Base.dll
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.DocIO.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.DocIO.ClientProfile.dll
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.DocIO.Windows.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.DocIO.Windows.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.OfficeChart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.OfficeChart.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.Pdf.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/Debug/Syncfusion.Pdf.ClientProfile.dll
Normal file
Binary file not shown.
160
EDKB21/EDKB17/bin/Debug/edkb17.InstallLog
Normal file
160
EDKB21/EDKB17/bin/Debug/edkb17.InstallLog
Normal file
@@ -0,0 +1,160 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Die EventLog-Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Die EventLog-Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Dienst EDKB17 wurde installiert.
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Die EventLog-Quelle EDKB17 wird entfernt.
|
||||
Der Dienst EDKB17 wird vom System entfernt...
|
||||
Dienst EDKB17 wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe
|
||||
Die EventLog-Quelle EDKB17 wird entfernt.
|
||||
Warnung: Die Quelle EDKB17 ist nicht auf dem lokalen Computer registriert.
|
||||
Der Dienst EDKB17 wird vom System entfernt...
|
||||
Dienst EDKB17 wurde vom System entfernt.
|
||||
1
EDKB21/EDKB17/bin/Debug/edkb17.InstallState
Normal file
1
EDKB21/EDKB17/bin/Debug/edkb17.InstallState
Normal file
File diff suppressed because one or more lines are too long
131
EDKB21/EDKB17/bin/Debug/edkb21.InstallLog
Normal file
131
EDKB21/EDKB17/bin/Debug/edkb21.InstallLog
Normal file
@@ -0,0 +1,131 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Die EventLog-Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB21 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB21 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Dienst EDKB21 wurde installiert.
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Die EventLog-Quelle EDKB21 wird entfernt.
|
||||
Der Dienst EDKB21 wird vom System entfernt...
|
||||
Dienst EDKB21 wurde vom System entfernt.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Dienst EDKB21 wurde installiert.
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
Die EventLog-Quelle EDKB21 wird entfernt.
|
||||
Der Dienst EDKB21 wird vom System entfernt...
|
||||
Dienst EDKB21 wurde vom System entfernt.
|
||||
2
EDKB21/EDKB17/bin/Debug/install.bat
Normal file
2
EDKB21/EDKB17/bin/Debug/install.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe
|
||||
pause
|
||||
2
EDKB21/EDKB17/bin/Debug/install_U.bat
Normal file
2
EDKB21/EDKB17/bin/Debug/install_U.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Debug\edkb21.exe /u
|
||||
pause
|
||||
11
EDKB21/EDKB17/bin/Debug/scinstall.bat
Normal file
11
EDKB21/EDKB17/bin/Debug/scinstall.bat
Normal file
@@ -0,0 +1,11 @@
|
||||
@echo OFF
|
||||
echo Stopping old service version...
|
||||
net stop "EDKB17"
|
||||
echo Uninstalling old service version...
|
||||
sc delete "EDKB17"
|
||||
|
||||
echo Installing service...
|
||||
rem DO NOT remove the space after "binpath="!
|
||||
sc create "EDKB17" binpath= "E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Debug\edkb17.exe" start= auto
|
||||
echo Starting server complete
|
||||
pause
|
||||
BIN
EDKB21/EDKB17/bin/Release/EDKB17.exe
Normal file
BIN
EDKB21/EDKB17/bin/Release/EDKB17.exe
Normal file
Binary file not shown.
51
EDKB21/EDKB17/bin/Release/EDKB17.exe.config
Normal file
51
EDKB21/EDKB17/bin/Release/EDKB17.exe.config
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>false</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="DebugMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB21/EDKB17/bin/Release/EDKB17.pdb
Normal file
BIN
EDKB21/EDKB17/bin/Release/EDKB17.pdb
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe
Normal file
BIN
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe
Normal file
Binary file not shown.
51
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe.config
Normal file
51
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe.config
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>10</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>false</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="DebugMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
76
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe.manifest
Normal file
76
EDKB21/EDKB17/bin/Release/EDKB17.vshost.exe.manifest
Normal file
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<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">
|
||||
<!-- UAC-Manifestoptionen
|
||||
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den
|
||||
Knoten "requestedExecutionLevel" wie folgt.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert.
|
||||
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität
|
||||
für die Anwendung erforderlich ist.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet
|
||||
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,
|
||||
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->
|
||||
|
||||
<!-- Windows Vista -->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||
|
||||
<!-- Windows 7 -->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||
|
||||
<!-- Windows 8 -->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||
|
||||
<!-- Windows 8.1 -->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||
|
||||
<!-- Windows 10 -->
|
||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere
|
||||
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht
|
||||
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss
|
||||
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. -->
|
||||
<!--
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
-->
|
||||
|
||||
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
|
||||
<!--
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
</assembly>
|
||||
38
EDKB21/EDKB17/bin/Release/EDKB17.xml
Normal file
38
EDKB21/EDKB17/bin/Release/EDKB17.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB17
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB17.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB17.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
<member name="T:EDKB17.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/Release/EDKB21.exe
Normal file
BIN
EDKB21/EDKB17/bin/Release/EDKB21.exe
Normal file
Binary file not shown.
21
EDKB21/EDKB17/bin/Release/EDKB21.exe.config
Normal file
21
EDKB21/EDKB17/bin/Release/EDKB21.exe.config
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
||||
<section name="EDKB21.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB21.My.MySettings>
|
||||
<setting name="Startparameter" serializeAs="String">
|
||||
<value>d:\apps\edoka\services\programme\edkb09\start.bat</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>60</value>
|
||||
</setting>
|
||||
</EDKB21.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB21/EDKB17/bin/Release/EDKB21.pdb
Normal file
BIN
EDKB21/EDKB17/bin/Release/EDKB21.pdb
Normal file
Binary file not shown.
38
EDKB21/EDKB17/bin/Release/EDKB21.xml
Normal file
38
EDKB21/EDKB17/bin/Release/EDKB21.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB21
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB21.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB21.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB21.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:EDKB21.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB21.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/Release/ICSharpCode.SharpZipLib.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/ICSharpCode.SharpZipLib.dll
Normal file
Binary file not shown.
174
EDKB21/EDKB17/bin/Release/InstallUtil.InstallLog
Normal file
174
EDKB21/EDKB17/bin/Release/InstallUtil.InstallLog
Normal file
@@ -0,0 +1,174 @@
|
||||
|
||||
Eine transaktive Installation wird ausgeführt.
|
||||
|
||||
Die Installationsphase wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Die Installationsphase ist abgeschlossen, und die Commitphase beginnt.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.InvalidOperationException: Die Diensteinstallation in der ausführbaren Datei E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wurde vom Benutzer abgebrochen.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.InvalidOperationException: Die Diensteinstallation in der ausführbaren Datei E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wurde vom Benutzer abgebrochen.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Zugriff verweigert
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Zugriff verweigert
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog.
|
||||
|
||||
Während der Installationsphase ist eine Ausnahme aufgetreten.
|
||||
System.ComponentModel.Win32Exception: Zugriff verweigert
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.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, State.
|
||||
|
||||
Die Rollbackphase der Installation wird gestartet.
|
||||
Die Protokolldatei enthält den Fortschritt der Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe.
|
||||
Die Datei befindet sich in E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog.
|
||||
|
||||
Die Rollbackphase wurde erfolgreich abgeschlossen.
|
||||
|
||||
Die transaktive Installation ist abgeschlossen.
|
||||
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.Chart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.Chart.Base.dll
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.DocIO.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.DocIO.ClientProfile.dll
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.DocIO.Windows.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.DocIO.Windows.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.OfficeChart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.OfficeChart.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.Pdf.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/Release/Syncfusion.Pdf.ClientProfile.dll
Normal file
Binary file not shown.
104
EDKB21/EDKB17/bin/Release/edkb17.InstallLog
Normal file
104
EDKB21/EDKB17/bin/Release/edkb17.InstallLog
Normal file
@@ -0,0 +1,104 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe gefunden.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Keine öffentlichen Installer mit dem RunInstallerAttribute.Yes-Attribut in der Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe gefunden.
|
||||
Die InstallState-Datei wird entfernt, da keine Installer vorhanden sind.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB17\EDKB17\EDKB17\bin\Release\edkb17.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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.
|
||||
BIN
EDKB21/EDKB17/bin/Release/edkb17.zip
Normal file
BIN
EDKB21/EDKB17/bin/Release/edkb17.zip
Normal file
Binary file not shown.
102
EDKB21/EDKB17/bin/Release/edkb21.InstallLog
Normal file
102
EDKB21/EDKB17/bin/Release/edkb21.InstallLog
Normal file
@@ -0,0 +1,102 @@
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Die EventLog-Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Dienst EDKB17 wird installiert...
|
||||
Die EventLog-Quelle EDKB17 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB17 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, State.
|
||||
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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird zurückgesetzt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Der vorherige Zustand des Ereignisprotokolls für die Quelle EDKB21 wird wiederhergestellt.
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Die EventLog-Quelle EDKB21 wird entfernt.
|
||||
Warnung: Die Quelle EDKB21 ist nicht auf dem lokalen Computer registriert.
|
||||
Der Dienst EDKB21 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\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird installiert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Dienst EDKB21 wird installiert...
|
||||
Dienst EDKB21 wurde installiert.
|
||||
Die EventLog-Quelle EDKB21 im Protokoll Application wird erstellt...
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird ausgeführt.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Assembly E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe wird deinstalliert.
|
||||
Betroffene Parameter:
|
||||
logtoconsole =
|
||||
logfile = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.InstallLog
|
||||
assemblypath = E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
Die EventLog-Quelle EDKB21 wird entfernt.
|
||||
Der Dienst EDKB21 wird vom System entfernt...
|
||||
Dienst EDKB21 wurde vom System entfernt.
|
||||
2
EDKB21/EDKB17/bin/Release/install.bat
Normal file
2
EDKB21/EDKB17/bin/Release/install.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe
|
||||
pause
|
||||
2
EDKB21/EDKB17/bin/Release/installu.bat
Normal file
2
EDKB21/EDKB17/bin/Release/installu.bat
Normal file
@@ -0,0 +1,2 @@
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil E:\Software-Projekte\EDOKA\batch\EDKB21\EDKB17\bin\Release\edkb21.exe /u
|
||||
pause
|
||||
BIN
EDKB21/EDKB17/bin/x86/Debug/EDKB17.vshost.exe
Normal file
BIN
EDKB21/EDKB17/bin/x86/Debug/EDKB17.vshost.exe
Normal file
Binary file not shown.
48
EDKB21/EDKB17/bin/x86/Debug/EDKB17.vshost.exe.config
Normal file
48
EDKB21/EDKB17/bin/x86/Debug/EDKB17.vshost.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>2</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = ##DokID##"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
38
EDKB21/EDKB17/bin/x86/Debug/EDKB17.xml
Normal file
38
EDKB21/EDKB17/bin/x86/Debug/EDKB17.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB17
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB17.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB17.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
<member name="T:EDKB17.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.exe
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.exe
Normal file
Binary file not shown.
48
EDKB21/EDKB17/bin/x86/Release/EDKB17.exe.config
Normal file
48
EDKB21/EDKB17/bin/x86/Release/EDKB17.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>2</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = ##DokID##"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.pdb
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.pdb
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe
Normal file
Binary file not shown.
48
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe.config
Normal file
48
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe.config
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<section name="EDKB17.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<startup>
|
||||
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
||||
<userSettings>
|
||||
<EDKB17.My.MySettings>
|
||||
<setting name="EDOKA_Connection" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Journale_Connectoin" serializeAs="String">
|
||||
<value>Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=False;workstation id =;packet size=4096;User ID=sa;Password=*shu29</value>
|
||||
</setting>
|
||||
<setting name="Temp_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17</value>
|
||||
</setting>
|
||||
<setting name="TimerIntervall_in_Sekunden" serializeAs="String">
|
||||
<value>2</value>
|
||||
</setting>
|
||||
<setting name="ZIP_Folder" serializeAs="String">
|
||||
<value>K:\EDOKA\EDKB17\ZIP</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_EDOKA_Partner" serializeAs="String">
|
||||
<value>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-Put1.0] [-i " NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Cold_Parameter_ZV" serializeAs="String">
|
||||
<value>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr##' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="DemoMode" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
<setting name="Cold_Param_Host" serializeAs="String">
|
||||
<value>[-f "TGKB Kundenoutput ab 01.08.2008"] [-G TGKB-C35-10-XOMA-Rel1.0] [-i "where MAILINGID = ##DokID##"] [-o ##FileName##] [-a] [-c] [-N]</value>
|
||||
</setting>
|
||||
<setting name="Strukturaufloesen" serializeAs="String">
|
||||
<value>False</value>
|
||||
</setting>
|
||||
<setting name="tgz_return" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</EDKB17.My.MySettings>
|
||||
</userSettings>
|
||||
</configuration>
|
||||
76
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe.manifest
Normal file
76
EDKB21/EDKB17/bin/x86/Release/EDKB17.vshost.exe.manifest
Normal file
@@ -0,0 +1,76 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<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">
|
||||
<!-- UAC-Manifestoptionen
|
||||
Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den
|
||||
Knoten "requestedExecutionLevel" wie folgt.
|
||||
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
|
||||
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
|
||||
|
||||
Durch Angabe des Elements "requestedExecutionLevel" wird die Datei- und Registrierungsvirtualisierung deaktiviert.
|
||||
Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität
|
||||
für die Anwendung erforderlich ist.
|
||||
-->
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet
|
||||
und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,
|
||||
wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->
|
||||
|
||||
<!-- Windows Vista -->
|
||||
<!--<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" />-->
|
||||
|
||||
<!-- Windows 7 -->
|
||||
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" />-->
|
||||
|
||||
<!-- Windows 8 -->
|
||||
<!--<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" />-->
|
||||
|
||||
<!-- Windows 8.1 -->
|
||||
<!--<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" />-->
|
||||
|
||||
<!-- Windows 10 -->
|
||||
<!--<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />-->
|
||||
|
||||
</application>
|
||||
</compatibility>
|
||||
|
||||
<!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere
|
||||
DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht
|
||||
anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss
|
||||
auch die Einstellung "'EnableWindowsFormsHighDpiAutoResizing" in der "app.config" auf "true" festgelegt werden. -->
|
||||
<!--
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
-->
|
||||
|
||||
<!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
|
||||
<!--
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
</assembly>
|
||||
38
EDKB21/EDKB17/bin/x86/Release/EDKB17.xml
Normal file
38
EDKB21/EDKB17/bin/x86/Release/EDKB17.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB17
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:EDKB17.ClsParameters">
|
||||
<summary>Klasse zum auselesen der Steuerparameter aus der Datei
|
||||
\bin\parameters.cfg</summary>
|
||||
<author>Stefan Hutter</author>
|
||||
</member>
|
||||
<member name="M:EDKB17.ClsParameters.Loadparameters">
|
||||
<summary>Laden der Parameterdaten aus parameters.cfg</summary>
|
||||
<remarks>Die Funktion lädt für die Anwendung die notwendigen Parameter aus der
|
||||
Datei "Parameters.cfg"</remarks>
|
||||
<returns>True im OK-Fall
|
||||
False im Fehlerfall</returns>
|
||||
</member>
|
||||
<member name="T:EDKB17.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:EDKB17.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
EDKB21/EDKB17/bin/x86/Release/ICSharpCode.SharpZipLib.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/ICSharpCode.SharpZipLib.dll
Normal file
Binary file not shown.
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Chart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Chart.Base.dll
Normal file
Binary file not shown.
39639
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Chart.Base.xml
Normal file
39639
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Chart.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Compression.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Compression.Base.dll
Normal file
Binary file not shown.
2177
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Compression.Base.xml
Normal file
2177
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Compression.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.ClientProfile.dll
Normal file
Binary file not shown.
132923
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.ClientProfile.xml
Normal file
132923
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.ClientProfile.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.Windows.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.DocIO.Windows.dll
Normal file
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Syncfusion.DocIO.Windows</name>
|
||||
</assembly>
|
||||
<members>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.OfficeChart.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.OfficeChart.Base.dll
Normal file
Binary file not shown.
166327
EDKB21/EDKB17/bin/x86/Release/Syncfusion.OfficeChart.Base.xml
Normal file
166327
EDKB21/EDKB17/bin/x86/Release/Syncfusion.OfficeChart.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Pdf.ClientProfile.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Pdf.ClientProfile.dll
Normal file
Binary file not shown.
126256
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Pdf.ClientProfile.xml
Normal file
126256
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Pdf.ClientProfile.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.SfChart.WPF.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.SfChart.WPF.dll
Normal file
Binary file not shown.
29734
EDKB21/EDKB17/bin/x86/Release/Syncfusion.SfChart.WPF.xml
Normal file
29734
EDKB21/EDKB17/bin/x86/Release/Syncfusion.SfChart.WPF.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Shared.Base.dll
Normal file
BIN
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Shared.Base.dll
Normal file
Binary file not shown.
65565
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Shared.Base.xml
Normal file
65565
EDKB21/EDKB17/bin/x86/Release/Syncfusion.Shared.Base.xml
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user