Edit the info related to Mondo conversion

This commit is contained in:
WindowsAddict 2025-05-18 10:46:12 +05:30
parent fc2348bf53
commit 133d3b9720
3 changed files with 10 additions and 8 deletions

View file

@ -5328,10 +5328,7 @@ 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%"=="15" (call :dk_color %Gray% "Mondo 2013 is equivalent to O365 [15.0 version] in terms of the latest features.")
if "%oVer%"=="16" ( if "%oVer%"=="16" (call :dk_color %Gray% "Mondo 2016 is equivalent to O365 in terms of the latest features.")
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 (
@ -12446,6 +12443,10 @@ call :ksdata getinfo !_prod!
if defined _altoffid ( if defined _altoffid (
set _License=!_altoffid! set _License=!_altoffid!
echo Converting Retail To Volume [!_prod! To !_altoffid!] echo Converting Retail To Volume [!_prod! To !_altoffid!]
echo %%# | find /i "O365" %nul% && (
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.")
)
set _prod=!_altoffid! set _prod=!_altoffid!
call :ks_osppready call :ks_osppready
) )

View file

@ -1212,6 +1212,10 @@ call :ksdata getinfo !_prod!
if defined _altoffid ( if defined _altoffid (
set _License=!_altoffid! set _License=!_altoffid!
echo Converting Retail To Volume [!_prod! To !_altoffid!] echo Converting Retail To Volume [!_prod! To !_altoffid!]
echo %%# | find /i "O365" %nul% && (
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.")
)
set _prod=!_altoffid! set _prod=!_altoffid!
call :ks_osppready call :ks_osppready
) )

View file

@ -1797,10 +1797,7 @@ 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%"=="15" (call :dk_color %Gray% "Mondo 2013 is equivalent to O365 [15.0 version] in terms of the latest features.")
if "%oVer%"=="16" ( if "%oVer%"=="16" (call :dk_color %Gray% "Mondo 2016 is equivalent to O365 in terms of the latest features.")
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 (