aktueller Stand
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<Product Id="*"
|
||||
Name="First Aid Service Desk (F4SD) Cockpit Client"
|
||||
Language="1033"
|
||||
Version="2.6.0.4"
|
||||
Version="2.6.1.2"
|
||||
Manufacturer="Consulting4IT GmbH, Germany"
|
||||
UpgradeCode="42C65B2F-5482-4A02-9A4F-07F97C8BB008">
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
<File Id="F4SD_Cockpit_Client_Communication.dll" Name="F4SD-Cockpit-Client-Communication.dll" DiskId="1" Source="Source\F4SD-Cockpit-Client-Communication.dll" KeyPath="no"/>
|
||||
<File Id="F4SD_AdaptableIcon.dll" Name="F4SD-AdaptableIcon.dll" DiskId="1" Source="Source\F4SD-AdaptableIcon.dll" KeyPath="no"/>
|
||||
<File Id="C4IT_F4SD_DisplayFormatting.dll" Name="C4IT.F4SD.DisplayFormatting.dll" DiskId="1" Source="Source\C4IT.F4SD.DisplayFormatting.dll" KeyPath="no"/>
|
||||
<File Id="C4IT_F4SD_SupportCaseProtocoll.dll" Name="C4IT.F4SD.SupportCaseProtocoll.dll" DiskId="1" Source="Source\C4IT.F4SD.SupportCaseProtocoll.dll" KeyPath="no"/>
|
||||
<File Id="Newtonsoft.Json.dll" Name="Newtonsoft.Json.dll" DiskId="1" Source="Source\Newtonsoft.Json.dll" KeyPath="no"/>
|
||||
<File Id="Microsoft.Web.WebView2.Core.dll" Name="Microsoft.Web.WebView2.Core.dll" DiskId="1" Source="Source\Microsoft.Web.WebView2.Core.dll" KeyPath="no"/>
|
||||
<File Id="Microsoft.Web.WebView2.WinForms.dll" Name="Microsoft.Web.WebView2.WinForms.dll" DiskId="1" Source="Source\Microsoft.Web.WebView2.WinForms.dll" KeyPath="no"/>
|
||||
|
||||
@@ -3,7 +3,7 @@ set ProductName="C4IT First Aid Service Desk Cockpit"
|
||||
set SignTool=..\..\Common Code\Tools\signtool.exe
|
||||
set TimeStamp=http://rfc3161timestamp.globalsign.com/advanced
|
||||
|
||||
"%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d %ProductName% ".\Source\F4SD-Cockpit-Client.exe" ".\Source\F4SD-Cockpit-Client-Base.dll" ".\Source\F4SD-Cockpit-Client-Communication.dll" ".\Source\C4IT.F4SD.DisplayFormatting.dll" ".\Source\F4SD-AdaptableIcon.dll" ".\Source\F4SD-PhoneMonitor.exe" ".\Source\F4SD-Logging.dll"
|
||||
"%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d %ProductName% ".\Source\F4SD-Cockpit-Client.exe" ".\Source\F4SD-Cockpit-Client-Base.dll" ".\Source\F4SD-Cockpit-Client-Communication.dll" ".\Source\C4IT.F4SD.DisplayFormatting.dll" ".\Source\C4IT.F4SD.SupportCaseProtocoll.dll" ".\Source\F4SD-AdaptableIcon.dll" ".\Source\F4SD-PhoneMonitor.exe" ".\Source\F4SD-Logging.dll"
|
||||
|
||||
pause
|
||||
|
||||
|
||||
Reference in New Issue
Block a user