Skip to content

Commit fea2773

Browse files
committed
Update Windows installer script for FTDI driver v1.4.0.1
1 parent bd8c420 commit fea2773

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ UsePreviousGroup=no
1313
OutputBaseFilename=Open-Ephys_Installer
1414
OutputDir=.
1515
LicenseFile=..\..\..\LICENSE
16-
ArchitecturesAllowed=x64
17-
ArchitecturesInstallIn64BitMode=x64
16+
ArchitecturesAllowed=x64compatible
17+
ArchitecturesInstallIn64BitMode=x64compatible
1818
ChangesAssociations=yes
1919
SetupIconFile="..\..\Build-files\icon.ico"
2020
UninstallDisplayIcon={app}\open-ephys.exe
2121
AllowNoIcons=yes
22-
WizardStyle=modern
22+
WizardStyle=modern dynamic
23+
ArchiveExtraction=enhanced/nopassword
24+
SetupLogging=yes
2325

2426
[Tasks]
2527
Name: desktopicon; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"
@@ -28,15 +30,15 @@ Name: install_usb2; Description: "Install Opal Kelly Front Panel USB driver (Opa
2830

2931
[Files]
3032
Source: "..\..\..\Build\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs; BeforeInstall: UpdateProgress(0);
31-
Source: "..\..\DLLs\FTD3XXDriver_WHQLCertified_1.3.0.10_Installer.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(80);
33+
Source: "https://ftdichip.com/wp-content/uploads/2025/08/WU_Driver_Installers.7z"; DestDir: "{tmp}"; DestName: "WU_Driver_Installers.7z"; ExternalSize: 206_075_224; Flags: external download extractarchive recursesubdirs ignoreversion; Tasks: install_usb1; BeforeInstall: UpdateProgress(50);
3234
Source: "..\..\DLLs\FrontPanelUSB-DriverOnly-4.5.5.exe"; DestDir: {tmp}; Flags: deleteafterinstall; BeforeInstall: UpdateProgress(90);
3335

3436
[Icons]
3537
Name: "{autodesktop}\Open Ephys GUI"; Filename: "{app}\open-ephys.exe"; Tasks: desktopicon
3638
Name: "{autoprograms}\Open Ephys GUI"; Filename: "{app}\open-ephys.exe"
3739

3840
[Run]
39-
Filename: "{tmp}\FTD3XXDriver_WHQLCertified_1.3.0.10_Installer.exe"; StatusMsg: "Installing FTDI D3XX driver..."; Tasks: install_usb1; Flags: skipifsilent
41+
Filename: "{tmp}\WU_Driver_Installers\FTDI_DriverInstaller_WU_x64.exe"; StatusMsg: "Installing FTDI D3XX driver..."; Tasks: install_usb1; Flags: skipifsilent
4042
Filename: "{tmp}\FrontPanelUSB-DriverOnly-4.5.5.exe"; StatusMsg: "Installing Front Panel USB driver..."; Tasks: install_usb2; Flags: skipifsilent
4143
Filename: "{app}\open-ephys.exe"; Description: "Launch Open Ephys GUI"; Flags: postinstall nowait skipifsilent
4244

0 commit comments

Comments
 (0)