You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've inherited an installer that uses Wix 3.10, and have been having a go at updating it to v4.
I've got a pair of msis working ok, but there is some graphical corruption on the progress page of the installer. The situation is this
The bootstrapper is using a custom version of the rtf theme which has
A set of radio buttons on the Install page
Has the EULA and install button on the Options page
That part displays ok, but then when I run the install, the progress bar and such get rendered over the top of the EULA field rather than getiting a clean display.
As a test to try and rule out some incorrectness in the old modified theme, I tried doing something similar with a newly created, otherwise unchanged project.
I found that if I change the Options page on the hyperlinklicense theme to
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a beginner with Wix and am not sure if this is officially supported behaviour, and also not sure if it's related to https://github.com/orgs/wixtoolset/discussions/7373, but:
I've inherited an installer that uses Wix 3.10, and have been having a go at updating it to v4.
I've got a pair of msis working ok, but there is some graphical corruption on the progress page of the installer. The situation is this
The bootstrapper is using a custom version of the rtf theme which has
That part displays ok, but then when I run the install, the progress bar and such get rendered over the top of the EULA field rather than getiting a clean display.
As a test to try and rule out some incorrectness in the old modified theme, I tried doing something similar with a newly created, otherwise unchanged project.
I found that if I change the Options page on the hyperlinklicense theme to
Then the options page displays like this, which is ok:
And clicking the install button starts the install, but then this happens:
Where the progress bar gets shown on top of the folder selection fields, which isn't very useful.
Beta Was this translation helpful? Give feedback.
All reactions