SEBWIN-300: Added description to setup sign command to prevent random application name in UAC prompt.
This commit is contained in:
parent
46f57a0cbc
commit
d3fb74c5e8
1 changed files with 1 additions and 1 deletions
|
@ -138,6 +138,6 @@ git -C $(SolutionDir) checkout -- Setup/Components/Service.wxs</PostBuildEvent>
|
|||
<Exec Command="signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 "%(SignCabs.FullPath)"" />
|
||||
</Target>
|
||||
<Target Name="SignMsi">
|
||||
<Exec Command="signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 "%(SignMsi.FullPath)"" />
|
||||
<Exec Command="signtool sign /sm /tr http://timestamp.digicert.com /td sha256 /fd sha256 /d "Safe Exam Browser" "%(SignMsi.FullPath)"" />
|
||||
</Target>
|
||||
</Project>
|
Loading…
Reference in a new issue