Commit 92eb922b authored by Ludovic Fauvet's avatar Ludovic Fauvet

nsis: sync wording with the uninstaller section

parent 1fb17318
...@@ -944,18 +944,18 @@ UAC_Elevate: ...@@ -944,18 +944,18 @@ UAC_Elevate:
Quit Quit
UAC_Err: UAC_Err:
MessageBox mb_iconstop "Unable to elevate, error $0" MessageBox mb_iconstop "Unable to elevate, error $0$\nPlease try to run this installer with admin privileges."
Abort Abort
UAC_ElevationAborted: UAC_ElevationAborted:
MessageBox mb_iconstop "This installer requires admin access, aborting!" MessageBox mb_iconstop "This installer requires admin privileges, aborting!"
Abort Abort
UAC_Success: UAC_Success:
@HAVE_WIN64_TRUE@ SetRegView 64 @HAVE_WIN64_TRUE@ SetRegView 64
StrCmp 1 $3 +4 StrCmp 1 $3 +4
StrCmp 3 $1 0 UAC_ElevationAborted StrCmp 3 $1 0 UAC_ElevationAborted
MessageBox mb_iconstop "This installer requires admin access, try again" MessageBox mb_iconstop "This installer requires admin privileges, try again."
goto UAC_Elevate goto UAC_Elevate
!insertmacro MUI_UNGETLANGUAGE !insertmacro MUI_UNGETLANGUAGE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment