diff options
| author | WindowsAddict | 2025-04-16 00:44:40 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-04-16 00:44:40 +0000 |
| commit | e8bf344f745358e140b75dff677bb745e4a8cafa (patch) | |
| tree | 38c35e85764c5b1cef763baca73f8214b75d00ed /MAS/All-In-One-Version-KL/MAS_AIO.cmd | |
| parent | 70162c413026ec938f1049b1e4011ac64945e31e (diff) | |
| download | Microsoft-Activation-Scripts-e8bf344f745358e140b75dff677bb745e4a8cafa.zip | |
Add support for O365 15.0 in TSforge because phone license exist
Diffstat (limited to 'MAS/All-In-One-Version-KL/MAS_AIO.cmd')
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 7f7bb7a..c9946e9 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -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
|
