This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:microsoft_office [2019/02/04 08:16] gcooper |
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 24: | Line 78: | ||
- 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 " | ||
+ | </ |