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

CPack NSIS fixes and feature #2

Closed
wants to merge 3 commits into from
Closed

CPack NSIS fixes and feature #2

wants to merge 3 commits into from

Commits on Jan 6, 2011

  1. Allow NSIS package or uninstall icon (#11143)

    Previously both CPACK_NSIS_MUI_ICON and CPACK_NSIS_MUI_UNIICON
    needed to be set for either to take effect. This commit allows
    either to be set rather than requiring both as users may well
    want to e.g. use a default uninstall icon but a custom install
    icon.
    MikeMcQuaid committed Jan 6, 2011
    Configuration menu
    Copy the full SHA
    de1e1f2 View commit details
    Browse the repository at this point in the history
  2. Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828)

    NSIS installers default to assuming the executables exist in a
    directory named "bin" under the installation directory. As this
    isn't usual for Windows programs the addition of this variable
    allows the customisation of this directory and links still to be
    created correctly.
    MikeMcQuaid committed Jan 6, 2011
    Configuration menu
    Copy the full SHA
    c9b6f7c View commit details
    Browse the repository at this point in the history
  3. Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144)

    MUI_FINISHPAGE_RUN is frequently used with NSIS and provides a checkbox
    on the finish page of an installer which specifies whether the specified
    executable should be run when the installer exits. This commit adds support
    for this setting in CPack.
    MikeMcQuaid committed Jan 6, 2011
    Configuration menu
    Copy the full SHA
    2b7e2cf View commit details
    Browse the repository at this point in the history