@@ -13,13 +13,15 @@ UsePreviousGroup=no
1313OutputBaseFilename = Open-Ephys_Installer
1414OutputDir = .
1515LicenseFile = ..\..\..\LICENSE
16- ArchitecturesAllowed = x64
17- ArchitecturesInstallIn64BitMode = x64
16+ ArchitecturesAllowed = x64compatible
17+ ArchitecturesInstallIn64BitMode = x64compatible
1818ChangesAssociations = yes
1919SetupIconFile = " ..\..\Build-files\icon.ico"
2020UninstallDisplayIcon = {app} \open-ephys.exe
2121AllowNoIcons = yes
22- WizardStyle = modern
22+ WizardStyle = modern dynamic
23+ ArchiveExtraction= enhanced/nopassword
24+ SetupLogging = yes
2325
2426[Tasks]
2527Name : 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]
3032Source : " ..\..\..\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 );
3234Source : " ..\..\DLLs\FrontPanelUSB-DriverOnly-4.5.5.exe" ; DestDir : {tmp} ; Flags : deleteafterinstall ; BeforeInstall : UpdateProgress(90 );
3335
3436[Icons]
3537Name : " {autodesktop}\Open Ephys GUI" ; Filename : " {app} \open-ephys.exe" ; Tasks: desktopicon
3638Name : " {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
4042Filename : " {tmp} \FrontPanelUSB-DriverOnly-4.5.5.exe" ; StatusMsg : " Installing Front Panel USB driver..." ; Tasks: install_usb2; Flags : skipifsilent
4143Filename : " {app} \open-ephys.exe" ; Description : " Launch Open Ephys GUI" ; Flags : postinstall nowait skipifsilent
4244
0 commit comments