Skip to content

Commit

Permalink
Update FTDI D3XX driver to v1.3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anjaldoshi committed Feb 1, 2024
1 parent 6111d12 commit 4b8408e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cd Build
cp -r Release open-ephys
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
cp ../LICENSE open-ephys
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
zipfile=open-ephys-latest-windows-dev.zip
Expand All @@ -62,7 +62,7 @@ jobs:
cd Build
cp -r Release open-ephys
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
cp ../LICENSE open-ephys
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
zipfile=open-ephys-${gui_ver}-windows-beta.zip
Expand All @@ -83,7 +83,7 @@ jobs:
cd Build
cp -r Release open-ephys
cp -r ../Resources/DLLs/FrontPanelUSB-DriverOnly-4.5.5.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe open-ephys
cp -r ../Resources/DLLs/FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe open-ephys
cp ../LICENSE open-ephys
gui_ver=$(git describe --tags $(git rev-list --tags --max-count=1))
zipfile=open-ephys-${gui_ver}-windows.zip
Expand Down
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Resources/Installers/Windows/windows_installer_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Name: install_usb2; Description: "Install Opal Kelly Front Panel USB driver (Opa
[Files]
Source: "..\..\..\Build\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; BeforeInstall: UpdateProgress(0);
Source: "..\..\..\Build\Release\shared\*"; DestDir: "{commonappdata}\Open Ephys\shared-api8"; Flags: ignoreversion recursesubdirs; BeforeInstall: UpdateProgress(55);
Source: "..\..\DLLs\FTD3XXDriver_WHQLCertified_v1.3.0.4_Installer.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(80);
Source: "..\..\DLLs\FTD3XXDriver_WHQLCertified_1.3.0.8_Installer.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(80);
Source: "..\..\DLLs\FrontPanelUSB-DriverOnly-4.5.5.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(90);

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

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

Expand Down

0 comments on commit 4b8408e

Please sign in to comment.