Patch level : 12.0 no-patch
Files correlati : utility Commento : Aggiunta firma nel programma delle patch
This commit is contained in:
parent
2e10c14894
commit
e1331aaad0
@ -285,7 +285,6 @@ void sirio_codesigning(const TFilename& filename)
|
|||||||
if (command.empty())
|
if (command.empty())
|
||||||
command << R"("C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /t http://timestamp.verisign.com/scripts/timstamp.dll /v)";
|
command << R"("C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\signtool.exe" sign /a /s MY /n "Sirio Informatica e Sistemi SPA" /t http://timestamp.verisign.com/scripts/timstamp.dll /v)";
|
||||||
command << " \"" << filename.path() << static_cast<const char*>((const TFilename&)filename) << "\"";
|
command << " \"" << filename.path() << static_cast<const char*>((const TFilename&)filename) << "\"";
|
||||||
message_box(command);
|
|
||||||
xvt_sys_execute(command, TRUE, FALSE);
|
xvt_sys_execute(command, TRUE, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user