October 10, 20187 yr It installs after fooling the installer into thinking it's running on Windows 10. Installed programs seem to function without issues at first glance without any workarounds. No luck running the installer on Windows 7. It wants SetCoalescableTimer function (Windows 8 and up), which I could redirect to SetTimer, but then the exception is thrown in msxml6.dll and I don't know how to proceed further.
October 16, 20187 yr Actually, Office 2019 works just fine on both 7 and 8.1... Since Office 2019 shares the same version files as Office 2016 and 365 (which both work on 7 and 8.1), you need to circumvent the artificial block. It just requires a bit of work with some hidden executable. I would direct everyone to this thread on MyDigitalLife, where user ratzlefatz made a tool to install Office 2019 on 7 and 8.1. In case you need proof, I used it to install it on my 7 VM: https://forums.mydigitallife.net/threads/how-to-support-chat-office-c2r-download-install-activation.62571/page-14#post-1125229
October 16, 20187 yr Author 4 hours ago, greenhillmaniac said: Actually, Office 2019 works just fine on both 7 and 8.1... Since Office 2019 shares the same version files as Office 2016 and 365 (which both work on 7 and 8.1), you need to circumvent the artificial block. It just requires a bit of work with some hidden executable. I suspected this might be the case. At least when you run the installer on the official Office 2019 image, it runs successfully on both Windows 8 and 8.1 if you use the debugger to make RtlGetVersion function in ntdll.dll return Windows 10's major and minor version; 10.0.
November 13, 20187 yr I stopped upgrading MS Word and Outlook at version 2003 and Excel, Visio, Publisher and PowerPoint at version 2010 because MS started removing features I liked, allegedly out of concern for security. What are the advantages of paying an annual $70 to $100 fee for the latest version of MS Office and being encouraged to park your data in the cloud? I don't mean this sarcastically, I'm willing to be convinced. Edited November 13, 20187 yr by BYTE-ME
November 18, 20187 yr Author On 11/13/2018 at 5:52 PM, BYTE-ME said: What are the advantages of paying an annual $70 to $100 fee for the latest version of MS Office and being encouraged to park your data in the cloud? Given that newer versions are just incremental upgrades and downgrades in some ways from previous versions, there probably aren't any compelling reasons, except if there's some extreme requirement by a certain user. Can't think of any from my POV as a non-demanding user. I just made this thread to highlight the silliness of restricting Office 2019 to Windows 10. :)
February 7, 20206 yr On 11/18/2018 at 4:28 AM, UCyborg said: Given that newer versions are just incremental upgrades and downgrades in some ways from previous versions, there probably aren't any compelling reasons, except if there's some extreme requirement by a certain user. Can't think of any from my POV as a non-demanding user. I just made this thread to highlight the silliness of restricting Office 2019 to Windows 10. :) My reason for installing Office 2019 is mostly because Outlook 2013 doesn't support synchronizing with Google Calendar but Outlook 2019 does. There aren't any good third party solutions either, except for using Thunderbird.
March 29, 20206 yr On 10/16/2018 at 7:51 PM, greenhillmaniac said: Actually, Office 2019 works just fine on both 7 and 8.1... Since Office 2019 shares the same version files as Office 2016 and 365 (which both work on 7 and 8.1), you need to circumvent the artificial block. It just requires a bit of work with some hidden executable. I would direct everyone to this thread on MyDigitalLife, where user ratzlefatz made a tool to install Office 2019 on 7 and 8.1. In case you need proof, I used it to install it on my 7 VM: https://forums.mydigitallife.net/threads/how-to-support-chat-office-c2r-download-install-activation.62571/page-14#post-1125229 I went to that link - OfficeRTool - Is it the same? It does not say anywhere that it supports 7/ 8.1 installation. Has the tool changed or evolved? Thoughts. Can you check which version you had and what steps you took for install? Need to do an install on 8.1
March 29, 20206 yr - Download Office Deployment Tool: https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officedeploymenttool_12325-20288.exe - Create one folder for working, for example: "C:\myoffice\" - Launch officedeploymenttool_12325-20288.exe and set extract folder on "C:\myoffice\" - Open notepad copy/write this lines and save as "C:\myoffice\myconfig.xml" (for 64-bit in en-US language): <Configuration> <Add OfficeClientEdition="64" Channel="PerpetualVL2019"> <Language ID="en-US" /> </Add> </Configuration> - Open Command Prompt (cmd) or PowerShell and execute (this download Office 2019 complete package + Language en-US (~1.83 GB) on "C:\myoffice\Office\"): CD /C "C:\myoffice" Setup.exe /Download myconfig.xml - Go to folder "C:\myoffice\Office\Data\16.0.10357.20081" (your version may vary, take note) and extract i640.cab (i360.cab for 32-bit) file on: "C:\Program Files\Common Files\Microsoft Shared\ClickToRun\" (Create subfolder if not exist) - On Command Prompt or PowerShell execute (copy and paste) -- This install Microsoft Office Access, Excel, PowerPoint and Word only -view excludedapps-) -- CHECK your Microsoft Office download in line: version.16=16.0.10357.20081 ^ correct if necessary. "%CommonProgramFiles%\microsoft shared\ClickToRun\OfficeClickToRun.exe" ^ deliverymechanism=f2e724c1-748f-4b47-8fb8-8e0d210e9208 ^ platform=x64 ^ culture=en-US ^ b= ^ displaylevel=True ^ forceappshutdown=True ^ piniconstotaskbar=False ^ acceptalleulas.16=True ^ updatesenabled.16=True ^ updatepromptuser=True ^ updatebaseurl.16=http://officecdn.microsoft.com/pr/f2e724c1-748f-4b47-8fb8-8e0d210e9208 ^ cdnbaseurl.16=http://officecdn.microsoft.com/pr/f2e724c1-748f-4b47-8fb8-8e0d210e9208 ^ mediatype.16=Local ^ sourcetype.16=Local ^ version.16=16.0.10357.20081 ^ baseurl.16="C:\myoffice\Office" ^ productstoadd="ProPlus2019Volume.16_en-US_x-none" ^ ProPlus2019Volume.excludedapps.16=groove,lync,onedrive,onenote,outlook,publisher,teams ^ flt.useexptransportinplacepl=disabled ^ flt.useofficehelperaddon=disabled ^ flt.useoutlookshareaddon=disabled ^ flt.usebingaddononinstall=disabled ^ flt.usebingaddononupdate=disabled Edited March 30, 20206 yr by EdSon Update OfficeClickToRun.exe Path :-P
September 10, 20205 yr Ive got an idea, if Office 2016 and 2019 have practically the same files, creating and sharing portables of Office 2019 could solve this problem.
Create an account or sign in to comment