Unfortunately I had to re-install Arch about a week ago (Early February) and afterwards my Office applications would no longer start (my home is on a separate partition so I didn't have to reinstall Office). Nothing I tried could get Office 2010 to work properly. I deleted my .wine and .PlayOnLinux folders and tried to reinstall.
I either couldn't get it to install, or could get it to install, but activation over the Internet would not work. I didn't want to call Microsoft even though that would probably have been the easiest solution. I tried exporting WINEARCH="win32" but the installer then crashed.
What I finally had to do was uninstall wine and all its dependencies and then install bin32-wine-snapshot from the AUR. After that everything was just great.
# packer -S bin32-wine-snapshot # or yaourt or whatever... $ export WINEPREFIX="${HOME}/.msoffice2010" $ export WINEARCH="win32" $ wine my-installer.exeDone, and it activated with no issue.
Note: For anyone interested I ran Wireshark during the unsuccessful activation before installing the 32 bit version of wine, here's what happened:
- Me -> HTTPS: SYN -> Microsoft
- Microsoft -> HTTPS: SYN/ACK -> Me
- Me -> HTTPS: ACK -> Microsoft
- Me -> HTTPS: FIN -> Microsoft
I have no idea why but Office after establishing the connection immediately closed it.
Holy smokes, this worked. I was having the same activation problem.
ReplyDeleteFrom one Arch user to another: thanks!
That's great, this stuff is really just so I can remember it wihtout having to relearn, but I figured sooner or later some of it would help someone else as well.
DeleteCould it be possible if you can explain how did you activated your Office copy? Thanks for the enormous help!!
DeleteIt activated itself via the Internet once I got the proper wine installed (bin32-wine-snapshot).
Delete