-
I'm attempting to execute a Powershell script as part of the Pre-build for a new WiX 4 MSI Package using the following command:
It appears that the ProjectDir macro is empty. I'm using Heatwave for VS2022 1.0.0 and I see that #7020 has been closed. Am I missing something here or is this an issue that needs to be written up? Thanks 😁 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You need to manually import |
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint. For those who may stumble upon this discussion, here's exactly what I needed to do.
Here is an excerpt from my file now.
|
Beta Was this translation helpful? Give feedback.
You need to manually import
Sdk.targets
and move your pre-build event after the import. Someone else asked this a bit ago. Someone should probably add it to the migration FAQ.