Skip to content

GalleryManifest FilePathKind Does Not Take Precedence over _NT_DEBUGGER_EXTENSION_PATH #121

@trustednstaller

Description

@trustednstaller

The Absolute element in File is not respected and never read e.g.,

        <BinaryComponent Name="Extension" Type="Engine">
            <Files>
                <File Architecture="amd64" Module="c:\my\absolute\path\Extension.dll" FilePathKind="Absolute" />
            </Files>
            <LoadTriggers>
                <TriggerSet>
                    <AlwaysTrigger Name="Yes" />
                </TriggerSet>
            </LoadTriggers>
        </BinaryComponent>

the above does not load through the gallery manifest even though it gets processed. However, if I make the absolute path part of the _NT_DEBUGGER_EXTENSION_PATH, then it does get loaded. There appears to be an issue in where the absolute path is not respected but the base name of the extension is nonetheless found as the engine checks the (custom) debugger extension path.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions