从PowerShell的标准输出分配Wix属性

时间:2018-10-05 17:43:30

标签: powershell wix

是否可以使用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'"/>

0 个答案:

没有答案