DotnetcoreSearch - No runtime is found #8866
Unanswered
SpeedysWorkingArray
asked this question in
Questions
Replies: 1 comment
-
The thing that stands out to me is that Property elements author a row in the Property table. The Property table Value column is defined as type Text not type Formatted. This means you can't use [SOMEOTHERPROP] and expect it to get interpolated to the value of SOMEOTHERPROP. https://learn.microsoft.com/en-us/windows/win32/msi/property-table You need to use a SetProperty element insetad. This authors a Type 51 Custom Action that can do what you want provided it's sequenced correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried different approaches, but no runtime is found. Do I have to change anything in the structure?
Looks like DotnetCoreSearch is not executing at all. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions