I am using an application distributed with the Wix burn installer written via the WixSharp Bootstrapper.
This installer has 2 packages: .msi application package (inside WPF application) and .net Framework package
I need it to auto-update when the application is opened. I used to use ClickOnce and it had this feature.
Please advise some mechanism capable of doing this.