Set the signing cert for .msi files to the 'Microsoft' certificate
This commit is contained in:
parent
6b7b60fef4
commit
06568d990b
|
|
@ -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**\*;" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue