Add Phoenix remote desktop, action connector, documentation engine, and gamification support. Refactor support-case processing and search/action UI, and update installer assets and dependencies.
14 lines
833 B
Batchfile
14 lines
833 B
Batchfile
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\C4IT.F4SD.SupportCaseProtocoll.dll" ".\Source\F4SD-AdaptableIcon.dll" ".\Source\F4SD-PhoneMonitor.exe" ".\Source\F4SD-Logging.dll" ".\Source\F4SD-Gamification.dll"
|
|
|
|
"%SignTool%" sign /a /tr %TimeStamp% /td SHA256 /fd SHA256 /d %ProductName% ".\Source\Phoenix\Phoenix.Core.dll" ".\Source\Phoenix\Phoenix.UI.dll" ".\Source\Phoenix\Phoenix.Viewer.dll" ".\Source\Phoenix\Phoenix.Viewer.exe"
|
|
|
|
|
|
pause
|
|
|
|
|