Skip to content

Commit de1bbfe

Browse files
committed
Add Windows installer option for GUI auto-launch post-installation
1 parent 10aca11 commit de1bbfe

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

-14.3 MB
Binary file not shown.

Resources/Installers/Windows/windows_installer_script.iss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Name: "{autoprograms}\Open Ephys"; Filename: "{app}\open-ephys.exe"
3434

3535
[Run]
3636
Filename: "{tmp}\FrontPanelUSB-DriverOnly-4.5.5.exe"; StatusMsg: "Installing Front Panel USB driver..."; Tasks: install_usb; Flags: skipifsilent
37+
Filename: "{app}\open-ephys.exe"; Description: "Launch Open Ephys GUI"; Flags: postinstall nowait skipifsilent
3738

3839
[Code]
3940
// types and variables

0 commit comments

Comments
 (0)