Update readme.md

This commit is contained in:
abbodi1406 2025-12-19 19:58:58 +03:00
parent 3d0de4126e
commit 24a4831a9b

View File

@ -1,7 +1,7 @@
# Office Click-to-Run Retail-to-Volume AIO # Office Click-to-Run Retail-to-Volume
- A standalone fork of C2R-R2V, - A standalone fork of old `C2R-R2V.cmd`,
where cleanospp.exe is embedded in the script and get extracted upon execution using powershell, where CleanOffice.ps1 and xrm.ps1 are embedded in the script and get executed using powershell,
which makes it easier to move and distribute the script alone which makes it easier to move and distribute the script alone
- Convert already-installed Office ClickToRun licensing from Retail to Volume - Convert already-installed Office ClickToRun licensing from Retail to Volume
@ -34,18 +34,22 @@ also, corresponding Office 365 Retail Grace Key will be installed
- If main products Suites are detected, single apps licenses will not be installed to avoid duplication - If main products Suites are detected, single apps licenses will not be installed to avoid duplication
- Suites: - Suites:
```
O365ProPlus, O365Business, O365SmallBusPrem, O365HomePrem, O365EduCloud O365ProPlus, O365Business, O365SmallBusPrem, O365HomePrem, O365EduCloud
ProPlus, Professional, Standard, HomeBusiness, HomeStudent, Visio, Project ProPlus, Professional, Standard, HomeBusiness, HomeStudent, Visio, Project
```
- Apps: - Apps:
```
Access, Excel, InfoPath, Onenote, Outlook, PowerPoint, Publisher, SkypeForBusiness, Word, Groove (OneDrive for Business) Access, Excel, InfoPath, Onenote, Outlook, PowerPoint, Publisher, SkypeForBusiness, Word, Groove (OneDrive for Business)
```
- Suites <> Apps inclusion: - Suites <> Apps inclusion:
O365ProPlus, O365Business, O365SmallBusPrem, ProPlus: all apps
O365HomePrem, Professional: all apps except SkypeForBusiness O365ProPlus, O365Business, O365SmallBusPrem, ProPlus: ==all apps==
Standard: all apps except Access, SkypeForBusiness O365HomePrem, Professional: ==all apps except SkypeForBusiness==
HomeBusiness: Excel, OneNote, PowerPoint, Word, Outlook Standard: ==all apps except Access, SkypeForBusiness==
HomeStudent, O365EduCloud: Excel, OneNote, PowerPoint, Word HomeBusiness: ==Excel, OneNote, PowerPoint, Word, Outlook==
HomeStudent, Home2024, O365EduCloud: ==Excel, OneNote, PowerPoint, Word==
## Remarks ## Remarks
@ -63,22 +67,26 @@ HomeStudent, O365EduCloud: Excel, OneNote, PowerPoint, Word
to workaround that, use the following steps to workaround that, use the following steps
- If you want Office Professional Plus: - If you want Office Professional Plus:
```
1) install Office 2016 SKU ProPlusRetail 1) install Office 2016 SKU ProPlusRetail
2) run C2R-R2V-AIO.cmd 2) run C2R-R2V-AIO.cmd
```
- Additionally, if you want Project and/or Visio: - Additionally, if you want Project and/or Visio:
```
1) install desired Office 2016 SKU: ProjectProRetail, ProjectStdRetail, VisioProRetail, VisioStdRetail 1) install desired Office 2016 SKU: ProjectProRetail, ProjectStdRetail, VisioProRetail, VisioStdRetail
2) run C2R-R2V-AIO.cmd 2) run C2R-R2V-AIO.cmd
```
## Manual advanced options: ## Manual advanced options:
- To run the process in debug mode "with" conversion - To run the process in debug mode "with" conversion
edit C2R-R2V-AIO.cmd and set _Debug=1 edit C2R-R2V-AIO.cmd and `set _Debug=1`
- To run the process in debug mode "without" conversion - To run the process in debug mode "without" conversion
edit C2R-R2V-AIO.cmd and set _Cnvrt=0 edit C2R-R2V-AIO.cmd and `set _Cnvrt=0`
## Credits ## Special Thanks
- @Windows_Addict / Features suggestion, testing and co-enhancing - @Windows_Addict / Features suggestion, testing and co-enhancing
- @AveYo / [Compressed2TXT](https://github.com/AveYo/Compressed2TXT) - @AveYo / [Compressed2TXT](https://github.com/AveYo/Compressed2TXT)