Skip to content

Commit

Permalink
Prevent setting 'Run Jamulus' if driver not found
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones authored Dec 31, 2021
2 parents 26a896d + 499072b commit 85412d0
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 85412d0

Please sign in to comment.