Set the signing cert for .msi files to the 'Microsoft' certificate

This commit is contained in:
Nate McMaster 2018-09-06 16:29:04 -07:00
parent 6b7b60fef4
commit 06568d990b
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
<!-- Targets for making .wixproj better. -->
<Project>
<ItemDefinitionGroup>
<SignMsi>
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
<Authenticode>Microsoft</Authenticode>
</SignMsi>
</ItemDefinitionGroup>
<ItemGroup>
<Compile Include="**\*.wxs" Exclude="obj\**\*;bin\**\*" />
<EmbeddedResource Include="**\*.wxl" Exclude="obj\**\*;bin**\*;" />