ckaczor / WixBalExtensionExt

A fork of of the extended WiX bootstrapper application that adds options to automatically launch the installed application when running in either passive or quiet modes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WixBalExtensionExt

This is a fork of of the extended WiX bootstrapper application that adds options to automatically launch the installed application when running in either passive or quiet modes.

Build status NuGet

Features

This version has the following enhancements over the original code:

  • Add LaunchPassive flag to automatically launch the installed application when in passive mode.
  • Add LaunchQuiet flag to automatically launch the installed application when in quiet mode.

Installation

When using the NuGet package the reference doesn't get added automatically and Visual Studio 2017 seems to no longer support custom install scripts. The reference will have to be added/updated manually by selecting the DLL from the packages directory.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A fork of of the extended WiX bootstrapper application that adds options to automatically launch the installed application when running in either passive or quiet modes.

License:Other


Languages

Language:C++ 80.7%Language:C# 14.7%Language:C 2.9%Language:Batchfile 0.9%Language:Objective-C 0.8%