6.0 Trying to create minimal WixUI_Advanced installer #9044
Unanswered
alvaro-j-baranoski
asked this question in
Questions
Replies: 1 comment 1 reply
-
Try to add
into the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings.
I'm trying to create a minimal installer that uses the WixUI_Advanced template to support per Machine and per User installation, however, I'm getting the following two errors when trying to build the project using Visual Studio with the Heatwave add-on:
1>D:\a\wix\wix\src\ext\UI\wixlib\WixUI_Advanced.wxs(55): error WIX0094: The identifier 'Property:ApplicationFolderName' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
1>D:\a\wix\wix\src\ext\UI\wixlib\InstallScopeDlg.wxs(14): error WIX0094: The identifier 'Property:WixAppFolder' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
My Product.wxs looks like this:
And my project configuration looks like this:
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions