mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-19 18:04:53 +00:00
Add some info related to O365 to Mondo conversion in TSforge
This commit is contained in:
parent
966fbd14f6
commit
fc2348bf53
2 changed files with 10 additions and 0 deletions
|
@ -5327,6 +5327,11 @@ set _License=MondoRetail
|
||||||
set _altoffid=MondoRetail
|
set _altoffid=MondoRetail
|
||||||
call :ks_osppready
|
call :ks_osppready
|
||||||
echo Converting Unsupported O365 Office [%%# To MondoRetail]
|
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 (
|
if not defined _oMSI (
|
||||||
|
|
|
@ -1796,6 +1796,11 @@ set _License=MondoRetail
|
||||||
set _altoffid=MondoRetail
|
set _altoffid=MondoRetail
|
||||||
call :ks_osppready
|
call :ks_osppready
|
||||||
echo Converting Unsupported O365 Office [%%# To MondoRetail]
|
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 (
|
if not defined _oMSI (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue