11 lines
295 B
Batchfile
11 lines
295 B
Batchfile
set ProductName="C4IT Customer Panel"
|
|
|
|
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% ".\bin\Release\C4IT_CustomerPanel_Setup.msi"
|
|
|
|
pause
|
|
|
|
|