scripts

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix output directory detection by jenkins script.

Adjust path detection in jenkins scripts.

Re-introducing upgrade to InnoSetup 6 (CH-351)

    • -1
    • +1
    ./jenkins/prepare-installer-package.bat
Reverted changes migrating to innosetup 6 due to missing support for WinXP.

    • -1
    • +1
    ./jenkins/prepare-installer-package.bat
Resolved warnings reported by inno setup compiler.

Removed unsupported installer languages.

Migrated to inno setup 6.

    • -1
    • +1
    ./jenkins/prepare-installer-package.bat
Fixed installer to properly register autorun while installing (CH-343)

Fixed installer to properly register autorun while installing (CH-343)

Removed unusable removal of CH autorun on uninstall (CH-343)

Removed unusable removal of CH autorun on uninstall (CH-343)

Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

  1. … 13 more files in changeset.
Removed command line option --EnableLaunchAtStartup. Option to start CH at boot is now directly tied to registry setting "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" and is no longer stored/read in CH config. Updated installer to enable starting CH at boot by writing values to registry instead of trying to launch CH to do that. (CH-343).

  1. … 13 more files in changeset.
Adjusted ucrt packages pulled in to installer and portable packages (CH-340).

    • -3
    • +3
    ./jenkins/prepare-portable-package.bat
Adjusted ucrt packages pulled in to installer and portable packages (CH-340).

    • -3
    • +3
    ./jenkins/prepare-portable-package.bat
Adjusted installer and portable packager to use VS2017 redist instead of VS2015 (CH-340).

    • -6
    • +6
    ./jenkins/prepare-portable-package.bat
Adjusted installer and portable packager to use VS2017 redist instead of VS2015 (CH-340).

    • -6
    • +6
    ./jenkins/prepare-portable-package.bat
Fixed problem with 64bit installer not copying all 32bit libraries for 32bit shell extension (CH-340).

Fixed problem with 64bit installer not copying all 32bit libraries for 32bit shell extension (CH-340).

Reverted change in cppcheck script to use c++11 again. Changed platform to Win64. (CH-340)

Reverted change in cppcheck script to use c++11 again. Changed platform to Win64. (CH-340)

Changed language standard for cppcheck (CH-340).

Changed language standard for cppcheck (CH-340).

Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

    • -2
    • +0
    ./jenkins/prepare-portable-package.bat
Updated installer script to use common directories instead of user ones. Removed unused variable from jenkins script. (CH-340)

    • -2
    • +0
    ./jenkins/prepare-portable-package.bat
Fixed output directory (CH-340)

    • -1
    • +1
    ./jenkins/prepare-portable-package.bat
Fixed output directory (CH-340)

    • -1
    • +1
    ./jenkins/prepare-portable-package.bat
Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

    • -8
    • +14
    ./jenkins/prepare-portable-package.bat
  1. … 2 more files in changeset.
Adjusted installer and jenkins scripts to use VS2017 libraries when preparing deployment (CH-340)

    • -8
    • +14
    ./jenkins/prepare-portable-package.bat
  1. … 2 more files in changeset.
Fixed installer not installing all required libraries (CH-319)