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'm new to Wix and I have no experience customizing install dialogs. Currently, I am using Wix 3.11 and
don't even know which theme my installation is using right now - I'm assuming Minimal, since I don't specify it anywhere?
I do have Bundle.wxs with this setting: <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
It references my product msi, produced using Product.wsx.
I would like the dialog to be more user-friendly and display what actions are actually being performed: currently it just says Setup Progress... no matter if I'm running fresh install or upgrade. I know there's a way to customize dialogs, but I can't figure out how to display different message based on install type. I would like the dialogs to say "Upgrade" if upgrade action is being preformed, or "Repair", or "Uninstall"... Attaching some screenshots for clarification. Any detailed help will be greatly appreciated!
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Wix and I have no experience customizing install dialogs. Currently, I am using Wix 3.11 and
don't even know which theme my installation is using right now - I'm assuming Minimal, since I don't specify it anywhere?
I do have Bundle.wxs with this setting:
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
It references my product msi, produced using Product.wsx.
I would like the dialog to be more user-friendly and display what actions are actually being performed: currently it just says Setup Progress... no matter if I'm running fresh install or upgrade. I know there's a way to customize dialogs, but I can't figure out how to display different message based on install type. I would like the dialogs to say "Upgrade" if upgrade action is being preformed, or "Repair", or "Uninstall"... Attaching some screenshots for clarification. Any detailed help will be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions