From: Andrey Volk Date: Wed, 10 Jun 2020 00:34:49 +0000 (+0400) Subject: [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. X-Git-Tag: v1.10.7^2~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1984e88f6adf74cc4872c74f0c4b1ca94a46605a;p=thirdparty%2Ffreeswitch.git [Build-System] Sign FreeSWITCH MSI Package with the Code Signing Certificate on Windows. --- diff --git a/w32/Setup/Setup.2017.wixproj b/w32/Setup/Setup.2017.wixproj index 5f77b94298..8b91ec3e37 100644 --- a/w32/Setup/Setup.2017.wixproj +++ b/w32/Setup/Setup.2017.wixproj @@ -13,6 +13,10 @@ 2.0 FreeSWITCH Package + bf386393c880967b00adbc438aee534de6211774 + http://timestamp.comodoca.com + $(WindowsSDK80Path)bin\x86\signtool.exe + $(WindowsSDK80Path)bin\x64\signtool.exe $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets @@ -1005,8 +1009,30 @@ - - + + + + + + + + + + + + + + \ No newline at end of file