Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installer: use WiX from buildenv. #2817

Merged
merged 1 commit into from Feb 9, 2017

Commits on Feb 5, 2017

  1. installer: use WiX from buildenv.

    This uses the mechanism documented at
    http://wixtoolset.org/documentation/manual/v3/msbuild/daily_builds.html
    to use a local copy of WiX instead of using the WiX MSI package.
    
    Previously, we required people to install WiX globally.
    That's yet another tedious dependency required in order to build Mumble.
    
    We'll now be distributing WiX in our buildenvs, so tell our .wixproj
    to use that version.
    mkrautz committed Feb 5, 2017
    Configuration menu
    Copy the full SHA
    e4fe8fb View commit details
    Browse the repository at this point in the history