Skip to content

Commit ab2f3b3

Browse files
committed
Update Windows installer script to install the latest VC++ runtime
1 parent 53582d9 commit ab2f3b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Resources/Installers/Linux/Open-Ephys_Installer/DEBIAN/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: Open Ephys Plugin GUI
2+
Upstream-Name: Open Ephys GUI
33
Source: https://github.com/open-ephys/plugin-GUI/
44

55
Files: *
6-
Copyright: 2022 Open Ephys <info@open-ephys.com>
6+
Copyright: 2025 Open Ephys <info@open-ephys.com>
77
License: GPL-3+
88
This program is free software: you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AppId=Open Ephys
33
AppName=Open Ephys GUI
44
AppVersion=1.0.0-alpha.1
55
AppVerName=Open Ephys GUI 1.0.0-alpha.1
6-
AppCopyright=Copyright (C) 2010-2024, Open Ephys & Contributors
6+
AppCopyright=Copyright (C) 2010-2025, Open Ephys & Contributors
77
AppPublisher=open-ephys.org
88
AppPublisherURL=https://open-ephys.org/gui
99
DefaultDirName={autopf}\Open Ephys
@@ -220,7 +220,7 @@ function InitializeSetup: Boolean;
220220
begin
221221
222222
// https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
223-
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 40, 33810, 0)) then begin
223+
if not IsMsiProductInstalled('{36F68A90-239C-34DF-B58C-64B30153CE35}', PackVersionComponents(14, 42, 34433, 0)) then begin
224224
Dependency_Add('vcredist2022_x64.exe',
225225
'/passive /norestart',
226226
'Visual C++ 2015-2022 Redistributable (x64)',

0 commit comments

Comments
 (0)