Which version of Visual Studio are you building with (if any)?
2022 17.3.4
Which version of the WiX Toolset Visual Studio Extension are you building with (if any)?
Describe the problem and the steps to reproduce it.
I converted a v3 project that used WixUI_FeatureTree and defined WixUIBannerBmp=Resources\Banner.jpg;WixUIDialogBmp=Resources\Dialog.jpg;WixUILicenseRtf=Resources\EULA.rtf. After conversion these were listed as binder variables and the built MSI did not have the branding and EULA that the v3 MSI had.
Describe the behavior you expected and how it differed from the actual behavior.
I'd expect a converted project to still use the branding and EULA that the v3 project used.
(Be as specific as you can and err on the side of providing too much information.)
v4 preview 1 / heatwave 0.9.0.5
2022 17.3.4
Which version of the WiX Toolset Visual Studio Extension are you building with (if any)?
Describe the problem and the steps to reproduce it.
I converted a v3 project that used WixUI_FeatureTree and defined WixUIBannerBmp=Resources\Banner.jpg;WixUIDialogBmp=Resources\Dialog.jpg;WixUILicenseRtf=Resources\EULA.rtf. After conversion these were listed as binder variables and the built MSI did not have the branding and EULA that the v3 MSI had.
I'd expect a converted project to still use the branding and EULA that the v3 project used.