-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSI installer - redundancy in public properties #739
Comments
I did this because of the Sysnative command. But perhaps it can be done differently. |
After some digging I found that:
There is an example of how CA XML node should look like. ..at least according to that documentation: |
This issue is stale because it has been open for 30 days with no activity. |
Winget-AutoUpdate/Sources/Wix/build.wxs
Line 26 in a63a395
We are expanding the
POWERSHELLEXE
property duringAppSearch
action, but we are not using it later and we end up withthose two little monsters:
Winget-AutoUpdate/Sources/Wix/build.wxs
Lines 254 to 255 in a63a395
Shouldn't it be consistent/reused?
reference (using file Id for ps1 script): https://stackoverflow.com/questions/14045955/run-powershell-script-from-wix-installer
The text was updated successfully, but these errors were encountered: