是否可以使用Powershell并将其返回值分配给Wix属性? 这样的事情应该以PSGetValue ='value = myValue'结束,而不是文字字符串值。
<Property Id='PSGetValue'>0</Property>
<CustomAction Id='PSGet' Property='PSGetValue' Value="powershell.exe -Command '(Select-String -Pattern 'value=\w+\' -Path .\bla.txt).matches.Value'"/>