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
Hi @oleg-shilo
I am using WixSharp v3. I am using project.UI = WUI.WixUI_FeatureTree; for my MSI execution.
My main requirement is to add custom labels (to display product version & release values) on welcome screen. But with FeatureTree option, I get standard welcome screen & I cannot customize welcome screen to have custom label & values.
So, I tried to use custom welcome dialog where I can put labels. For that, I have to use project.ManagedUI.InstallDialogs.Add option to add all custom /WixSharp dialogs. There I get Dialogs.Feature dialog which I don't want. I want standard Features screen instead.
So, my questions are in below order of priority to be resolved. Can you please help me in resolving it.
How can I set custom banner and background image on custom dialog? Images are there in folders of Wix project. I need to refer them while loading custom dialog and set them as banner and background images.
If I choose custom set of UI dialogs, how can I get standard feature dialog instead of WixSharp Feature dialog?
If nothing out of above two is possible to display product version & release, if & how is it possible to add product version & release to MSI properties? (Through powershell or something?)
The text was updated successfully, but these errors were encountered:
Hi @oleg-shilo
I am using WixSharp v3. I am using project.UI = WUI.WixUI_FeatureTree; for my MSI execution.
My main requirement is to add custom labels (to display product version & release values) on welcome screen. But with FeatureTree option, I get standard welcome screen & I cannot customize welcome screen to have custom label & values.
So, I tried to use custom welcome dialog where I can put labels. For that, I have to use project.ManagedUI.InstallDialogs.Add option to add all custom /WixSharp dialogs. There I get Dialogs.Feature dialog which I don't want. I want standard Features screen instead.
So, my questions are in below order of priority to be resolved. Can you please help me in resolving it.
The text was updated successfully, but these errors were encountered: