Quantcast
Channel: wixsharp Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1354

New Post: Installer WPF UI

$
0
0
There a few approaches to your task.
  • You can use Bootstrapper (released a few days ago). In the Bundle class you can set .NET prerequisite:
var bootstrapper = new Bundle("My Product",
                        new PackageGroupRef("NetFx40Web"),
                        new MsiPackage(productMsi) { DisplayInternalUI = true });
However this will display both bootstrapper and product UI. I am planing to develop a customUI for the boostrapper that would show no window at all. This would achieve a silent deployment of .NET followed by your product UI. Though the silent butstrapper UI is not ready yet.
  • You can усе SimplifiedBootstrapper (sample included in the distro). It does exactly what you need but currently it doesn't cover web installation.

Viewing all articles
Browse latest Browse all 1354

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>