mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-01-18 07:47:18 -05:00
Check license files instead of folder in change edition
This commit is contained in:
parent
f2e40bf88e
commit
8e2677b1f9
@ -8853,7 +8853,7 @@ set _dismapi=0
|
|||||||
|
|
||||||
:: Check if DISM API or slmgr.vbs is required for edition upgrade
|
:: Check if DISM API or slmgr.vbs is required for edition upgrade
|
||||||
|
|
||||||
if not exist "%SysPath%\spp\tokens\skus\%targetedition%\" (
|
if not exist "%SysPath%\spp\tokens\skus\%targetedition%\%targetedition%*.xrm-ms" (
|
||||||
echo %_wtarget% | find /i " %targetedition% " || (
|
echo %_wtarget% | find /i " %targetedition% " || (
|
||||||
set _dismapi=1
|
set _dismapi=1
|
||||||
)
|
)
|
||||||
|
@ -506,7 +506,7 @@ set _dismapi=0
|
|||||||
|
|
||||||
:: Check if DISM API or slmgr.vbs is required for edition upgrade
|
:: Check if DISM API or slmgr.vbs is required for edition upgrade
|
||||||
|
|
||||||
if not exist "%SysPath%\spp\tokens\skus\%targetedition%\" (
|
if not exist "%SysPath%\spp\tokens\skus\%targetedition%\%targetedition%*.xrm-ms" (
|
||||||
echo %_wtarget% | find /i " %targetedition% " || (
|
echo %_wtarget% | find /i " %targetedition% " || (
|
||||||
set _dismapi=1
|
set _dismapi=1
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user