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

New Post: WPF UI Bootstrapper?

$
0
0
The actual bootstrapper app is assembled in the project.OutDir. Usually it is a CurrentDirectory during the build (not 'bin/Debug'). Wix# compiler prints the location of the bootstrapper file in the output:
Windows Installer XML Toolset Linker version 3.10.0.2103
Copyright (c) Outercurve Foundation. All rights reserved.
----------------------------------------------------------
Bootstrapper file has been built: ...WixSharp.Samples\Wix# Samples\Bootstrapper\WixBootstrapper_UI\setup.exe

 Name       : My Product
 Version    : 1.0.0.0
 UpgradeCode: {6f330b47-2577-43ad-9095-1861bb25889a}
But you can always overwrite it:
bootstrapper.OutDir = "<your dir>";
//or
bootstrapper.Build("<your dir>");

Viewing all articles
Browse latest Browse all 1354

Trending Articles



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