Custom UI - using WixUIValidatePath #8594
-
I saw some similar questions, one wasn't answered and the other suggests that I use an app that doesn't run on my machine. So here I am... I would like a UI based on WixUI_InstallDir but with an extra page, called PortNumDlg, that has an editbox for the user to enter a port number into. The page would go between LicenseAgreementDlg and InstallDirDlg. I read these docs: https://wixtoolset.org/docs/tools/wixext/wixui/#addingremovingdialogs which suggests that the recipe is:
This is all fine but the existing Publish statements refer to custom actions that, I assume, are in the WixToolkit.UI.wixext that I am using. But... I get a linker error:
I just copied the original source, verbatim. This is line 27. I see that the Publish steps that I copied are using
These are my namespaces at the top of the page:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This isn't an answer, but I found an issue here: #6998 That suggested that I replace This gave me more errors: Every "normal" element became unrecognized. Here is a file snippet:
Every TextStyle, Property, and DialogRef give me errors. For example:
Isn't that the default namespace? |
Beta Was this translation helpful? Give feedback.
-
Same issue. It's a little annoying that no docs/example available for WiX4 and WiX5, and converter couldn't cover all things. |
Beta Was this translation helpful? Give feedback.
Does these docs help?
https://wixtoolset.org/docs/fourthree/faqs/#referencing-the-standard-wixui-dialog-sets
For Wix4.