Add support for O365 15.0 in TSforge because phone license exist

This commit is contained in:
WindowsAddict 2025-04-16 06:14:40 +05:30
parent 70162c4130
commit e8bf344f74
2 changed files with 10 additions and 2 deletions

View File

@ -4832,7 +4832,11 @@ call :dk_color %Gray% "Skipping Because Project/Visio Mode [%%#]"
if not defined skipprocess (
echo %%# | findstr /i "O365" %nul% && (
set no365=
if "%oVer%"=="15" (echo %%# | findstr /i "O365HomePremRetail" %nul% && set no365=1)
if "%oVer%"=="16" (echo %%# | findstr /i "O365" %nul% && set no365=1)
if defined no365 (
set _License=MondoRetail
set _altoffid=MondoRetail
call :ks_osppready

View File

@ -1611,7 +1611,11 @@ call :dk_color %Gray% "Skipping Because Project/Visio Mode [%%#]"
if not defined skipprocess (
echo %%# | findstr /i "O365" %nul% && (
set no365=
if "%oVer%"=="15" (echo %%# | findstr /i "O365HomePremRetail" %nul% && set no365=1)
if "%oVer%"=="16" (echo %%# | findstr /i "O365" %nul% && set no365=1)
if defined no365 (
set _License=MondoRetail
set _altoffid=MondoRetail
call :ks_osppready