Set the VM's DisplayName to test, but found that the window title is Window instead of test. After checking the visual tree with F12, I found that the value of DisplayName in the DataContext is test.
I am trying to create custom WPF installer using Prism MVVM. Project builds successfully, but running msi file do not show any window. NuGets I am using: WixSharp_wix4.bin, Prism.Core. If I am adding ...