Open AsciiWolf opened 2 years ago
Seems like there is no public link for trial/demo/activable. We will implement local executable selection for this.
Oops, the offline installer download page apparently requires login with Microsoft account. I did not know that, sorry.
I've found these links from official Microsoft website:
! Package | Link |
---|---|
Office 365 Home Premium | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/O365HomePremRetail.img |
Office 365 Business | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/O365BusinessRetail.img |
Office 365 Professional Plus | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/O365ProPlusRetail.img |
Office 2021 Home and Student | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/HomeStudent2021Retail.img |
Office 2021 Home and Business | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/HomeBusiness2021Retail.img |
Office 2021 Professional | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/Professional2021Retail.img |
Office 2021 Professional Plus | https://officecdn.microsoft.com/db/492350F6-3A01-4F97-B9C0-C7C6DDF67D60/media/it-IT/ProPlus2021Retail.img |
Nice! Just make sure to replace it-IT with the correct locale. The rest of the link seems to be the same for all locales. :-)
Nice! Just make sure to replace it-IT with the correct locale. The rest of the link seems to be the same for all locales. :-)
Nice, btw I have no time to build an installer. I'll wait for other maintainers.
I've found these links from official Microsoft website
Were you also able to find the "OfficeSetup.exe" installer links? It probably is on the same cdn server (just in a different directory). I have tried searching for it, but no luck.
I've found these links from official Microsoft website
Were you also able to find the "OfficeSetup.exe" installer links? It probably is on the same cdn server (just in a different directory). I have tried searching for it, but no luck.
It seems that unfortunately that is not available but it is inside the dmg files I’ve linked 😄
There are some problem with this. At the moment office works only with crossover, a partially fork of wine made by it's major sponsor. I'm trying to see if it would be possible create a script to compile this fork (it is foss, but the rest of the program is not) to use it with office... I'm too seeing if it is possible to upload the runner to bottles
We already have wine-cx fork, named vaniglia-cx
Oh ok ^^
Hi all, any progress here ? :)
According to crossover the dependencies needed are:
Also you need:
Hi, thanks for your indication. I just tried to installed it from the Setup.exe
from img @mirkobrombin linked previously.
I Installed pretty much everything you pointed at (except the math font not available in bottles) :
And it failed first with W7 as the installer detected it and requires W10, so I switched to this version and failed with this log :
22:16:19 (INFO) Launching an executable…
22:16:19 (INFO) Setting Key: [Latest_Executables] to [[{'name': 'Setup.exe', 'file': '/home/roiarthurb/.local/share/bottles/bottles/Offices/drive_c/users/roiarthurb/Downloads/Setup.exe', 'args': ''}, {'name': 'Setup.exe', 'file': '/home/roiarthurb/.local/share/bottles/bottles/Offices/drive_c/users/roiarthurb/Downloads/Setup.exe', 'args': ''}]] for bottle: [Offices]…
22:16:23 (INFO) Using Bottles runtime
002c:err:wineboot:process_run_key Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (126).
(bottles:207602): Gtk-WARNING **: 22:16:25.866: Attempting to add a widget with type HdyActionRow to a container of type HdyPreferencesGroup, but the widget is already inside a container of type GtkListBox, please remove the widget from its existing container first.
0118:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0118:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0124:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
0124:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
014c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
0114:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Security.Authentication.OnlineId.OnlineIdSystemAuthenticator"
0160:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
0160:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0180:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
0180:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
0198:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Networking.Connectivity.NetworkInformation"
0114:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
0114:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
0114:err:combase:RoGetActivationFactory Failed to find library for L"Windows.UI.ViewManagement.UISettings"
I was trying to get it working before but I gave up for now. Didn't get it to install but I did get it to run the setup (the one from office.com) using Windows 7. But then the installer kept getting stuck at 50% so something else is missing.. The reason you can't install this on W7 is probably because the online setup from office.com is downloading an older version compatible with W7 and the latest one isn't supported
Surprising how this tutorial seemed to did easily succeed it... https://ruados.github.io/articles/2021-05/office365-wine
I think it has to do that they use 32bit wine which is more stable (or used to be at least)
I tried it all on 32bits without any success... 😅😅
I was trying to get it working before but I gave up for now. Didn't get it to install but I did get it to run the setup (the one from office.com) using Windows 7. But then the installer kept getting stuck at 50% so something else is missing.. The reason you can't install this on W7 is probably because the online setup from office.com is downloading an older version compatible with W7 and the latest one isn't supported
I tried this one also and had the same Issue stucking at ca. 50% and don't move further. As other mentioned you find in the internet some articles that say it works but it didn't worked for me, maybe they are just to old and something broke since then.
Thank you for merging my issue with this one. Now, what is the next step please ? I see no news in the forum and neither on my issue nor this one. Is there a progress or idea for solving this ? do you need more test from our side to help you ?
I could progress further after using sys-wine-7.0.1
as the executor and downloading the following dependencies in the parameters (I am not sure if some of them where necessary) :
arial32
times32
courie32
msftedit
riched20
vburun6
andale32
arialb32
comic32
georgi32
impact32
tahoma32
trebuc32
verdan32
webdin32
allfonts
unifont
vcredist2015
msxml4
mono
msls31
mscaptcha
lavfilters741
gdiplus
dotnetcoredesktop3
dsdmo
dotnet40
dotnet48
art2k7min
Now with all the above, I can go further in the installation (compared to the black screen in the past), however the below window pop up appears :
For your information, this is still with an official Windows Office 2016 setup.exe program (coming from the iso file).
Thank you.
There aren't any implementation of firewall or windows defender on wine thought
I think it has to do that they use 32bit wine which is more stable (or used to be at least)
Wine on bottles AFAIK it's packaged without 32 bit libs, and its dependencies too are 64 bit only, so the funcionalities that aren't implemented with 32-on-64 they might not work I think... But hopefully we are going in the right direction...
Looking around, I found someone who was able to run Office on Wine, however, it required the following commands:
WINEARCH=win32 WINEPREFIX=$HOME/.wine32_off16 wine winecfg -v win7
WINEARCH=win32 WINEPREFIX=$HOME/.wine32_off16 winetricks riched20 gdiplus msxml6 mspatcha riched30 dotnet20 dotnet40 mfc100 corefonts -q
WINEARCH=win32 WINEPREFIX=$HOME/.wine32_off16 winecfg
WINEARCH=win32 WINEPREFIX=$HOME/.wine32_off16 wine ~/Downloads/Office_2016-32/setup.exe & sleep 3 && cpulimit -l 10 -p $(pgrep -i setup.exe)
He also explains that to resolve black screens, you need the following libraries:
Before installation, winetricks and cpulimit were installed. This last was for solving installation error on quick processors. For removing black windows problems, 32 bits version of libxcomposite libxinerama are necessary:
- For Arch, install : lib32-libxcomposite lib32-libxinerama
- For Debian based, install: libxcomposite:i386 libxinerama:i386
This could be a very interesting track to follow to overcome our problem.
Thank you!
How to run such commands on Bottles?
Most can be done through the gui
Can we download these 32 bits libraries via Bottles? (I have the flatpak version)
Problem is, bottles doesn't support 32bit wine. You can install a 32bit wine version using a custom runner but all the libraries are for 64bit. So they need to fix that first before discussing about an install script (which would automate all this)
Wine 8.0 released!
Wine 8.0 released!
Hello, I saw it : does it mean Bottles could support 32bits wine and 32bits libraries ? thank you very much !
Wine 8.0 released!
Hello, I saw it : does it mean Bottles could support 32bits wine and 32bits libraries ? thank you very much !
This is not related to the wine version. They can do it whenever they want, they just haven't done it yet
+1 for this request Microsoft Office is the one and only Windows program that I really have to use. It's partially supported by Wine, PlayonLinux and Crossover so it should be possible to get an installer for Bottles hopefully.
I would suggest the following installers/recipes:
Please, less "+1"s and more pull requests :)
Okay, so I haven't managed to get Office 2016 (Home & Student) to work in Bottles, but I did manage with a custom PlayOnLinux setup (largely based on these steps: https://askubuntu.com/questions/975104/how-do-i-install-ms-office-2016-on-playonlinux). Importing this PlayonLinux drive into Bottles failed for me, so for example the 32-bit Windows 7 in PlayOnLinux became a 64-bit Windows 10 bottle for some reason.
Would anyone be interested in "translating" this into an installer for Bottles?
This is what I did to get Office 2016 to run:
Office 2010 is working without any type of problem... using:
allfonts
vcredist2019
riched20
msxml6
vcredist2010
dotnet48 (and maybe dotnet20sp1?)
vbrun6
Office 2010 is working without any type of problem... using:
allfonts vcredist2019 riched20 msxml6 vcredist2010 dotnet48 (and maybe dotnet20sp1?) vbrun6
Did you install it in a 64-bit bottle? Was Office 2010 the 32-bit or 64-bit version?
Office 2010 is working without any type of problem... using:
allfonts vcredist2019 riched20 msxml6 vcredist2010 dotnet48 (and maybe dotnet20sp1?) vbrun6
Did you install it in a 64-bit bottle? Was Office 2010 the 32-bit or 64-bit version?
If I remember correctly, 64 bit (with WOW64) bottle, with office 32
Was there any progress? From what I heard, Office 365 should work relatively flawlessly in Wine (unlike Office 2021 that requires much more tinkering).
edit: https://www.codeweavers.com/compatibility/crossover/microsoft-office-365 https://www.microsoft.com/en-us/microsoft-365/download-office#download https://officecdn.microsoft.com/pr/wsus/setup.exe
Microsoft Office is still the best office suite out there, but sadly lacks a native Linux support. However, it should work quite well in Wine nowadays, at least the 365 version. Please, consider adding a community installer for this.