-
Hi, I just migrated my wix installer (previously working) from v3 to v4. I did this manually and compared it to a project that was upgraded using the extension. I fixed the majority of the warnings/errors however I am not able to get my Custom_FeatureTree to work. I tried to follow the documentation but I must be missing something. Here is my Custom_FeatureTree.wxs:
I then combine this with my UserInputDlg.wxs in my UI.wxs via this:
And finally import a ref into my Product.wxs (mainfile):
I am currently getting this error: I tried changing the UI.wxs to by removing "file":
Then the error becomes: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed. UI.wxs: |
Beta Was this translation helpful? Give feedback.
Fixed.
UI.wxs:
<ui:WixUI Id="Custom_FeatureTree" />