Skip to content

Commit 4b8408e

Browse files
committed
Update FTDI D3XX driver to v1.3.0.8
1 parent 6111d12 commit 4b8408e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd Build
4242
cp -r Release open-ephys
4343
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
44-
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
44+
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
4545
cp ../LICENSE open-ephys
4646
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
4747
zipfile=open-ephys-latest-windows-dev.zip
@@ -62,7 +62,7 @@ jobs:
6262
cd Build
6363
cp -r Release open-ephys
6464
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
65-
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
65+
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
6666
cp ../LICENSE open-ephys
6767
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
6868
zipfile=open-ephys-${gui_ver}-windows-beta.zip
@@ -83,7 +83,7 @@ jobs:
8383
cd Build
8484
cp -r Release open-ephys
8585
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
86-
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
86+
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
8787
cp ../LICENSE open-ephys
8888
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
8989
zipfile=open-ephys-${gui_ver}-windows.zip
358 KB
Binary file not shown.
-10.4 MB
Binary file not shown.

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Name: install_usb2; Description: "Install Opal Kelly Front Panel USB driver (Opa
2626
[Files]
2727
Source: "..\..\..\Build\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; BeforeInstall: UpdateProgress(0);
2828
Source: "..\..\..\Build\Release\shared\*"; DestDir: "{commonappdata}\Open Ephys\shared-api8"; Flags: ignoreversion recursesubdirs; BeforeInstall: UpdateProgress(55);
29-
Source: "..\..\DLLs\FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(80);
29+
Source: "..\..\DLLs\FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(80);
3030
Source: "..\..\DLLs\FrontPanelUSB-DriverOnly-4.5.5.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(90);
3131

3232
[Icons]
@@ -35,7 +35,7 @@ Name: "{autodesktop}\Open Ephys"; Filename: "{app}\open-ephys.exe"; Tasks: deskt
3535
Name: "{autoprograms}\Open Ephys"; Filename: "{app}\open-ephys.exe"
3636

3737
[Run]
38-
Filename: "{tmp}\FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe"; StatusMsg: "Installing FTDI D3XX driver..."; Tasks: install_usb1; Flags: skipifsilent
38+
Filename: "{tmp}\FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe"; StatusMsg: "Installing FTDI D3XX driver..."; Tasks: install_usb1; Flags: skipifsilent
3939
Filename: "{tmp}\FrontPanelUSB-DriverOnly-4.5.5.exe"; StatusMsg: "Installing Front Panel USB driver..."; Tasks: install_usb2; Flags: skipifsilent
4040
Filename: "{app}\open-ephys.exe"; Description: "Launch Open Ephys GUI"; Flags: postinstall nowait skipifsilent
4141

0 commit comments

Comments
 (0)