Assemblies in aspnetcore-runtime-<version>-win-<arch>.msi.wixpack.zip are not being authenticode signed.
In addition to not being authenticode signed, there are discrepancies in the strong-naming of the assemblies. Only a few are strong-named while the rest are not. The following are strong-named:
- Microsoft.AspNetCore.Metadata.dll
- Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
- Microsoft.AspNetCore.Mvc.Formatters.Json.dll
- System.Diagnostics.EventLog.Messages.dll
- Microsoft.AspNetCore.Metadata.dll
- Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
- Microsoft.AspNetCore.Mvc.Formatters.Json.dll
- System.Diagnostics.EventLog.Messages.dll
- Microsoft.AspNetCore.Metadata.dll
- Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
- Microsoft.AspNetCore.Mvc.Formatters.Json.dll
This needs to be investigated.