Skip to content

Commit

Permalink
Remove beta tag.
Browse files Browse the repository at this point in the history
Update error messages in installer.

git-svn-id: https://www.williamfeely.info/svn/dxgl@854 8a90861a-4eca-46d5-b744-240ff16d0c4d
  • Loading branch information
dxgldotorg committed Sep 3, 2018
1 parent 602c121 commit cff2a30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Installer/dxgl.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -263,24 +263,24 @@ Function .onInit
Pop $0
${If} $0 == "0"
MessageBox MB_OK|MB_ICONSTOP "This version of DXGL requires a processor with SSE2 capability.$\r\
Please download the VS2010 build to use DXGL on your system."
Please download the legacy build to use DXGL on your system."
Quit
${EndIf}
${IfNot} ${AtLeastWinVista}
MessageBox MB_OK|MB_ICONSTOP "This version of DXGL requires at least Windows Vista Service Pack 2.$\r\
If you need to run DXGL on Windows XP, XP x64, or Server 2003, please download the VS2010 build."
If you need to run DXGL on Windows XP, XP x64, or Server 2003, please download the legacy build."
Quit
${EndIf}
${If} ${IsWinVista}
${AndIfNot} ${AtLeastServicePack} 2
MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows Vista or Windows Server 2008 must be upgraded to Service Pack 2 before you can use the VC2017 build of DXGL.$\r\
MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows Vista or Windows Server 2008 must be upgraded to Service Pack 2 before you can use this version of DXGL.$\r\
Please visit https://support.microsoft.com/en-us/kb/948465/ for instructions on upgrading to Service Pack 2."
Quit
${endif}
${If} ${IsWin7}
${AndIfNot} ${AtLeastServicePack} 1
MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows 7 or Windows Server 2008 R2 must be upgraded to Service Pack 1 before you can use the VC2017 build of DXGL.$\r\
Please visit X for instructions on upgrading to Service Pack 1."
MessageBox MB_OK|MB_ICONSTOP "Your copy of Windows 7 or Windows Server 2008 R2 must be upgraded to Service Pack 1 before you can use this version of DXGL.$\r\
Please visit https://support.microsoft.com/en-us/kb/976932/ for instructions on upgrading to Service Pack 1."
Quit
${endif}
!else
Expand Down
2 changes: 1 addition & 1 deletion common/releasever.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define DXGLMAJORVER 0
#define DXGLMINORVER 5
#define DXGLPOINTVER 15
#define DXGLBETA 1
#define DXGLBETA 0

#define STR2(x) #x
#define STR(x) STR2(x)
Expand Down

0 comments on commit cff2a30

Please sign in to comment.