wixtoolset / issues

WiX Toolset Issues Tracker
http://wixtoolset.org/
129 stars 36 forks source link

ThmUtil4: in a page is visible in other pages #7374

Open wmanning opened 1 year ago

wmanning commented 1 year ago

Bug

4.0.0-rc.4

2019 (16.11.25)

Heatwave 1.0.0

N/A

Windows 10 Pro

Have a custom StdWixBA theme. If I add a ImageControl under the Install Page it is showing up in some of the other pages such as Modify and Modify progress. Does not show up under install progress or install success though. See discussion here: https://github.com/orgs/wixtoolset/discussions/7373

ImageControl should under a particular page should not show up in other pages.

A work around is to add VisibleCondition="NOT WixBundleInstalled" to the ImageControl.

Note: will add link to repro in a week or two.

wmanning commented 1 year ago

Removing Visible="yes" works. No longer need the VisibleCondition="NOT WixBundleInstalled" condition. See discussion here: https://github.com/orgs/wixtoolset/discussions/7373

barnson commented 1 year ago

Thanks. Will need to rethink Visible for paged controls.