Commit 1042607f authored by Ludovic Fauvet's avatar Ludovic Fauvet

nsis: improve wording

parent 751af66a
...@@ -429,7 +429,7 @@ ${MementoSectionRestore} ...@@ -429,7 +429,7 @@ ${MementoSectionRestore}
@HAVE_WIN64_TRUE@ !include "x64.nsh" @HAVE_WIN64_TRUE@ !include "x64.nsh"
@HAVE_WIN64_TRUE@ ${Unless} ${RunningX64} @HAVE_WIN64_TRUE@ ${Unless} ${RunningX64}
@HAVE_WIN64_TRUE@ MessageBox MB_OK|MB_ICONSTOP "This version of VLC only runs on 64bits operating systems.$\nYour operating system is 32bits.$\n$\nPlease get the 32 BITS version." @HAVE_WIN64_TRUE@ MessageBox MB_OK|MB_ICONSTOP "This version of VLC only runs on 64-bit operating systems.$\nPlease get the 32-bit version and try again."
@HAVE_WIN64_TRUE@ Quit @HAVE_WIN64_TRUE@ Quit
@HAVE_WIN64_TRUE@ ${EndUnless} @HAVE_WIN64_TRUE@ ${EndUnless}
${If} ${AtLeastWinXP} ${If} ${AtLeastWinXP}
...@@ -454,11 +454,11 @@ UAC_Elevate: ...@@ -454,11 +454,11 @@ 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
WinTooOld: WinTooOld:
...@@ -468,7 +468,7 @@ WinTooOld: ...@@ -468,7 +468,7 @@ WinTooOld:
UAC_Success: UAC_Success:
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
; /update argument ; /update argument
......
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