Add DocView

This commit is contained in:
Jonathan Jenne
2023-09-12 09:46:14 +02:00
parent e14b496773
commit 47c610d975
8 changed files with 180 additions and 17 deletions

View File

@@ -5,7 +5,7 @@
<?define Manufacturer="Digital Data"?>
<?define Description="OrgFlow"?>
<?define Comments="OrgFlow"?>
<?define UpgradeCode="{6387325E-F6D7-46BE-BBA8-D0E37BEEF800}"?>
<?define UpgradeCode="{1ee26168-2d4a-4216-8eaa-d30f1f136817}"?>
<?define SourceDir="..\$(var.ProgramName)\bin\$(var.Configuration)\"?>
</Include>

View File

@@ -143,6 +143,7 @@
<File Id="DDFilesystem" Name="DigitalData.Modules.Filesystem.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDLanguage" Name="DigitalData.Modules.Language.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDEncryption" Name="DigitalData.Modules.Encryption.dll" KeyPath="no" Checksum="yes"/>
<File Id="DDDocumentViewer" Name="DigitalData.Controls.DocumentViewer.dll" KeyPath="no" Checksum="yes"/>
</Component>
<!-- DD Bibliotheken -->
@@ -156,6 +157,13 @@
<Component Id="IndependentsoftLibs" Guid="C3B3BB48-DB41-4419-A4B8-0E4DC5E8856B">
<File Id="MSGLib" Name="Independentsoft.Msg.dll" KeyPath="yes" />
</Component>
<!-- Limilabs Bibliothek -->
<Component Id="Limilabs" Guid="9b90bff5-83b7-4bb3-ba1a-1a7be81a9228">
<File Id="Mail.dll" Name="Mail.dll" KeyPath="yes" />
<File Id="MailLicense.xml" Name="MailLicense.xml" KeyPath="no" />
</Component>
<!-- MAIL.NET Bibliothek -->
<Component Id="ERPConnectLibs" Guid="9AC1DD00-6225-47DD-A142-1EB462CD5240">
<File Id="ERPConnect35" Name="ERPConnect35.dll" KeyPath="yes" />
@@ -289,6 +297,7 @@
<ComponentRef Id="WindreamLibs" />
<ComponentRef Id="DDLibs" />
<ComponentRef Id="IndependentsoftLibs" />
<ComponentRef Id="Limilabs" />
<ComponentRef Id="Scheduler.Locales" />
<ComponentRef Id="RecordOrganizer.Locales.de" />
<ComponentRef Id="RecordOrganizer.Locales.en_gb" />