Skip to content

Commit

Permalink
Added MSI signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten van Tjonger committed Nov 29, 2017
1 parent 33364c3 commit 647858e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Setup/Setup.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<Target Name="EnsureWixToolsetInstalled" Condition=" '$(WixTargetsImported)' != 'true' ">
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
</Target>
<PropertyGroup>
<PostBuildEvent>"C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe" sign /a $(TargetPath)</PostBuildEvent>
</PropertyGroup>
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Wix.targets.
Expand Down

0 comments on commit 647858e

Please sign in to comment.