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 cannot find the actual Welcome dialog that displays when I install using the exe file, but I need it to display when I install using the msi file as it has the Options button to allow for the install location / directory to be changed.
The WelcomeDlg in WixUI_FeatureTree is different and is redundant when the exe file is used to install so I made it not display. I might be able to add the Options button to this dialog and use it for both the exe and msi file installs, but I have no idea how to turn off the running Welcome dialog that the exe displays.
Questions:
where is the code for the "Welcome / Install" dialog?
can I control when it is displayed?
is there a property / variable that I can use to see which file extension - exe or msi - was run to install?
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.
-
Running WiX 3.10 from Visual Studio 2019
I cannot find the actual Welcome dialog that displays when I install using the exe file, but I need it to display when I install using the msi file as it has the Options button to allow for the install location / directory to be changed.
The WelcomeDlg in WixUI_FeatureTree is different and is redundant when the exe file is used to install so I made it not display. I might be able to add the Options button to this dialog and use it for both the exe and msi file installs, but I have no idea how to turn off the running Welcome dialog that the exe displays.
Questions:
Any suggestions will be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions