Skip to content

Hosting bundle does not propagate repair commands to inner bundles #33572

@joeloff

Description

@joeloff

The hosting bundle nests the .NET runtime bundles. It defines separate install commands, but does not define a repair command. When the hosting bundle is executed from the commandline with /quiet /repair, it will repair ASP.NET Core and ANCM (because they are toplevel MSIs), but it won't repair the .NET runtime bundles.

The ExePackage in

needs to be modified to also include

RepairCommand="/quiet /repair"

Metadata

Metadata

Assignees

Labels

area-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkarea-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-iisIncludes: IIS, ANCM

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions