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. -->
|
<!-- Targets for making .wixproj better. -->
|
||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
|
<ItemDefinitionGroup>
|
||||||
|
<SignMsi>
|
||||||
|
<!-- Override the MicroBuild default which still uses MicrosoftSHA1 -->
|
||||||
|
<Authenticode>Microsoft</Authenticode>
|
||||||
|
</SignMsi>
|
||||||
|
</ItemDefinitionGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="**\*.wxs" Exclude="obj\**\*;bin\**\*" />
|
<Compile Include="**\*.wxs" Exclude="obj\**\*;bin\**\*" />
|
||||||
<EmbeddedResource Include="**\*.wxl" Exclude="obj\**\*;bin**\*;" />
|
<EmbeddedResource Include="**\*.wxl" Exclude="obj\**\*;bin**\*;" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue