Microsoft Office 2003

Informations

Creator Message
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 410969
Wine: 2.22

Feedbacks

Description

Source code

Contributions

Filters:

Contribute
Member Message
Dadu042 Sunday 3 November 2019 at 0:12
Dadu042

Information

This update has been approved by the team.

Message

Upgrade from Wine 1.8.1 to Wine 2.22

Differences

New source code

Replies

Anonymous
Monday 6 April 2020 at 22:33
After the install of Office 2003 as typical installation and after starting it, I wanted to add additional features.



I went to

PlayOnLinuxConfig->Wine->Control Panel->Software->Microsoft Office Professional Edition 2003->change->add features->ticked the checkbox "advanced changes"-> "next"



Then an error appeared:

https://www.bilder-upload.eu/bild-d4b5b0-1586202121.jpg.html
Anonymous
Monday 6 April 2020 at 22:34
see here https://www.playonlinux.com/en/topic-17053-Office_2003_changing_the_installation_add_more_features.html

Edited by Dadu042

MTres19 Sunday 14 February 2016 at 0:40
MTres19 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Same script as before, but with the suggested revisions. If you have Office 2003, please test it by clicking "Try this update."

Differences

New source code

Replies

Sunday 3 November 2019 at 0:07
Approved (copy of the previous 2009 script: https://pastebin.com/4Kw23VnE).
MTres19 Saturday 6 February 2016 at 0:51
MTres19 Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

I don't own this, so I can't test it. But I updated the script to use Wine 1.8.1, switched to POL v4 functions, and hopefully it works better now. If you want to give it a try, just click "Try this update" on this page. Maybe leave a comment if it works.

Differences

New source code

Replies

Saturday 6 February 2016 at 9:57
Nice cleanup :) Sadly I can't test it myself either...
My review:
check_one "winbindd" "winbind"
POL_SetupWindow_missing

Both statements are deprecated. And specifically for Winbind support, the Microsoft Office 2010 script uses

if [ "$POL_OS" = "Linux" ]; then
wbinfo -V || POL_Debug_Fatal "Please install winbind before installing $TITLE"
fi

then later

if [ "$POL_OS" = "Mac" ]; then
# Samba support
POL_Call POL_GetTool_samba3
source "$POL_USER_ROOT/tools/samba3/init"
fi

and

if [ "$POL_OS" = "Mac" ]; then
POL_Shortcut_InsertBeforeWine "Microsoft Word 2010" "source \"$POL_USER_ROOT/tools/samba3/init\""
...
fi

---

POL_LoadVar_PROGRAMFILES

Initializing $PROGRAMFILES is now automatic, you can remove that statement

---

POL_SetupWindow_wait "Installation in progress..." "$TITLE"

Prefer POL_Wine_WaitBefore "$TITLE", one message to translate

You dropped the POL_SetupWindow_cdrom_check, but setup.exe is probably rather common, so I'm not sure it's a great loss ;)
Anonymous
Sunday 14 February 2016 at 0:12
Okay, I'll post a fix.
Anonymous
Tuesday 21 February 2017 at 11:31
I tested this with Office 2003 and it runs into problems. Seems my version only has SETUP.MSI and not setup.exe or any of the
Anonymous
Tuesday 21 February 2017 at 11:31
Sorry message sent prematurely....wine: cannot find L"C:\\windows\\system32\\setup.exe"
Anonymous
Tuesday 21 February 2017 at 12:43
I found a copy of Office 2003 with setup.exe. It gets further but gets stuck at a popup box asking me to insert disk 1. I am using a mounted .iso.
gang65 Friday 5 February 2016 at 20:49
gang65

Message

Please upgrade wine to version 1.8.1

With this version it is possible to add charts into Word document.

Steps to reproduce:

Select "Insert" - "Picture" - "Chart".

Unfortunately there are some display issues, but it could be edited and opened properly with LibreOffice and MS Office (Windows)

Under wine1.4 and wine1.6 it is not working at all. I'm not able to edit and save. Also LibreOffice unable to open such document

 

More information about how to add charts is available at:

http://tipsforwordprocessing.com/microsoft-word-2003-insert-chart.html

 

 

Replies

gang65 Wednesday 3 February 2016 at 1:45
gang65

Message

From Wine 1.6 the Formula Equation works quite well.

Replies

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