6.2.6 Changelog:

Fixed bugs introduced in 6.2.5 where Abstinence Wizard did not download an exploit and Casper.
This commit is contained in:
xflak40 2013-01-26 16:03:30 +00:00
parent a48e820d21
commit 0260002aaf
2 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@ if not exist support cd..
::::PUSHD "%~dp0" ::::PUSHD "%~dp0"
::POPD ::POPD
set currentversion=6.2.5 set currentversion=6.2.6
set currentversioncopy=%currentversion% set currentversioncopy=%currentversion%
set agreedversion= set agreedversion=
@ -15301,6 +15301,9 @@ if /i "%AbstinenceWiz%" NEQ "Y" goto:NotAbstinenceLogic
set casper=* set casper=*
if /i "%SNKFLOW%" EQU "Y" set FLOW=*
if /i "%SNKPLC%" EQU "Y" set PL=*
if /i "%FIRMSTART%" EQU "4.1" set BB1=* if /i "%FIRMSTART%" EQU "4.1" set BB1=*
if /i "%FIRMSTART%" EQU "4.0" set BB1=* if /i "%FIRMSTART%" EQU "4.0" set BB1=*
if /i "%FIRMSTART%" EQU "3.2" set BB1=* if /i "%FIRMSTART%" EQU "3.2" set BB1=*
@ -22698,7 +22701,7 @@ if /i "%SNKcBC%" EQU "DML" (set DML=*) & (set mmm=*)
if /i "%SNKFLOW%" EQU "Y" set FLOW=* if /i "%SNKFLOW%" EQU "Y" set FLOW=*
if /i "%SNKPLC%" EQU "Y" set PL=* if /i "%SNKPLC%" EQU "Y" set PL=*
if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=) if /i "%AbstinenceWiz%" EQU "Y" (set nSwitch=) & (set mmm=) & (goto:Download)
:tinyskip :tinyskip

View File

@ -31,7 +31,7 @@ Exit
::---------------------------------------------------------- ::----------------------------------------------------------
set currentversion=6.2.5 set currentversion=6.2.6
set currentversioncopy=%currentversion% set currentversioncopy=%currentversion%
set agreedversion= set agreedversion=