Skip to content

Commit 162c2f6

Browse files
authored
Change ASIO warning
The current warning wasn’t too helpful and might sound too harsh. The new one should politely tell the user that he should install an ASIO driver and not evoke the impression that he did something wrong.
1 parent 3404773 commit 162c2f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

windows/installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
!include "MUI2.nsh" ; Modern UI
66
!include "LogicLib.nsh" ; Logical operators
77
!include "Sections.nsh" ; Support for section selection
8-
!include nsDialogs.nsh ; Support custom pages with dialogs
8+
!include "nsDialogs.nsh" ; Support custom pages with dialogs
99

1010
; Compile-time definitions
1111
!define VC_REDIST32_EXE "vc_redist.x86.exe"
@@ -106,7 +106,7 @@ LangString ASIO_DRIVER_MORE_INFO ${LANG_ENGLISH} \
106106
LangString ASIO_DRIVER_MORE_INFO_URL ${LANG_ENGLISH} \
107107
"https://jamulus.io/wiki/Installation-for-Windows#setting-up-asio4all"
108108
LangString ASIO_EXIT_NO_DRIVER ${LANG_ENGLISH} \
109-
"We couldn't find an ASIO driver on your PC. Jamulus will not work without one. Do you still want to continue?"
109+
"To provide low latency audio, Jamulus needs an ASIO driver. We couldn't find one on your PC, so you should install one like e.g. ASIO4ALL now (more information on this can is shown on jamulus.io and linked in the page you just were on. To show this page, to show this page, click no which will close this warning). Click yes to continue the installation."
110110
; Abort the installer/uninstaller if Jamulus is running
111111

112112
!macro _AbortOnRunningApp
@@ -404,4 +404,4 @@ FunctionEnd
404404

405405
Function un.AbortOnRunningApp
406406
!insertmacro _AbortOnRunningApp
407-
FunctionEnd
407+
FunctionEnd

0 commit comments

Comments
 (0)