Microsoft Office 2010
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks41 24 DescriptionMicrosoft Office 2010 is an office suite written by Microsoft. This installer supports the following components:
ScreenshotsSource code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind (samba) presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20, gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha # [Dadu042] (2020-02-10 12-33) # Wine 3.0.2 -> 3.0.3 (more common on POL nowadays). # Note: I think that lines POL_Wine_OverrideDLL for riched20 and riched30 are useless. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.3" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind (or samba, on Arch Linux) before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
divie | Wednesday 2 October 2024 at 5:49 |
divie
|
MessageCurrently, the installation is broken and no longer works. Replies |
divie | Wednesday 2 October 2024 at 5:49 |
divie
|
MessageCurrently, the installation is broken and no longer works. Replies |
jpthiran | Friday 3 May 2024 at 2:10 |
jpthiran
|
MessageHello All. I'm trying to install Microsoft Office 2010 on Zorin OS 16.3 Lite with Wine and PlayOnLinux. When running PlayOnLinux I get the following error message that it got into a fatal error. Please, can you advise on how to proceed? Thank you and Regards, Jean-Pierre. Replies |
m4rcuzNLD | Sunday 11 June 2023 at 8:05 |
m4rcuzNLD
|
MessageVisual Basic working in Office 2010!. Because i'm a little lazy, I did not read through the whole thread. (please forgive me) For all who run Office 2010 and struggled with VB; I finally found a solution. In case you had the same issue, perhaps it helps. grtz Replies |
grizzogor | Friday 19 May 2023 at 13:30 |
grizzogor
|
MessageHi PlayOnLinux contributors, I have an issue when installing Office 2010 within the past month or so. When POL installs Microsoft fonts, it gets stuck on tahoma32.exe with no way to skip it to continue the installation. I assume Microsoft (or wherever it's getting the font files from) had moved the file, causing POL to not continue the installation process. Is there any way that this could be resolved? RepliesThursday 8 June 2023 at 22:39
|
jack1142 | Tuesday 31 January 2023 at 23:15 |
jack1142
|
WarningThis update has not been approved yet by the team. MessageThe wizard hangs indefinitely when the path to the installer contains spaces and there's a " - " in the path to the installer, e.g. with a path like this: "/media/ubuntu/Disk Name/Backups - installers/Office_HB_2010_Polish_x32.exe" due to the call to `file`. Also, this means that it may not correctly detect when a x64 executable is passed since it treats each arguments as a separate path while still exiting with code 0.
The attached improvement fixes this. Differences@@ -70,7 +70,7 @@ POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" -if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then +if [ ! "$(file "$SetupIs" | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind (samba) presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20, gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha # [Dadu042] (2020-02-10 12-33) # Wine 3.0.2 -> 3.0.3 (more common on POL nowadays). # Note: I think that lines POL_Wine_OverrideDLL for riched20 and riched30 are useless. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.3" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind (or samba, on Arch Linux) before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file "$SetupIs" | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
newbumblebee | Friday 2 September 2022 at 15:53 |
newbumblebee
|
MessageHallo folks, thank you very much for these scripts. I am really glad there is a possibility to run a MS-Windows-program on linux without bothering with VirtualBox or such. I habe MS-Office pro 2010. I would like to install not the whole of the package, but MS-Access only. For writing, calculating etc. I use LibreOffice. How have I to adapt this script, please? Is this possible? Is Wine 3.0 still recommended today, or should I use Wine 3.4? Oh, and my installation CD doesn't have some setup*.exe plus loads of files. On the CD there is just one file, called something like X17-*.exe. I tried to install MS-Access with the procedures given on https://isolution.pro/de/q/au13972902/wie-installiere-ich-ms-office-2016-unter-playonlinux. (They use Wine 3.4, Windows 7 and the 32kb-version.) The installation went through, but the program would not start because of one fatal error or another. The cause was not clear. Thank you very much for your help. Newbumblebee RepliesSaturday 11 March 2023 at 0:52
Saturday 11 March 2023 at 1:02
Edited by newbumblebee |
datapro | Tuesday 12 July 2022 at 19:46 |
datapro
|
Messagehi Replies |
wayland | Thursday 23 December 2021 at 3:41 |
wayland
|
MessageMS Office 2010 Pro seems to work well on my Mint 20.1 setup. However MS Access is missing acouple of compoenents. I opened a shell prompt and did these two; winetricks mdac28 winetricks oleaut32
The first one allows ODBC to work in Access External Data. The second makes Forms editable and seems to make buttons with macros work too. Still no OLE objects so no fancy graphs. However Access now seems to be a reliable tool for Linux even if it's not up to running previously written business apps from Windows. I installed mysql-connector-odbc-3.51.30-win32.msi and am able to reliably connect Access to a MySQL or MariaDB database which I'm chuffed about. If the two libruaries above could be included in the Play On Linux then Access becomes a lot more viable. Linux has nothing like Access but it has word processors and spreadsheets gallore. RepliesWednesday 27 July 2022 at 13:11
Edited by wayland |
pwinkz | Wednesday 11 August 2021 at 19:09 |
pwinkz
|
MessageMy installation has been stuck at downloading: windowsxp-kb936929-sp3-x86-enu_c81472f7eeea2eca421e116cd4c03e2300ebfde4.exe for over 4 hours now and size is only 316.4 MB. How do I deal with this or what is causing it? Replies |
elm31rugby | Friday 4 June 2021 at 8:52 |
elm31rugby
|
MessageBonjour, je viens d'installer Microsoft Office 2010 standard. L'installation se passe bien, mais je ne peux activer le produit. Lorsque je cherche à le faire, je reçois le message "Le programme setup.exe a rencontré un grave probleme et doit fermer". Office fonctionne un mois, puis se bloque. J'ai une clé Office achetée, le problème n'est pas là. Je cherche vraiment à activer mon produit. Certes, je peux tous les mois réinstaller le programe... Mon système : PLO 4.3.4, Ubuntu 18.04, Office2010 Standard. Si vous vez une piste... Merci d'avance ! Eric LM RepliesSunday 29 August 2021 at 0:51
|
yerc | Saturday 6 February 2021 at 21:24 |
yerc
|
MessageI have encountered an issue installing Microsoft Office Professional Plus 2010.
OS: Linux Mint 20.1 XFCE 64bit
My installation media has both x64 and x86 versions of MS Office.
During the installation, POL showed "Error ! Files mismatch" for msxml6_x86.msi. I continued regardless and ended with 32-bit version of Word and Excel. Both are not able to save files, with Word showing a message that MSXML 6.0 need to be properly installed while Excel says "may be able to save by removing or repairing some features".
I'm here to report this after reading http://wiki.playonlinux.com/index.php/Troubleshooting_Common_Problems#Error.21_Files_mismatch
FWIW, my older laptop is running this same MS Office flawlessly which was installed years ago when it had an older version of Linux Mint XFCE (now updated to version 20.1). RepliesEdited by yerc |
walfin | Sunday 16 August 2020 at 15:31 |
walfin
|
MessageOutlook is not working. Help! It hangs at loading profile. My email account is hosted on Office365. Replies |
Rambaro | Friday 14 August 2020 at 15:54 |
Rambaro
|
Messagehello, it worked perfectly. but i have a doubt there is a way to be able to install all the installer requirements offline, what happens is that i live in venezuela and the internet does not work well, and i can last up to 6 hours installing it. and i am installing it on several pc. Sorry about the grammar. I'm using a translator. Replies |
eddi71 | Friday 7 August 2020 at 14:45 |
eddi71
|
MessageI tried to install MS Office 2010 with Playonlinux on Kubuntu 20.04.1 today. After choosing the 32-bit installation file, Playonlinux crashed. This is the last part of the logfile. "Wine scheint abgestürzt zu sein" means "Wine seems to have crashed": 08/07/20 14:25:51 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html /usr/share/playonlinux/lib/wine.lib: Zeile 567: /home/USER/.PlayOnLinux//wine/linux-x86/3.0.3/bin/wine: Datei oder Verzeichnis nicht gefunden 08/07/20 14:25:51 - [POL_Wine] Error: Wine scheint abgestürzt zu sein\n\nWenn Ihr Programm weiter läuft, ignorieren Sie diese Nachricht 08/07/20 14:27:16 - [POL_Wine] Message: Wine return: 127 08/07/20 14:27:16 - [POL_System_CheckFS] Message: Checking filesystem for /home/USER/Dokumente/Computer/Installationsdateien/Windows/Microsoft_Office_Installationsmedien/Office_HS_2010_TechG_German_08/07/20 14:27:16 - [POL_Wine] Message: Running wine-3.0.3 /home/USER/Dokumente/Computer/Installationsdateien/Windows/Microsoft_Office_Installationsmedien/Office_HS_2010_TechG_German_x32.exe (Workin08/07/20 14:27:16 - [POL_Wine] Message: Notice: PlayOnLinux deliberately disables winemenubuilder. See http://www.playonmac.com/fr/page-26-Winemenubuilder.html /usr/share/playonlinux/lib/wine.lib: Zeile 567: /home/USER/.PlayOnLinux//wine/linux-x86/3.0.3/bin/wine: Datei oder Verzeichnis nicht gefunden 08/07/20 14:27:16 - [POL_Wine] Error: Wine scheint abgestürzt zu sein\n\nWenn Ihr Programm weiter läuft, ignorieren Sie diese Nachricht 08/07/20 14:27:17 - [POL_Wine] Message: Wine return: 127 08/07/20 14:27:19 - [POL_Call] Message: Calling POL_Install_dotnet20 08/07/20 14:27:19 - [POL_Call] Message: ----- Starting function POL_Install_dotnet20 ----- 08/07/20 14:27:19 - [POL_GPG_auth_script] Message: Checking signature of POL_Install_dotnet20 08/07/20 14:27:19 - [POL_GPG_install_key] Message: Importing PlayOnLinux public key 08/07/20 14:27:19 - [POL_Source] Message: POL GPG : Good signature 08/07/20 14:27:19 - [POL_Wine] Message: Running wine-3.0.3 uninstaller --remove {E45D8920-A758-4088-B6C6-31DBB276992E} (Working directory : /home/USER/.PlayOnLinux/tmp) /usr/share/playonlinux/lib/wine.lib: Zeile 567: /home/USER/.PlayOnLinux//wine/linux-x86/3.0.3/bin/wine: Datei oder Verzeichnis nicht gefunden 08/07/20 14:27:19 - [POL_Wine] Error: Wine scheint abgestürzt zu sein\n\nWenn Ihr Programm weiter läuft, ignorieren Sie diese Nachricht
"Datei oder Verzeichnis nicht gefunden" means "file or folder not found". The file home/USER/.PlayOnLinux/wine/linux-x86/3.0.3/bin/wine
exists, but not with TWO slashes before "wine" (and after .Playonlinux) (see above). Could this be the bug that is preventing installation? Replies |
Raven_Knight554 | Friday 22 May 2020 at 15:05 |
Raven_Knight554
|
MessageThis one works well with Ubuntu 20.04. The installation went smooth and quick, less than 30 min. Used 32bit iso image for the same. Word, Excel and Powerpoint works flawless. I've even tried changing the wine version to 'wine 5.7 staging (32bit)' after installation and works without any issue.
Replies |
RemyH | Sunday 29 March 2020 at 15:03 |
RemyH
|
MessageWine 3.0.3 (windows 7) didn't work for me on LinuxMint Debian Edition 4. I imported the script and modified the script to get wine 3.0.2 (windows XP), which worked perfectly. Replies |
Dadu042 | Monday 10 February 2020 at 12:37 |
Dadu042
|
InformationThis update has been approved by the team. Differences@@ -15,15 +15,18 @@ # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) -# Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 +# Updating missing dotnet20, gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha +# [Dadu042] (2020-02-10 12-33) +# Wine 3.0.2 -> 3.0.3 (more common on POL nowadays). +# Note: I think that lines POL_Wine_OverrideDLL for riched20 and riched30 are useless. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" -WINEVERSION="3.0.2" +WINEVERSION="3.0.3" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" @@ -84,7 +87,6 @@ POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" -plsy # Fix a crash when loading a file @@ -112,4 +114,4 @@ POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close -exit +exit 0 \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind (samba) presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20, gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha # [Dadu042] (2020-02-10 12-33) # Wine 3.0.2 -> 3.0.3 (more common on POL nowadays). # Note: I think that lines POL_Wine_OverrideDLL for riched20 and riched30 are useless. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.3" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind (or samba, on Arch Linux) before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit 0 Replies |
Barney66 | Monday 10 February 2020 at 11:42 |
Barney66
|
MessageHello, Last week I installed Office 2010 succesfully on my HP Z book. However the installation on a second laptop keeps failing. I do not get to the stage of installing. I keep getting the message: Error in main I cannot install winbind as it is not supported anymore. And, as far as I know I have installed Samba. When I type 'samba --version' in Terminal the response is 'Version 4.7.6-Ubuntu'. Ubuntu 18.04.3 LTS PlayOnLinux: /home/job/.PlayOnLinux > wine Call from Before I managed to install Acrobat Reader and Notepad Plus+ on this installation. Office 2010 keeps failing. What goes wrong? Replies |
Qyn | Sunday 19 January 2020 at 1:17 |
Qyn
|
MessageHey, Just wanted to inform that corefonts are not getting installed therefore not letting the installer complete. The installation of corefonts gets stuck on Downloading: andale32.exe... and just sits there. I have tried to cancel the installation at that point, install corefonts with winetricks pointing at the wineprefix (which appeared to work), but still - installer would get stuck at the same point. Actually, I'm not even sure if it's the scripts' fault, because creating a new bottle through playonlinux and trying to install corefonts on it results in the same problem.
Replies |
jomarama | Saturday 18 January 2020 at 15:26 |
jomarama
|
MessageBuenas tardes, cuando se abre un documento de MW Word haciendo doble clic sobre él, MS Word se abre perfectamente, pero el uso de la CPU se dispara y se generan muchos procesos de wine. Cuando se cierra MS Word los procesos siguen abiertos y el uso de la CPU en un 100%. https://subefotos.com/ver/?300ffdd55ae10e3fa3ff190ab798e6e3o.png
https://subefotos.com/ver/?32f1fc5ba7332949440cf8dadf93f45eo.png Gracias de antemano. Replies |
azis91 | Tuesday 14 January 2020 at 10:20 |
azis91
|
Messagegood Replies |
kodiak333 | Wednesday 1 January 2020 at 20:12 |
kodiak333
|
MessageHello, I want to give feedback that the installation of Office 2010 was not working. Obviously the wine directory is not found due to the double slash in the directory paths (see logfile below). Is there a workaround? Kind regards, Franz 01/01/20 19:45:00 - [POL_Wine] Message: Running wine-3.0.2 regedit /home/franz/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/franz/.PlayOnLinux/tmp)
Replies |
lefteris1973 | Sunday 29 September 2019 at 23:11 |
lefteris1973
|
MessageTHANKS Replies |
raju5555 | Sunday 4 August 2019 at 8:28 |
raju5555
|
Messagegood Replies |
eddi71 | Monday 29 July 2019 at 18:21 |
eddi71
|
MessageMS Office 2010 runs well on my Kubuntu 18.04 in general. However, I in the past few years I did not have to fiddle around with "riched20" in Wine configurations after installation. Today, I installed Office 2010 on a new Laptop with Kubuntu 18.04 from the 32-bit file setup (Office_HS_2010_TechG_German_x32; downloaded August 2018), and it only showed me "Office 2010" in "Configure" (or German: Konfigurieren), not Excel, Word etc. - so the individual applications - after installation. There were also no individual "launchers", i.e. in the main PlayonLinux window it did not show me any individual installed applications (I only use PlayonLinux for MS Office). Only after I had accessed, for Office 2010, the Tab "Wine" and "Configure Wine" (or German: Wine Konfigurieren), and then added "'riched20' (Native, Builtin)" in the Tab "Libraries"? (German: Bibliotheken) did it work, and I had to run through the installation process again. PlayOnLinux downloaded further software (something to do with .NET???, I think), and then everything was fine. But you need to know about "riched20" (which I knew from past experience with Wine). Perhaps this can be fixed?
Replies |
PabelPicasso | Wednesday 17 July 2019 at 19:16 |
PabelPicasso
|
MessageIt's perfect! Also, Access works fine with this, so please add it directly on Replies |
jwsp1 | Sunday 12 May 2019 at 18:09 |
jwsp1
|
MessageI'm stuck at the point where PlayOnLinux wants to install Microsoft fonts. It says "Please read and accept the following:" but there is just a blank space below and nothing to click. Cannot proceed installation. Any hints how I can workaround this issue? Shall I install a certain Wine version? RepliesSunday 12 May 2019 at 19:33
Sunday 12 May 2019 at 20:36
Thursday 15 August 2019 at 22:37
|
terryvdj | Wednesday 17 April 2019 at 16:14 |
terryvdj
|
MessageHi all, Office 2010 seems to work really well on my fedora 29 install. I have one problem however. I can't select a Bibliography style (under references, citations & bibliography, style). It says missing. The style-files are present in the correct folder ( ~/.PlayOnLinux/wineprefix/Office2010/drive_c/Program Files/Microsoft Office/Office14/Bibliography/Style). Anyone else that has encountered this problem? Does someone know a solution? I notices someone had the same problem in 2015 but it doesn't have any responses. Greetings and thanks in advance! Replies |
nosch | Sunday 3 March 2019 at 17:17 |
nosch
|
MessageI installed MS Office 2010 (Word, Powerpoint, Excel) on Linux Mint 18.3 Cinnamon 64-bit. The Apps work perfect, only if I try to open any office file with right klick "open with", office does not start and wine crashes with a message it has to refresh something. I think it is because the "open with" funktion uses the comands of the menu entries. They look like this: "/usr/share/playonlinux/playonlinux --run "Microsoft Powerpoint 2010" %F" If I use this command without the "%F" at the end as a custom "open with" command. Everything works fine. Maybe you could fix that and tell me what is the problem with "%F"?! Thanks a lot! Replies |
GerryK | Monday 18 February 2019 at 16:54 |
GerryK
|
MessageHey everybody, POL seems to work straight. Anyway, I have a problem with installing MS Office 2010 Pro (32-bit). First of all: My OS is Linux Mint 19.1 + Cinnamon, PlayOnLinux v4.2.12-1, Wine-stable v3.0-1ubuntu1 and Wine64 v3.0-1ubuntu1 packages are installed, as well as Wine v3.0.2 via POL. Wine-mono and Wine-gecko packages have been installed casually while I was trying to install Office the first time. I only have an Office EXE file instead of an Installation CD/DVD, or ISO file, and I think that's the source of evil. Doing the installation with the file itself doesn't work because the setup.exe file is being needed for that. But the extracted files also don't work. At first, during the Installation process, the error message about a non-usable config.xml file appeared, then later on, the core EXE files (Winword, Excel etc.) have not been found by the installer. (Because not in the EXE's main folder?! They're hidden in the archive SIWW.cab, or elsewhere.) By now, I don't have any ideas left. Maybe someone else does, I would be enthusiastic.
Thanks in advance & Greetings Replies |
roman82101 | Thursday 7 February 2019 at 16:06 |
roman82101
|
Message???-?? ?? ???????? ???? ????????? ? ????, ????????? ????? ????? ???????????. ? Wine 3.21 (x86) ? ??????????? winetricks riched30 msxml3 msxml6 corefonts tahoma vb6run vcrun6 ???????? ????????, ??? ??????? ??????? ?????? Replies |
rooty | Wednesday 9 January 2019 at 21:03 |
rooty
|
WarningThis update has not been approved yet by the team. MessageHey this script is awesome, but I hope you don't mind I added "samba" to the prompt for checking winbind - the package lib32-libwbclient that substitutes for winbind on Arch has been deprecated. Installing samba makes this script work perfectly. Differences@@ -4,7 +4,7 @@ # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) -# Check winbind presence on Linux, required to install +# Check winbind (samba) presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 @@ -36,7 +36,7 @@ POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then - wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" + wbinfo -V || POL_Debug_Fatal "Please install winbind (or samba, on Arch Linux) before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind (samba) presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind (or samba, on Arch Linux) before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" plsy # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
eddi71 | Monday 17 December 2018 at 11:19 |
eddi71
|
MessageI installed the new installer via the script in August 2018 on Kubuntu 18.04. The paket "msttcorefonts" was already installed on the computer. Everything worked/works fine, except I had problems displaying and printing diacriticial characters (e.g. "special" letters in Indian names, etc.) in Word documents that used Times New Roman. They were displayed and printed as little boxes. A quick search on the internet showed me that probably the font Times New Roman was missing. Solution: I copied the font files (times.ttf, timesbd.ttf timesbi.ttf and timesi.ttf) and placed them in /home/USERNAME/PlayOnLinux's virtual drives/Office2010/drive_c/windows/Fonts/ (USERNAME is your own username) Most other common Windows fonts were in there already (Arial, Calibri etc.). Why is Times New Roman missing? (Perhaps this has been fixed in the meantime). RepliesMonday 17 December 2018 at 11:25
|
diogoborges14 | Saturday 1 December 2018 at 15:54 |
diogoborges14
|
WarningThis update has not been approved yet by the team. MessageI tried with "mspatcha " and solved my errors with the "setup.exe " Differences@@ -16,6 +16,8 @@ # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 +# [diogoborges14] (2018-12-01) +# mspatcha [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -77,6 +79,7 @@ POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 +POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 # [diogoborges14] (2018-12-01) # mspatcha [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 POL_Call POL_Install_mspatcha # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" plsy # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
maxhofi | Wednesday 31 October 2018 at 15:28 |
maxhofi
|
MessageHello, I'm using Ubuntu 18.04 and have installed Office 2010 with playonlinux. Under normal conditions it works very well. But when I'm opening a Word-Document on my university cloud/NAS, I'm unable to safe my progress on the original file name due to a "permission error". Therefore I checked the permissions of this file (ls -l): -rwxr-xr-x 1 max max 13073 Okt 31 15:11 example.docx At the firstpoint I thought I have to change the group permissions. Unfortunatelly that doesn't worked (not on comand line nor with the gui). But than I tried to open the file with LibreOffice and I could save my progress without any problem. Therfore I thought there might be a special playonlinux user who could not get any permissions? Otherwise there might still be a problem with the mounted NAS... Would be very nice if someone could help me if it is a playonlinux thing and how I could fix it.
Thenk you very much in advance! Max
Replies |
Jean Majolo | Saturday 13 October 2018 at 22:48 |
Jean Majolo
|
|
mrjacobarussell | Wednesday 26 September 2018 at 5:52 |
mrjacobarussell
|
WarningThis update has not been approved yet by the team. MessageI noticed the installers are not including dotnet20 or gdiplus ?
Your most recent script was not working for me. I deleted my bottle and modified the installer on this thread after looking through it. To add the componets I assumed to be missing. I am new and this is my first attempt to contribute. please be gentle I have used the I want to submit an improvement feature.
Differences@@ -1,5 +1,5 @@ #!/bin/bash - + # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity @@ -12,32 +12,36 @@ # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version +# [rbelo] (2018-07-22 15-50) +# Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. +# [Mrjacobarussell] (2018-09-25 20-50) +# Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="Office2010" -WINEVERSION="1.7.52" +WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" - + POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" - + POL_SetupWindow_Init POL_SetupWindow_SetID 801 - + POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" - + POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" - + if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" - - + + POL_SetupWindow_InstallMethod "LOCAL,DVD" - + if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" @@ -47,45 +51,54 @@ POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - + if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi - - + + POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" - + if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" - +POL_Call POL_Install_dotnet20 +POL_Call POL_Install_gecko +POL_Call POL_Install_corefonts +POL_Call POL_Install_gdiplus +POL_Call POL_Install_riched20 +POL_Call POL_Install_riched30 +POL_Call POL_Install_msxml6 # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 -POL_Wine_OverrideDLL "native,builtin" "riched20" +POL_Wine_OverrideDLL "native,builtin" "riched20" +POL_Wine_OverrideDLL "native,builtin" "riched30" +POL_Wine_OverrideDLL "native,builtin" "gdiplus" +plsy # Fix a crash when loading a file -POL_Call POL_Install_msxml6 + POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p - + POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" - + if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" @@ -93,7 +106,7 @@ POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi - + POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close -exit \ No newline at end of file +exit New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. # [Mrjacobarussell] (2018-09-25 20-50) # Updating missing dotnet20 , gdiplus, gecko, corefonts, msxml6 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet20 POL_Call POL_Install_gecko POL_Call POL_Install_corefonts POL_Call POL_Install_gdiplus POL_Call POL_Install_riched20 POL_Call POL_Install_riched30 POL_Call POL_Install_msxml6 # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Wine_OverrideDLL "native,builtin" "riched30" POL_Wine_OverrideDLL "native,builtin" "gdiplus" plsy # Fix a crash when loading a file POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
LarsKirk | Monday 24 September 2018 at 9:27 |
LarsKirk
|
MessageI am running Ubuntu16.04 and trying to install Microsoft Office Home & Student 2010. PlayOnLinux returns the following error: "Error in main Please install winbind before installing Microsoft Office 2010" however, according to Synaptic Package Manager, winbind is already installed. So, I would like to use the installer on this site. However, I cannot make the script run and do not know how to proceed. I am not a programer, and am relatively new to Linux. Replies |
rbelo | Sunday 22 July 2018 at 16:48 |
rbelo
|
WarningThis update has not been approved yet by the team. Differences@@ -12,12 +12,14 @@ # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version +# [rbelo] (2018-07-22 15-50) +# Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" -WINEVERSION="1.7.52" +WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [rbelo] (2018-07-22 15-50) # Updating with the latest stable WineHQ version (3.0.2), ver 1.7.52 does not seem to work. [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0.2" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
tanisc | Tuesday 26 June 2018 at 17:40 |
tanisc
|
MessageIn Ubuntu 18, the current script gets stuck in Office setup screen. I have fixed it by setting wine version to system version (3.0) then running setup.exe. But of course, in the end, it does not create links. I am not sure how to improve the script but just reporting this so you can fix it :) So it is just the wine version. Cheers RepliesMonday 2 July 2018 at 15:11
|
tizzir | Thursday 8 February 2018 at 18:54 |
tizzir
|
WarningThis update has not been approved yet by the team. Differences@@ -1,6 +1,8 @@ #!/bin/bash - + # CHANGELOG +# [Matt Spelchak] +# Wine version set to 3.0 to prevent OneNote Copy/paste crash # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) @@ -12,32 +14,32 @@ # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version - + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + PREFIX="Office2010" -WINEVERSION="1.7.52" +WINEVERSION="3.0" TITLE="Microsoft Office 2010" - + POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" - + POL_SetupWindow_Init POL_SetupWindow_SetID 801 - + POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" - + POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" - + if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" - - + + POL_SetupWindow_InstallMethod "LOCAL,DVD" - + if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" @@ -47,45 +49,46 @@ POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi - + POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" - +Set_OS "winxp" "sp3" + if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi - - + + POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" - + if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" - + # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 -POL_Wine_OverrideDLL "native,builtin" "riched20" - +POL_Wine_OverrideDLL "native,builtin" "riched20" + # Fix a crash when loading a file POL_Call POL_Install_msxml6 - + POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p - + POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" - + if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" @@ -93,7 +96,7 @@ POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi - + POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [Matt Spelchak] # Wine version set to 3.0 to prevent OneNote Copy/paste crash # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="3.0" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" Set_OS "winxp" "sp3" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
snipe1080 | Thursday 7 December 2017 at 9:29 |
snipe1080
|
MessageI like the idea of this program, but it will not install office 2010, I keep getting an error from wine about installation language not supported how do I fix this? RepliesSaturday 17 March 2018 at 12:01
|
vasco | Wednesday 29 November 2017 at 15:36 |
vasco
|
MessageTo get the microsoft office 2010 installer working on ubuntu 17.10 I had to execute the following commands (explanation below): sudo apt-get install winbind rm ~/.PlayOnLinux/wine/linux*/*/lib*/libz* First of all, the program winbind is needed. Second, there is a problem with the freetype fonts and libz. By removing the libz library files shipped by playonlinux the installer runs. References:
When you want to use an *.iso file to install from, first mount it, and point the installer to the setup.exe file. Furthermore it is good to know that you cannot u RepliesThursday 7 December 2017 at 9:28
Friday 8 December 2017 at 14:45
Friday 8 December 2017 at 14:45
Saturday 17 March 2018 at 11:59
|
Linux.Richard | Tuesday 7 November 2017 at 12:02 |
Linux.Richard
|
MessageI discovered that the 32bit version of Office 2010 installs fine, but the 64 bit version doe not, even after installing winbind. I am running Ubuntu 17.04 64 bit, using POL 4.2.12, and Wine 1.7.52 Replies |
wilman | Sunday 29 October 2017 at 6:16 |
wilman
|
MessageHola buenas a todos.. tenjo una dificultad con la instalacion de office 2010 en centos 7.. alguien me puede ayudar porfavor Replies |
artetic | Wednesday 25 October 2017 at 19:58 |
artetic
|
MessageHi Since I upgraded from xUbuntu 17.04 to 17.10, MSO Office 2010 is not working anymore :( I uninstalled both MSO and Playonlinux to reinstall. I can reinstall Playonlinux, no pb, but when I want to install MSO 2010 tu usual way, I can't. Any idea about how I could fix it? Kindly,
Here is the debug file:
PlayOnLinux debugging tool (v4.2.12) Warning: This is a PlayOnLinux script logfile. It does not contain everything that happened in your program\'s virtual drive (wineprefix) Date: 10/25/17 19:45:41 > uname -a
RepliesWednesday 29 November 2017 at 15:39
|
wallythander | Wednesday 18 October 2017 at 2:59 |
wallythander
|
MessageI don't think this has been posted as an issue recently enough for the problem or solutions to be the same as what I have read before. I have installed Word 2010, but it will not activate. I get an error message "A Communication Error has Occured. Please verify that you have connectivity to the internet and try again. (0x80072F0D). Wine 2.0.2. [10/17/17 19:42:18] - Running wine-2.0.2 wineconsole cmd (Working directory : /usr/share/playonlinux/python) RepliesTuesday 24 October 2017 at 11:08
Tuesday 24 October 2017 at 11:13
|
citral | Sunday 1 October 2017 at 10:58 |
citral
|
MessageMost of the suite works very well. When using OneNote, however, you find that you cannot copy-paste without crashing OneNote. This is described in these bugs:
Solution: use wine 2.x. When I use the wineprefix that was installed by PoL with a 2.x version of wine, the copy-paste bug has been fixed. Replies |
juliocesar695 | Friday 2 June 2017 at 15:42 |
juliocesar695
|
MessageI've installed office2010, but the icons of this program aren't the tipical of Microsoft instead are icons of playonlinux, and I don't know how to change them. Could someone help me with it, please? My installed OS is Lubuntu 32bits Thanks. Replies |
garsan | Thursday 4 May 2017 at 20:30 |
garsan
|
MessageHello,
I just installed POL 4.2.10 on RHEL 6.9 and installed Office 2010 with no problems, work fine! I just have a problem, the bottle can't access to Internet, when I try to connect with Outlook or save a document with Word / Excel to our sharepoint the application can't connect. I missed something?
Thanks. Replies |
falcogr | Tuesday 14 March 2017 at 13:08 |
falcogr
|
MessageHello! I want to congratulate you for this extension in PlayOnLinux platform. I want to ask something that involves also my job. Can you make it possible to get Access on this installation cause my work is focused on databases and I'm facing a lot of troubles with LibreOffice and OpenOffice databases. I'm sure that you have make some test and a lot of code line but I really want it. Thank you and keep making linux users happy. Replies |
amas | Friday 24 February 2017 at 11:48 |
amas
|
MessageQuickly tested: -Smartart -Insert screenshot -Table -Formula -Diagram (with Excel data) -Save document -Load same document -PDF export with formulas ! all working very good. RepliesFriday 24 February 2017 at 11:53
|
falcogr | Thursday 9 February 2017 at 13:56 |
falcogr
|
MessageError in main Hello there, im using linux mint 18.1. RepliesTuesday 14 March 2017 at 14:52
Sunday 23 April 2017 at 7:39
|
yinflying | Tuesday 27 December 2016 at 6:22 |
yinflying
|
MessageThis version 1.7 seems exist a bug that could lead to no math formula in PDF when export . But I update the wine version to wine 1.9 or 2.0rc?it works well .... maybe the script should update the wine version? System: ubuntu 14.04x64 Replies |
yinflying | Tuesday 27 December 2016 at 6:21 |
yinflying
|
MessageThis version 1.7 seems exist a bug that could lead to no math formula in PDF when export . But I update the wine version to wine 1.9 or 2.0rc?it works well .... maybe the script should update the wine version? System: ubuntu 14.04x64 Replies |
yinflying | Saturday 17 December 2016 at 13:00 |
yinflying
|
MessageMy computer system : ubuntu 14.04 LTS Actually, it works well at the beginning , but the second day, I found that I could not open and save any file?It will give the error the message that : "can not open the file "Normal.dotm, because of wrong content!" And then there are a list of error message occur! Here are the fix: Add libraries in wine, and change attributes the "msxml6" to "native(windows)" . ?Maybe you should install msxml6 first) Replies |
caner | Friday 9 December 2016 at 16:19 |
caner
|
MessageHello everybody, Replies |
kozlone | Saturday 15 October 2016 at 7:53 |
kozlone
|
MessageI am able to launch all Office programs but I have a problem with Outlook. I am trying to add Exchange account but Outlook gives me an error. I've googled a lot and didn't find a solution. I am using Ubuntu 16.04 x64.
Replies |
mahrr | Friday 9 September 2016 at 8:59 |
mahrr
|
MessageReplies |
iZEvg | Monday 30 May 2016 at 11:58 |
iZEvg
|
MessageVisio 2010 Premium works awesome too. Add it to installer. Replies |
iBurger | Saturday 21 May 2016 at 21:00 |
iBurger
|
MessageDear Quentin, Minor annoyance/issue: Im a huge Excel user, and miss the alt key alot. When I make a quickfilter with CTRL+SHFT+L, I use the ALT/OPTION key to select items. Do you perhaps know how to fix this? RepliesSaturday 21 May 2016 at 21:01
Friday 8 July 2016 at 11:05
|
pepzyawming | Saturday 27 February 2016 at 3:50 |
pepzyawming
|
Messagehow to install ? :( I don't know how. Please give me the installer for microsoft office 2010. Thanks RepliesSaturday 27 February 2016 at 3:56
|
malcolmt | Friday 15 January 2016 at 20:32 |
malcolmt
|
MessageHi, I installed Office 2010 in oct/nov and it worked flawlessly on POL 4.2.09 ubuntu 15.04. I messed up the virtual drive so needed to reinstall. Now getting error message "a newer version of windows is needed". I tried to install using older script from 13 oct 2015, same error message. Updated to POL4.2.10 same result. Any suggestions please. RepliesSaturday 16 January 2016 at 12:48
Saturday 16 January 2016 at 12:49
Saturday 27 February 2016 at 3:52
Saturday 27 February 2016 at 3:53
Saturday 27 February 2016 at 3:53
|
petch | Friday 4 December 2015 at 23:49 |
petch
|
WarningThis update has not been approved yet by the team. MessageAdd POL_SetupWindow_SetID Differences@@ -23,6 +23,7 @@ POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init +POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.52" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 801 POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
ldcn | Friday 4 December 2015 at 12:17 |
ldcn
|
MessageThank you for your great job. I have succesfully installed Office with your script. However, I notice an issue with dual screen. I use a laptop and an external screen with different resolution. When I maximize the window in the external screen, the window don't use the full screen (I have an empty band on the top). In the same way, I can't use the slideshow with both screens and I can't configure the slideshow. I don't know if there is some tips for solving this, in particular for powerpoint slide shows. Replies |
petch | Tuesday 13 October 2015 at 14:05 |
petch
|
WarningThis update has not been approved yet by the team. MessageUpdate Wine version to fix activation? (#5159)
Differences@@ -17,7 +17,7 @@ source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" -WINEVERSION="1.7.22" +WINEVERSION="1.7.52" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.52" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit RepliesTuesday 4 February 2020 at 6:54
|
FuzzyToothpaste | Tuesday 8 September 2015 at 0:59 |
FuzzyToothpaste
|
WarningThis update has not been approved yet by the team. Differences@@ -61,7 +61,7 @@ [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then - POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; + POL_Debug_Fatal "$(eval_gettext "The 64-bit version is not compatible! Sorry.")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" @@ -74,7 +74,7 @@ POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" -POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" +POL_Shortcut "POWERPNT.EXE" "Microsoft PowerPoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p @@ -82,17 +82,17 @@ POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" -POL_Extension_Write ppt "Microsoft Powerpoint 2010" -POL_Extension_Write pptx "Microsoft Powerpoint 2010" +POL_Extension_Write ppt "Microsoft PowerPoint 2010" +POL_Extension_Write pptx "Microsoft PowerPoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" - POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft PowerPoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi -POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" +POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf any installation windows prevent your programs from running, you must remove and reinstall $TITLE.')" "$TITLE" POL_SetupWindow_Close exit \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64-bit version is not compatible! Sorry.")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft PowerPoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft PowerPoint 2010" POL_Extension_Write pptx "Microsoft PowerPoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft PowerPoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf any installation windows prevent your programs from running, you must remove and reinstall $TITLE.')" "$TITLE" POL_SetupWindow_Close exit Replies |
metsapeikko | Saturday 5 September 2015 at 14:16 |
metsapeikko
|
MessageThe Word 2010 bibliography tool doesn't work. I have a document with several citations created in Windows. Using Word 2010 with POL shows there are no sources available. They should show up on the document side in the bibliography tool. Copying the master source list "sources.xml" into the correspondent directory in the POL virtual drive (in my case it's Office2010/drive_c/users/ps/Application Data/Microsoft/Bibliography) doesn't change anything - the sources are not shown in the tool's master list side. I tested by creating a new source: When saving, I get an error message saying that the source list is write protected, the word crashes. What can I do to help improving this bug? PlayOnLinux 4.2.8 on Ubuntu 14.04 LTS RepliesEdited by metsapeikko |
ash1991 | Saturday 2 May 2015 at 11:35 |
ash1991
|
WarningThis update has not been approved yet by the team. Differences@@ -12,6 +12,8 @@ # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version +# [ash1991] (2015-05-02 09-34) +# fix MS Publisher [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" @@ -72,11 +74,17 @@ # Fix a crash when loading a file POL_Call POL_Install_msxml6 +# Fix MS Publisher +POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577" +tar -xvf ie7-dlls.tar.bz2 +mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" + POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p +POL_Shortcut "MSPUB.EXE" "Microsoft Publisher 2010" "" "" "" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" @@ -84,6 +92,7 @@ POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" +POL_Extension_Write pub "Microsoft Publisher 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" @@ -91,8 +100,9 @@ POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft Publisher 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close -exit \ No newline at end of file +exit New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version # [ash1991] (2015-05-02 09-34) # fix MS Publisher [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 # Fix MS Publisher POL_Download_Resource "$SITE/divers/ie7-dlls.tar.bz2" "b71a3213452c9a3a1aa08767d52e7577" tar -xvf ie7-dlls.tar.bz2 mv "msctf.dll" "$WINEPREFIX/drive_c/windows/system32" POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Shortcut "MSPUB.EXE" "Microsoft Publisher 2010" "" "" "" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" POL_Extension_Write pub "Microsoft Publisher 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Publisher 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
RatSword | Saturday 28 March 2015 at 16:36 |
RatSword
|
MessageDiscalimer: I am new to linux. I apologize if I am not posting in the correct forum. Linux Mint 17.1 Xfce 64bit. Installation of Microsoft Office 2010 works seamlessly with PlayonLinux. However, the built in eqaution editor in Word 2010 does not function and causes the program to crash. This is a critical problem based on my needs. I have unistalled and reinstalled multiple times with no change. Also, I have made sure to have updated versions of winbind, wine-mono, etc on my machine. Any guidance would be appreciated. This the backtrace when the error/bug occurs: Unhandled exception: page fault on read access to 0x0000004c in 32-bit code (0x7e7bf120). Replies |
atirage21 | Friday 23 January 2015 at 17:09 |
atirage21
|
MessageIt is not going install service pack, and also is problem with bibliothek. Office 2010 is only for face good, but really is danger under wine (play onlinux). We must wait for better support of office 2010 (now is year 2015). Replies |
petch | Thursday 13 November 2014 at 19:12 |
petch
|
WarningThis update has not been approved yet by the team. MessageCreate menu entries http://www.playonmac.com/en/topic-12611-office_2010_on_linux_mint_64_bits.html Differences@@ -72,11 +72,11 @@ # Fix a crash when loading a file POL_Call POL_Install_msxml6 -POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" -POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" -POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" -POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" -POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" +POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" +POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" +POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" +POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? +POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" "" "" "Office;WordProcessor;" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" "" "" "Office;Spreadsheet;" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" "" "" "Office;Presentation;" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" "" "" "Network;InstantMessaging;" # No category for collaborative work? POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" "" "" "Network;Email;" # Calendar;ContactManagement; ? :p POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit RepliesEdited by petch |
FatTony | Sunday 2 November 2014 at 22:21 |
FatTony
|
MessagePlease, let the installer create the following folder: /drive_c/users/\\USERNAME\\/Recent Reason: My installation of Office 2010 (with the newest PoL version from PPA) creates lots of .lnk-files in the same directory as the source files. With this folder, the .lnk-files are created there. Maybe, it would also be good to periodically remove these superfluous files in the Recent-folder. Other people got this error as well, not just Office 2010 seems to be affected: https://bugs.winehq.org/show_bug.cgi?id=15480#c17
I'm sorry for not being able to produce the code myself. Cheers! RepliesSunday 2 November 2014 at 22:28
Saturday 9 July 2016 at 9:03
Saturday 9 July 2016 at 9:04
|
ehab | Saturday 1 November 2014 at 11:46 |
ehab
|
Messagei try to install office 2010 64bit but i face this message Error in main RepliesSaturday 1 November 2014 at 12:07
|
boudrida | Friday 26 September 2014 at 11:38 |
boudrida
|
Messageça fonctionne "dans l'ensemble" J'ai tout de même un petit soucis avec le "point" du pavé numérique. Il ne marche pas que ce soit sur Word ou Excel (et ça me manque sous Excel...) Mais franchement c'est du super boulot! Replies |
FuzzyToothpaste | Tuesday 16 September 2014 at 2:11 |
FuzzyToothpaste
|
WarningThis update has not been approved yet by the team. MessageAt the end of the installer, it says "If an installation Windows prevent your programs from running, you must remove and reinstall'. I don't think it's supposed to say that. I think it's supposed to say that you will need to remove and reinstall if it gives you messages saying you don't have WIndows, as Microsoft has been taking measures to prevent Microsoft software from working with Wine. Differences@@ -61,7 +61,7 @@ [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then - POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; + POL_Debug_Fatal "$(eval_gettext "The 64-bit version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" @@ -74,7 +74,7 @@ POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" -POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" +POL_Shortcut "POWERPNT.EXE" "Microsoft PowerPoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" @@ -82,13 +82,13 @@ POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" -POL_Extension_Write ppt "Microsoft Powerpoint 2010" -POL_Extension_Write pptx "Microsoft Powerpoint 2010" +POL_Extension_Write ppt "Microsoft PowerPoint 2010" +POL_Extension_Write pptx "Microsoft PowerPoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" - POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft PowerPoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64-bit version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft PowerPoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft PowerPoint 2010" POL_Extension_Write pptx "Microsoft PowerPoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft PowerPoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
Quentin PÂRIS | Tuesday 22 July 2014 at 21:59 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -69,6 +69,9 @@ # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" +# Fix a crash when loading a file +POL_Call POL_Install_msxml6 + POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" # Fix a crash when loading a file POL_Call POL_Install_msxml6 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
Quentin PÂRIS | Tuesday 22 July 2014 at 14:56 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -66,10 +66,8 @@ POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" - -POL_Call POL_Function_override_app_dlls POWERPNT.EXE native riched20 -POL_Call POL_Function_override_app_dlls ONENOTE.EXE native riched20 - +# See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 +POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" # See http://forum.winehq.org/viewtopic.php?f=8&t=23126&p=95555#p95555 POL_Wine_OverrideDLL "native,builtin" "riched20" POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit Replies |
Quentin PÂRIS | Monday 21 July 2014 at 21:26 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. MessageMac OS X support Differences@@ -50,6 +50,13 @@ POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" +if [ "$POL_OS" = "Mac" ]; then + # Samba support + POL_Call POL_GetTool_samba3 + source "$POL_USER_ROOT/tools/samba3/init" +fi + + POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" @@ -77,6 +84,14 @@ POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" +if [ "$POL_OS" = "Mac" ]; then + POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" + POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" +fi + POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit \ No newline at end of file New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" if [ "$POL_OS" = "Mac" ]; then # Samba support POL_Call POL_GetTool_samba3 source "$POL_USER_ROOT/tools/samba3/init" fi POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Function_override_app_dlls POWERPNT.EXE native riched20 POL_Call POL_Function_override_app_dlls ONENOTE.EXE native riched20 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" if [ "$POL_OS" = "Mac" ]; then POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Excel 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Powerpoint 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft OneNote 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" POL_Shortcut_InsertBeforeWine "Microsoft Outlook 2010" "source \"$POL_USER_ROOT/tools/samba3/init\"" fi POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit RepliesEdited by Tinou |
Quentin PÂRIS | Monday 21 July 2014 at 17:10 |
Quentin PÂRIS
|
WarningThis update has not been approved yet by the team. Differences@@ -61,6 +61,8 @@ POL_Call POL_Function_override_app_dlls POWERPNT.EXE native riched20 +POL_Call POL_Function_override_app_dlls ONENOTE.EXE native riched20 + POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" New source code#!/bin/bash # CHANGELOG # [Quentin PÂRIS] (2012-05-05 14-45) # Wine version set to 1.5.3, Outlook 2010 compatiblity # [Quentin PÂRIS] (2012-05-05 15-05) # Check winbind presence on Linux, required to install # Adding gettext support # [Quentin PÂRIS] (2012-05-12 18-36) # Requires 4.0.18 # [SuperPlumus] (2013-06-09 14-44) # gettext # [Quentin PÂRIS] (2014-07-21 17-09) # Updating with the latest WineHQ version [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Office2010" WINEVERSION="1.7.22" TITLE="Microsoft Office 2010" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/Office/top.jpg" "http://files.playonlinux.com/resources/setups/Office/left.png" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Quentin PÂRIS" "$PREFIX" POL_RequiredVersion 4.0.18 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update" if [ "$POL_OS" = "Linux" ]; then wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE" fi POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_InstallMethod "LOCAL,DVD" if [ "$INSTALL_METHOD" = "DVD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "x86/setup.exe" "setup.exe" SetupIs="$CDROM_SETUP" cd "$CDROM" else POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Wine_WaitBefore "$TITLE" [ "$CDROM" ] && cd "$CDROM" if [ ! "$(file $SetupIs | grep 'x86-64')" = "" ]; then POL_Debug_Fatal "$(eval_gettext "The 64bits version is not compatible! Sorry")"; fi POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Call POL_Function_override_app_dlls POWERPNT.EXE native riched20 POL_Call POL_Function_override_app_dlls ONENOTE.EXE native riched20 POL_Shortcut "WINWORD.EXE" "Microsoft Word 2010" POL_Shortcut "EXCEL.EXE" "Microsoft Excel 2010" POL_Shortcut "POWERPNT.EXE" "Microsoft Powerpoint 2010" POL_Shortcut "ONENOTE.EXE" "Microsoft OneNote 2010" POL_Shortcut "OUTLOOK.EXE" "Microsoft Outlook 2010" POL_Extension_Write doc "Microsoft Word 2010" POL_Extension_Write docx "Microsoft Word 2010" POL_Extension_Write xls "Microsoft Excel 2010" POL_Extension_Write xlsx "Microsoft Excel 2010" POL_Extension_Write ppt "Microsoft Powerpoint 2010" POL_Extension_Write pptx "Microsoft Powerpoint 2010" POL_SetupWindow_message "$(eval_gettext '$TITLE has been installed successfully\n\nIf an installation Windows prevent your programs from running, you must remove and reinstall $TITLE')" "$TITLE" POL_SetupWindow_Close exit RepliesSunday 29 October 2017 at 6:14
Wednesday 27 July 2022 at 13:11
Edited by Tinou |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com