This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:microsoft_office [2019/02/04 08:15] gcooper created |
computing:microsoft_office [2024/11/04 11:39] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Microsoft Office Issues ====== | ====== Microsoft Office Issues ====== | ||
+ | |||
+ | ===== Office LTSC ===== | ||
+ | |||
+ | ==== Install ==== | ||
+ | |||
+ | **Create Configuration.xml**: | ||
+ | |||
+ | **Office 365 Admin Portal**: https:// | ||
+ | |||
+ | < | ||
+ | C:\Temp> .\setup.exe /configure .\Configuration-office-ltsc-standard.xml | ||
+ | </ | ||
+ | |||
+ | ==== Configuration.xml ==== | ||
+ | |||
+ | === SPLA Office LTSC === | ||
+ | |||
+ | :!: Excludes OneNote and OneDrive. | ||
+ | |||
+ | < | ||
+ | < | ||
+ | <Add OfficeClientEdition=" | ||
+ | <Product ID=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <Updates Enabled=" | ||
+ | < | ||
+ | < | ||
+ | <Setup Name=" | ||
+ | </ | ||
+ | <Display Level=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== IMAP ==== | ||
+ | |||
+ | <note tip>You must use **Control Panel Mail** applet to configure an IMAP account.</ | ||
+ | |||
+ | ===== Office 2019 Reset ===== | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | - Close all MS Office apps. | ||
+ | - Edit registry as the user with the problem. | ||
+ | - Delete the entire registry key: | ||
+ | - '' | ||
===== Office 2016 with Office 2019 App ===== | ===== Office 2016 with Office 2019 App ===== | ||
Line 11: | Line 65: | ||
==== Microsoft' | ==== Microsoft' | ||
- | Download the fix-it tool from this website: | + | Download the **fix-it tool** from this web page: |
https:// | https:// | ||
Line 20: | Line 74: | ||
- Run the Fix-It tool | - Run the Fix-It tool | ||
+ | - Reboot? | ||
- Download, Install and Activate Office 2016 Home and Business first | - Download, Install and Activate Office 2016 Home and Business first | ||
- After that, download, install and activate Visio 2019 | - After that, download, install and activate Visio 2019 | ||
+ | ===== Discover last 5 characters of installed MS Office license ===== | ||
+ | |||
+ | These scripts from MS will get you the last 5 digits which may help you back track. | ||
+ | |||
+ | At a command prompt, type the following for the appropriate version: | ||
+ | |||
+ | * Office 2010 (32-bit) on a 32-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2010 (32-bit) on a 64-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2010 (64-bit) on a 64-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2013 (32-bit) on a 32-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2013 (32-bit) on a 64-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2013 (64-bit) on a 64-bit version of Windows | ||
+ | < | ||
+ | cscript " | ||
+ | </ | ||
+ | |||
+ | * Office 2016 (32-bit) | ||
+ | < | ||
+ | cscript " | ||
+ | </ |