In a situation were I have Office365 via work installed, but no Visio Pro.... can I use downloaded Visio Pro 2019/2021 and install or convert and then activate along side my legit copy? Or will it convert my office365 to volume versions and not work?
What version of Office 365 is the last one to work on Windows 7 with Office C2R Extender @abbodi1406 ? On Windows 8.1, v2301 was the last but 2401 is working very good. The only program that stopped working is OneNote since v2312
hey man! I cant get past the KMS activation it keeps saying "windows cant find... C:user/the " etc... and then it stops working... any ideas?
I am confronted by a list of three choices: 1. Install Now 2. Create setup configuration (Normal Install) 3. Create setup configuration (Auto Install) What's #2 and #3?
Spoiler: ReadMe.txt 1. Install Now start normal installation now with the selected options (Config ini will be created too) 2. Create setup configuration (Normal Install) create Config ini file, to be used later with Installer.cmd 3. Create setup configuration (Auto Install) create Config ini file with the unattended option, which allow Installer.cmd to start the installation immediately
Update to v4.0 fix local install script, with multi-version and change it to always replace files (stop service, replace file, etc etc) local script can be easily run from Terminal / ISE or even by just copying \ paste the file to a local folder left click, Run (depending on execution policy) online can run from terminal / ise from every place how does it work? like ODT, with steroid it extracts minimal necessary files for setup and runs setup with direct command no XML, no ODT. (like yacturi/o) it gains a product list, from the XML file Usage. Office_Offline_Install [LOCA LPATH] Office_Offline_Install "Path" Office_Online_Install Office_Online_Install "Channel" Online script Spoiler: Images
I doubt this is the right place to ask, but I have 10 Office Professional Plus 2019 licenses dating back to 2019. I am trying to install a new copy of Office 2019, but every time it asks me to log onto my M$ account and says I have no licences associated with it. The original account which purchased the licenses is no longer available. 18 months ago I managed to get prompted for a licence key that I could input and it worked. I cannot remember how I did that. Is there any way of command line activating Office with one of the valid licenses? Last time I did it I seem to remember downloading a customised version of Office I created on a M$ site.
Open command prompt as administrator and execute one by one: Code: wmic path SoftwareLicensingService where __CLASS='SoftwareLicensingService' call InstallProductKey ProductKey="here" wmic path SoftwareLicensingService where __CLASS='SoftwareLicensingService' call RefreshLicenseStatus replace here with your key (keep the quotes marks) then to activate: Code: wmic path SoftwareLicensingProduct where "ApplicationID='0ff1ce15-a989-479d-af46-f275c6370663' AND PartialProductKey<>null" call Activate