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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d44c879c583d0d5e768a0da062235d40ec0807;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