-
Hi there, I am upgrading a WiX3 project to WiX 4. My <powershell:Script Id="MyScript" Elevated="yes">
<![CDATA[echo Hello World!]]>
</powershell:Script> This is not available in WiX4. But there is Unfortunately I could not find any examples on how to use it. Could someone please provide one? Best regards. |
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Apr 18, 2023
Replies: 1 comment 3 replies
-
PowerShell docs are here. It is designed to install (old) PowerShell stuff. Not sure it is even useful in modern PowerShell. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
cz-dev-ge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PowerShell docs are here. It is designed to install (old) PowerShell stuff. Not sure it is even useful in modern PowerShell.