PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

During discovery, traverse links #474

Open SteveL-MSFT opened 1 week ago

SteveL-MSFT commented 1 week ago

Summary of the new feature / enhancement

Exe's published to the MSStore as msix packages have a link to the exe in PATH. However, if they are resources, then their resource manifests won't be found as they are not actually in PATH.

Proposed technical implementation details (optional)

When an exe which is a link is found, dsc should traverse the link to the home of the exe to find a resource manifest. Separately, some caching might make sense if this turns out to be too expensive.