Skip to content

Conversation

@andrewleech
Copy link

When building / installing a GUI application, it's less common to want the install folder added to system env PATH.
This PR makes the inclusion of this checkbox in the msi installer optional, though enabled by default to not effect existing users.

Used like:

def make_msi(exe):
    msi = exe.to_wix_msi_builder(
        "wsl_usb_gui",
        "WSL USB",
        VARS.get("version"),
        "Andrew Leech"
    )
    msi.add_to_path = False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants