mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-20 10:15:22 -04:00
Continue to activate in case of errors
This commit is contained in:
parent
4c53e6231b
commit
74b7c74218
2 changed files with 4 additions and 4 deletions
|
@ -4293,7 +4293,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
|
||||||
|
|
||||||
set generickey=1
|
set generickey=1
|
||||||
call :dk_inskey "[%key%]"
|
call :dk_inskey "[%key%]"
|
||||||
if not defined error set tsids=%tsids% %tempid%
|
set tsids=%tsids% %tempid%
|
||||||
goto :ts_esu
|
goto :ts_esu
|
||||||
|
|
||||||
::========================================================================================================================================
|
::========================================================================================================================================
|
||||||
|
@ -4901,7 +4901,7 @@ goto :ts_act
|
||||||
)
|
)
|
||||||
|
|
||||||
call :dk_inskey "[%key%]"
|
call :dk_inskey "[%key%]"
|
||||||
if not defined error set tsids=%tsids% %tempid%
|
set tsids=%tsids% %tempid%
|
||||||
goto :ts_act
|
goto :ts_act
|
||||||
|
|
||||||
::========================================================================================================================================
|
::========================================================================================================================================
|
||||||
|
|
|
@ -702,7 +702,7 @@ echo Checking Activation ID [%tempid%] [%tsedition%]
|
||||||
|
|
||||||
set generickey=1
|
set generickey=1
|
||||||
call :dk_inskey "[%key%]"
|
call :dk_inskey "[%key%]"
|
||||||
if not defined error set tsids=%tsids% %tempid%
|
set tsids=%tsids% %tempid%
|
||||||
goto :ts_esu
|
goto :ts_esu
|
||||||
|
|
||||||
::========================================================================================================================================
|
::========================================================================================================================================
|
||||||
|
@ -1310,7 +1310,7 @@ goto :ts_act
|
||||||
)
|
)
|
||||||
|
|
||||||
call :dk_inskey "[%key%]"
|
call :dk_inskey "[%key%]"
|
||||||
if not defined error set tsids=%tsids% %tempid%
|
set tsids=%tsids% %tempid%
|
||||||
goto :ts_act
|
goto :ts_act
|
||||||
|
|
||||||
::========================================================================================================================================
|
::========================================================================================================================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue