diff options
| author | WindowsAddict | 2025-05-17 22:09:29 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-05-17 22:09:29 +0000 |
| commit | fc2348bf53a13665bae3f869283798f6dca5373a (patch) | |
| tree | 48bb592064b9caa120aee18b580c953326e525af | |
| parent | 966fbd14f6b4f17ee07c9ccc1d97dc499d16fc0f (diff) | |
| download | Microsoft-Activation-Scripts-fc2348bf53a13665bae3f869283798f6dca5373a.zip | |
Add some info related to O365 to Mondo conversion in TSforge
| -rw-r--r-- | MAS/All-In-One-Version-KL/MAS_AIO.cmd | 5 | ||||
| -rw-r--r-- | MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/MAS/All-In-One-Version-KL/MAS_AIO.cmd b/MAS/All-In-One-Version-KL/MAS_AIO.cmd index 0dc3954..f3e269a 100644 --- a/MAS/All-In-One-Version-KL/MAS_AIO.cmd +++ b/MAS/All-In-One-Version-KL/MAS_AIO.cmd @@ -5327,6 +5327,11 @@ set _License=MondoRetail set _altoffid=MondoRetail
call :ks_osppready
echo Converting Unsupported O365 Office [%%# To MondoRetail]
+if "%oVer%"=="15" (call :dk_color %Gray% "Mondo 2013 is equivalent to O365 [15.0 version] in terms of the latest features.")
+if "%oVer%"=="16" (
+call :dk_color %Gray% "Mondo 2016 is equivalent to O365 in terms of the latest features."
+call :dk_color %Gray% "To enhance stability, select the Change Office Edition option in the Main Menu to fully switch to Mondo."
+)
)
if not defined _oMSI (
diff --git a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd index ca7eb3e..ded99ca 100644 --- a/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd +++ b/MAS/Separate-Files-Version/Activators/TSforge_Activation.cmd @@ -1796,6 +1796,11 @@ set _License=MondoRetail set _altoffid=MondoRetail
call :ks_osppready
echo Converting Unsupported O365 Office [%%# To MondoRetail]
+if "%oVer%"=="15" (call :dk_color %Gray% "Mondo 2013 is equivalent to O365 [15.0 version] in terms of the latest features.")
+if "%oVer%"=="16" (
+call :dk_color %Gray% "Mondo 2016 is equivalent to O365 in terms of the latest features."
+call :dk_color %Gray% "To enhance stability, select the Change Office Edition option in the Main Menu to fully switch to Mondo."
+)
)
if not defined _oMSI (
|
