Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ FunctionEnd
MessageBox MB_YESNO|MB_ICONEXCLAMATION "$(JACK_EXIT_NO_DRIVER)" /sd IDNO IDYES SkipMessage
Abort
SkipMessage:
StrCpy $bRunApp "0" ; set the run app after install option to unchecked as there is no audio driver

FunctionEnd
!else
Expand Down Expand Up @@ -457,6 +458,7 @@ FunctionEnd
${EndIf}

SkipMessage:
StrCpy $bRunApp "0" ; set the run app after install option to unchecked as there is no audio driver

FunctionEnd
!endif
Expand Down