microsoft / BITS-Manager

The BITS Manager is a sample WPF C#/.NET utility to examine and control your BITS uploads and downloads
MIT License
77 stars 23 forks source link

Use publish wizard to make installer #2

Closed PeterSmithRedmond closed 5 years ago

PeterSmithRedmond commented 5 years ago

This PR adds in an Installer directory with three files: a .WXS installer file, a MakeInstaller.BAT file that builds the .MSI installer from the WXS file using the WIX toolset (candle and light), and a PowerShell file that will update the installer based on the version number in the CSPROJ file.

Before you make an installer you have to do a Release build and you need the Reference Dlls (which the EXE doesn't need, but the end-programmer might find useful)