Replies: 4 comments 2 replies
-
After moving the Error: WIX0094 The identifier 'Dialog:InstallDirDlg' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
|
Beta Was this translation helpful? Give feedback.
-
After installing random NUGET packages I got a new error - WIX0094 The identifier 'Dialog:WIXUI_EXITDIALOGOPTIONALTEXT' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
|
Beta Was this translation helpful? Give feedback.
-
Currently I am trying to get the ComponentGroup & ComponentRef to work. It would be nice if there was a working example somewhere I could follow. |
Beta Was this translation helpful? Give feedback.
-
Looks like there is a difference on how heat is working in v4, or a bug. In v3 heat was seetting the DirectoryRef to the value in ComponentGroup that is was attached to. In v4, it is not. How do I fix this? Error message: WIX0094 The identifier 'Directory:{Project}.Content' could not be found
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to convert a WIX v3 project to v4. How do I convert "$(var.XXX)"?
<Package Name="!(loc.ManufacturerName) $(var.ProductName) !(loc.ClientSP) $(var.BuildVersion)" Language="!(loc.Language)" Version="$(var.BuildVersion)" Manufacturer="!(loc.ManufacturerFullName)"
The v3 project was using Target BeforeBuild -> PropertyGroup -> DefineConstants. So far, I have not had an error on that in the v4 project, so I am assuming it is working?
I also tried this with not change
Beta Was this translation helpful? Give feedback.
All reactions