Automatic installation of Apache OpenOffice using Windows Installer (2023)

This article should be checked for accuracy and style.

doctorOOo
Windows related content
This document may no longer be fully valid for OpenOffice.org 3.x See also:Create an unattended/silent installation of OpenOffice.org 3on the OpenOffice.org user forum. Sent: Thurs. March 18, 2010

Contents

  • 1. Introduction
  • 2 System requirements
  • 3 Download and unzip Apache OpenOffice
  • 4 Unattended (automatic) installation.
  • 5 MSI Properties
  • 6 examples
    • 6.1 Example 1
    • 6.2 Example 2

Entry

Apache OpenOffice can be easily installed in a central location on the network. This guide shows which installer parameters and properties can be used to work with your existing enterprise software distribution process. No repackaging ("snapshot") required.

(Video) How to Install Apache Open Office on Windows 10 [ 2021 Update ] Complete Guide

Installing updates works accordingly as long as the major version is the same (upgrading from 2.2 to 2.3, for example).

system requirements

OpenOffice.org 2.x distributes standard MSI files for installation on Windows platforms using Windows Installer technology. Supported platforms are Windows 2000, Windows XP or Vista. It is strongly recommended that you install the latest service packs and all available Windows updates before starting the installation.

Some of the parameters listed below require Windows Installer 3.0 or later. If necessary, download this version from the Microsoft website.

In addition, you need a software distribution program to control software distribution in a corporate environment. This is beyond the scope of this guide as how it works varies greatly from product to product. However, all of them can distribute MSI files over the network. The parameters required to control this will be described in this tutorial.

If you are using a terminal server, you can install Apache OpenOffice using the same parameters as described below. Multiple users can use Apache OpenOffice as long as the appropriate user profiles are in place.

Download and unpack Apache OpenOffice

The first step isdownload the installation filesfor Apache OpenOffice. You can get them for free athttps://www.openoffice.org/download/. Save the downloaded file in the selected folder. You will get a single executable:

Apache_OpenOffice_4.1.9_Win_x86_install_en-US.exe

The actual file name may vary depending on the selected language and software version.

(Video) How to download and install Free OpenOffice 4.1.11 - OpenOffice 2021 Tutorial

This file contains the installation package in compressed format. First, unpack it:

  1. Double-click the file name in Explorer
  2. ClickNext >
  3. Select a folder to extract, for example [/C:/OO_Install C:\OO_Install]
  4. ClickUndo
  5. ClickCancelto complete the installation procedure at this point.

If you continue with the installation procedure, Apache OpenOffice will be installed for the user on this computer. However, the scope of this guide is:QuietoDesperateinstalling Apache OpenOffice on the network. After unpacking, you can delete the downloaded exe file.

Unattended (automatic) installation.

After unpacking you will get a series of files, one of them isopenofficeorg4112.msiwhich is the main installation file. MSI files are installers that use Microsoft's Windows Installer technology. There is a central installation tool calledmsiexecwhich manages the installation and can be controlled by parameters.

For the first test installation, you must select a client that does not have Apache OpenOffice installed:

The user starting the installation process must have administrator rights.
  1. Open a command window (Begin>Software>Accessories>System symbol)
  2. For example, go to the folder with the unpacked installation files
    cd C:\OO_Install
  3. To start the installation, which requires no user interaction, issue the following command:
    run /wait msiexec /qn /norestart /i openoffice419.msi
To see all parametersmsiexecGive an order:msiexec /?

The parameters used above are:

(Video) How To Download And Install Apache OpenOffice For Free Windows

start/wait
Since the installation will take place in the background (no output on the screen), we do not know when the installation will be finished and we can proceed. usingstart/waitBeforemsiexeccommand, the command prompt will pause all other tasks until the installation procedure is complete. The cursor will be visible again.
msiexec
This is a Windows Installer utility
/qn
This parameter specifies that no user interface will be displayed during installation: no progress bars, no dialogs, but also no error messages! Variations of this parameter are
/qbfor a simple interface that only shows a progress bar in the Windows Installer layout
/qrfor a simplified interface that only shows the progress bar in the Apache OpenOffice layout
/norestart
Some installers try to restart your system automatically after installation. This parameter prevents this. However, after installing new software on Windows, it is generally recommended to restart the system as soon as possible.
/I
This is the parameter that starts the installation.

After invoking the command, you will see a progress bar or nothing (depending on the version/Qparameter used). Once the installation is complete, the cursor will reappear on the command line. Depending on your system, this may take several minutes. We have just successfully completed our first unattended installation of Apache OpenOffice.

If you now open the Windows start menu, you will see the fileOpen Office 4.0entry toSoftwareand you will be ready to start Apache OpenOffice. This installation is intended for all users of this client. A separate user installation step is not required.

To uninstall Apache OpenOffice later, use the following command:

run /wait msiexec /qn /norestart /x openoffice4112.msi

By/Xrather/Iwill start the uninstall process. After uninstalling, restart the system as soon as possible.

MSI properties

This section may not apply to OpenOffice.org 3 and later versions. See the specification documenthttp://specs.openoffice.org/installation/filetyperegistration/foreign_file_type_registration.odt

The example installation above does not allow you to change the default settings, such as the Apache OpenOffice installation path. To use other settings than the default, you can useMSI propertieswhich are specified whenmsiexecis invoked on the command line:

run /wait msiexec /qn /norestart /i openofficeorg41120.msi PROPERTY1=Value1 PROPERTY2=Value2

The following overview lists the available properties.

PropertyDescription and allowed values
SELECT_WORDUse Apache OpenOffice as the default application for MS Word files?
  • 0: NO
  • 1: Right
SELECT_EXCELUse Apache OpenOffice as the default application for MS Excel files?
  • 0: NO
  • 1: Right
SELECT_POWERPOINTUse Apache OpenOffice as the default application for MS Powerpoint files?
  • 0: NO
  • 1: Right
PLACE OF INSTALLATIONApache OpenOffice installation path enclosed in double quotes ("). If the path does not exist, it will be created.
COMPANY NAMEThe name of the company to register Apache OpenOffice with, enclosed in double quotation marks ("). Can be left blank.
USER NAMEThe name of the user to log in to Apache OpenOffice, enclosed in quotation marks ("). Can be left blank.

ADD LOCALyELIMINATE

This property pair controls which software components will be installed.

ALL: Installs all Apache OpenOffice components (ADDITIONAL=ALL)

IALLis not used, parent components must be specified manually because

ADDLOCAL=gm_Root, gm_Prg, gm_r_Files_2, gm_r_Files_3, gm_r_Files_4, gm_r_Files_5, gm_r_Files_6, gm_r_Files_7, gm_r_Files_8, gm_r_Files_9, gm_r_Fonts_OOo_Hidden

in addition to the non-core modules to be installed.

The following list shows the components that must be installed to install the module:

Writer
gm_p_Wrt , gm_p_Wrt_Bin , gm_p_Wrt_Pomoc
Calculate
gm_p_Calc, gm_p_Calc_Bin, gm_p_Calc_Help, gm_p_Calc_Addins
To draw
gm_p_Draw, gm_p_Draw_Bin, gm_p_Draw_Help
Impress
gm_p_Impress, gm_p_Impress_Bin, gm_p_Impress_Help
The base
gm_p_Base, gm_p_Base_Bin, gm_p_Base_Help
Mathematics
gm_p_Math, gm_p_Math_Bin, gm_p_Math_Help
Additional graphic filter
gm_Optional, gm_o_Grfflt
test tool
gm_Optional, gm_o_Testtool
English language module
gm_Optional , gm_o_Oo_English
Sample XSLT filters
gm_Optional, gm_o_Xsltfiltermuestras
Connect Python ONE
gm_Optional , gm_o_Pyuno
letter with e-mail form
gm_Opcional, gm_o_Pyuno, gm_o_Pymailmerge
Filter for mobile devices
gm_Opcional, gm_o_Javafilter, gmo_jf_Palm, gmo_jf_Palm_Aportisdoc, gmo_jf_Pocketpc, gmo_jf_Pocketpc_Pocket_Word, gmo_jf_Pocketpc_Pocket_Excel
Quick start
gm_Optional, gm_o_Quickstart
ActiveX control
gm_Optional, gm_o_Activexcontrol
Windows Explorer console extension
gm_Optional, gm_o_Winexplorarext
Values ​​cannot be in quotes. If multiple components are listed, they are separated by a comma (no spaces). Please note that the examples above contain spaces due to screen layout!

If multiple modules that require a common component are installed, the component only needs to be specified once, for example:

To install Quickstarter and the ActiveX control, the components would be:

gm_Optional, gm_o_Quickstart, gm_o_ActiveXcontrol

and not

gm_Optional,gm_o_Quickstart,gm_Optional,gm_o_ActiveXcontrol

always useADDITIONAL=ALLand then specify unwanted components withELIMINATEto avoid the loss of essential components.

Use these parameters only during installation. Uninstall works without these parameters.
(Video) Office 365 Best FREE Alternative | Install Apache OpenOffice Windows 10 2020 PC Tutorial

examples

Example 1

To install Apache OpenOffice with the following options

  • use Apache OpenOffice as the default application for DOC, XLS and PPT files (recommended if you want to open MS Office files with Apache OpenOffice without problems)
  • useC:\OpenOfficeas the target installation folder
  • install all components except the database module (The base)

you need to issue the following command:

inicjator /esperar msiexec /qn /norestart /i openoffice419.msi SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 INSTALLLOCATION="C:\Open Office" ADDLOCAL=ALL REMOVE=gm_p_Base,gm_p_Base_Bin,gm_p_Base_Help

Example 2

To install Apache OpenOffice with the following options

  • DoNOuse Apache OpenOffice as the default application for DOC, XLS and PPT files (for example if you already have MS Office installed on your system)
  • useC:\THANKSas the target installation folder
  • just install the Writer component

you need to issue the following command:

zainicjuj /czekaj msiexec /qn /norestart /i openoffice419.msi SELECT_WORD=0 SELECT_EXCEL=0 SELECT_POWERPOINT=0 INSTALLLOCATION="C:\OO" ADDLOCAL=gm_Root, gm_Prg, gm_r_Files_2, gm_r_Files_3, gm_r_Files_4, g m_r _Files_5, gm_r_Plic_6, gm_r_Plic_7, gm_r_Files_8 , gm_r_Files_9, gm_r_Fonts_OOo_Hidden, gm_p_Wrt, gm_p_Wrt_Bin, gm_p_Wrt_Help

Note that the above example contains spacesSOLObecause of the screen layout!

Component list on the backADD LOCAL MUSIseparated by commas only!

(Video) How to Install Apache OpenOffice in Windows?

The content of this website is licensedPublic Documentation License (PDL).

FAQs

How to install Apache OpenOffice on Windows? ›

Open the Microsoft Store App on your computer and search for "Apache OpenOffice". Alternatively you can go to the Web Store and open the Store App from there. Click on the "Install" button. After downloading the installation file you will be asked for permission to install.

How do I make OpenOffice my default in Windows 10? ›

  1. On the Start menu, select Settings > Apps > Default apps.
  2. Select which default you want to set, and then choose the app. You can also get new apps in Microsoft Store. ...
  3. You may want your .pdf files, or email, or music to automatically open using an app other than the one provided by Microsoft.

Does Apache OpenOffice work with Windows 10 64 bit? ›

Please note: Apache OpenOffice is distributed as a 32-bit application. It will run successfully in 32-bit mode on 64-bit versions of Windows 7, 8 and 10. But in those cases a 32-bit JVM is required for some functionality.

What is the command to install OpenOffice? ›

Install this new version by typing sudo dpkg -i *. deb or become root using su command. By default, this will install/update Apache OpenOffice in your /opt directory. Alternatively, you can use a GUI package installer, reference the installation directory, and install all debs at the top level.

How to install Apache on Windows using command prompt? ›

Install Apache Service
  1. In your Command Prompt window, enter (or paste) the following command: httpd.exe -k install -n "Apache HTTP Server" ...
  2. From your Command Prompt window enter the following command and press 'Enter. ' services. ...
  3. Restart your server and open a web browser once you are logged back in.
Oct 13, 2020

How to install Apache and PHP on Windows? ›

PHP - Installation on Windows with Apache
  1. Download Apache server from www.apache.org/dist/httpd/binaries/win32. ...
  2. Extract the PHP binary archive using your unzip utility; C:\PHP is a common location.
  3. Copy some . ...
  4. Copy either php.

How do I make a program open as default? ›

Changing Default Programs in Windows
  1. In the Start menu or searchbar, type "Control Panel" and select that option. ...
  2. Select the "Programs" option.
  3. Select the "Set your default programs" option.
  4. Individually select each app you'd like to use as a default and click "Select this program as defualt" for each one.

How do I change the default settings in OpenOffice? ›

Setting a custom template as the default
  1. From the main menu, choose File > Templates > Organize. ...
  2. In the box on the left, double-click the folder containing the template that you want to set as the default.
  3. Click the template that you want to set as the default.
  4. Click the Commands button.
Jan 20, 2009

Should I install default or 64-bit office? ›

We recommend the 32-bit version of Microsoft 365 for most users, because it's more compatible with most other applications, especially 3rd-party add-ins. However, consider the 64-bit version, especially if you're working with large blocks of information or graphics.

What replaced Apache OpenOffice? ›

LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice).

Does OpenOffice run on Windows? ›

Windows (XP, 2003, Vista, 7, 8, 10 and 11) GNU/Linux (x86 and x86-64, RPM and DEB based Linux distributions) Mac OS X (x86-64 only)

How to install command in Windows? ›

The Command Prompt can be accessed by pressing Shift+F10 during Windows Setup.

Is OpenOffice free on Windows 10? ›

OpenOffice.org, often known as OpenOffice, is a professional office suite that offers open source. It is free for everyone to download, use and distribute, requiring not any payment for any functions. It includes 6 major office tool modules, namely, Writer, Calc, Impress, Draw, Base and Math.

How to install Apache on Windows 10 step by step? ›

Install Apache on Windows
  1. Step 1: Download Apache Zip Setup. ...
  2. Step 2: Extract the Apache Setup. ...
  3. Step 3: Copy the Apache Bin Path. ...
  4. Step 4: Open Command Prompt. ...
  5. Step 5: Install Apache Server. ...
  6. Step 6: Start Apache Service. ...
  7. Step 7: Verify Apache Server Installation.

How do I know if Apache is installed on Windows? ›

Check if Apache is running on Windows

On Windows, you can use Task Manager to see if the Apache process is active. After pressing Ctrl + Shift + Esc, start typing either "httpd.exe" or "apache.exe" and see if they appear on the list. If they do, then Apache is running.

How to install Apache step by step? ›

Contents:
  1. Step 1 - Download Apache for Windows.
  2. Step 2 - Unzip.
  3. Step 3 - Configure Apache.
  4. Step 4 - Start Apache.
  5. Step 5 - Check Apache.
  6. Step 6 - Install Apache as a Windows service.
  7. Step 7 - Monitor Apache (optional)
Jan 18, 2023

Is PHP automatically installed on Windows? ›

PHP on Windows

PHP does not come pre-installed on Windows systems. To work with PHP on Windows, PHP will need to be manually downloaded and installed. You can download PHP from the PHP download page at http://www.php.net/downloads.php. Download the zip package from the "Windows Binaries" section.

How to install PHP in Windows in command prompt? ›

Install PHP on Windows manually

You have to download zipped binary version of PHP from http://www.php.net/downloads.php. Extract the downloaded file to php folder which must be created at the root of any of your windows drives (e.g. c:\php or d:\php). Enter php folder and rename the file php. ini-recommonded to php.

How to manually install PHP on Windows? ›

The procedures in this section guide you to install PHP Manually:
  1. Download PHP and the WinCache extension.
  2. Install PHP and WinCache.
  3. Add the PHP installation folder to the Path environment variable.
  4. Set up a handler mapping for PHP.
  5. Add default document entries for PHP.
  6. Test your PHP installation.
Mar 9, 2023

What are the default programs installed in Windows 10? ›

Go to Settings > Apps. Click Default apps in the pane on the left. You'll see your default apps for common uses here, like Email, Music player, Web browser, and more. Click an app to see others installed on your system that can take its place, then select the one you'd like to set as default.

How do I change the default download file type? ›

How to change file types on Windows 10 by choosing "Save as"
  1. Open the file on your computer. ...
  2. Select the appropriate option from the ribbon bar. ...
  3. Select "Save as" and choose the file type to convert your file. ...
  4. Select "Save" in the dialogue box.
Feb 3, 2023

What is Windows by default software? ›

A default program is the program that Windows uses when you open a particular type of file, such as a music file, an image, or a webpage. For example, if you have more than one web browser installed on your computer, you can choose one of them to be the default browser.

How do I make OpenOffice my default in Windows 11? ›

You can also set OpenOffice as the default application for all file types by going to Settings > Apps > Default Apps. Scroll down to the “Choose default apps by file type” section and select OpenOffice for each file type that it can open.

What is the default extension for OpenOffice Writer? ›

OpenOffice uses ODF format as its default document format. Most other word processors, of recent vintage, also have the ability to import and export ODF.

What does restore to default settings mean? ›

A factory data reset erases your data from the phone. While data stored in your Google Account can be restored, all apps and their data will be uninstalled.

What is the default view in OpenOffice? ›

Print Layout is the default view.

What is the shortcut key for default formatting OpenOffice? ›

Ctrl + m marked text will loose all manual formatting – only those defined in the paragraph style will survive. Ctrl + s save file.

How do I turn off auto complete in OpenOffice? ›

How do I turn off automatic word completion?
  1. Open a text document.
  2. From the pulldown menus, select Tools → AutoCorrect Options.
  3. Select the Word Completion tab.
  4. Deselect the checkbox to the left of Enable word completion.
  5. Click OK .
Sep 8, 2021

Can I install Apache on Windows 10? ›

Apache Web Server is one of the most popular web servers in the world. It is an open-source software that can be used to host websites and web applications. If you are running Windows 10, you can easily download and install Apache Web Server on your computer.

Why Apache is not starting in Windows 10? ›

In the Programs and Features window, click on Turn Windows features on or off. In the newly-opened window, expand the Internet Information Service field, and uncheck the World Wide Web Services checkbox (see the image below). Once done, reboot your device, then try to start XAMPP Apache again.

What is the Apache service name for Windows? ›

Earlier versions of Apache only support the default service name 'Apache'. The default "service name", if one is not specified, is "Apache".

What is the difference between Office default and Office 64-bit? ›

Computers running 64-bit versions of Windows generally have more resources such as processing power and memory than their 32-bit predecessors. Also, 64-bit applications can access more memory than 32-bit applications (up to 18.4 million Petabytes).

How do I know if Office is 64-bit installed? ›

How to check your Office version
  1. Start Word.
  2. Click on Account.
  3. Click on About Word.
  4. See if it says 32-bit or 64-bit at the end of the Microsoft Word line.
Aug 6, 2020

Does it matter if I use 32-bit or 64-bit? ›

In such cases, because a 64-bit operating system can handle large amounts of memory more efficiently than a 32-bit operating system, a 64-bit system can be more responsive when running several programs at the same time and switching between them frequently.

Why was OpenOffice discontinued? ›

In September 2010, the majority of outside OpenOffice.org developers left the project, due to concerns over Sun and then Oracle's management of the project and Oracle's handling of its open source portfolio in general, to form The Document Foundation (TDF).

Is Apache OpenOffice safe to install? ›

Is OpenOffice secure? The OpenOffice engineers take the security of the software very seriously. We take great care to ensure that our software is secure, and we will react promptly to any reports of suspected security vulnerabilities in our software.

What is the latest version of OpenOffice for Windows 10? ›

  • Current Version 4.1.14 (released on February 27, 2023)
  • Apache OpenOffice 4.1.13 (released on July 22, 2022)
  • Apache OpenOffice 4.1.12 (released on May 04, 2022)
  • Apache OpenOffice 4.1.11 (released on October 06, 2021)
  • Apache OpenOffice 4.1.10 (released on May 04, 2021)

Is OpenOffice fully compatible with Microsoft Office? ›

Yes, OpenOffice uses the same standardized OpenDocument (ODF) file formats as StarOffice. The ODF files can be used with many other programs on many platforms. In general, Microsoft Office file formats can be read and saved by Apache OpenOffice.

Why is OpenOffice better than Office 365? ›

OpenOffice is the best for smaller offices, or offices that need flexibility and the ability to work with multiple file types. It's amazing when you're starting out and you can work without worrying about licensing, fees, or restrictive trial programs.

How to Run installer using cmd? ›

Open elevated Command Prompt. To do so, type "CMD" in Start menu or Start screen search box, and then simultaneously press Ctrl+Shift+Enter keys. Click Yes button when you see the UAC prompt. In the Command Prompt, navigate to the directory that the install file is located in and run the install file.

How do I Run Windows Installer as administrator? ›

Press and hold down the SHIFT key while you right-click the executable file or the icon for the application, and then select Run as. Select The following user. In the User name and Password boxes, type the administrator account and password, and then select OK.

How to check Windows installation in cmd? ›

  1. Click Start.
  2. In the search bar, type CMD .
  3. Right-click CMD.exe and select Run as Administrator.
  4. On the User Account Control (UAC) prompt, click Yes.
  5. In the command prompt window, type SFC /scannow and press Enter .
  6. System file checker utility checks the integrity of Windows system files and repairs them if required.
Jan 3, 2022

Does Apache OpenOffice work with Windows 10? ›

Please note: Apache OpenOffice is distributed as a 32-bit application. It will run successfully in 32-bit mode on 64-bit versions of Windows 7, 8 and 10. But in those cases a 32-bit JVM is required for some functionality.

Is Apache OpenOffice the same as OpenOffice? ›

10 years after OpenOffice emerged, Sun Microsystems was bought by Oracle, who discontinued the product “StarOffice” which has since been renamed Oracle Open Office. The commercial version of the office solution disappeared. OpenOffice was renamed Apache OpenOffice.org.

Do you have to pay for Apache OpenOffice? ›

Like all Apache Software Foundation software, Apache OpenOffice is free to use. Apache OpenOffice is released under the Apache 2.0 License. This means you may use it for any purpose - domestic, commercial, educational, public administration. You may install it on as many computers as you like.

Can you download OpenOffice for free? ›

But thanks to contributions of time and money, from individuals and companies (large and small), OpenOffice is free for you to use today. Furthermore, the open-source license used by OpenOffice means this freedom can never be taken away.

Is Apache OpenOffice still available? ›

OpenOffice.org (OOo), commonly known as OpenOffice, is a discontinued open-source office suite. Active successor projects include LibreOffice (the most actively developed), Apache OpenOffice, Collabora Online (enterprise ready LibreOffice) and NeoOffice (commercial, and available only for macOS).

Is Apache OpenOffice compatible with Microsoft Office? ›

Yes, OpenOffice uses the same standardized OpenDocument (ODF) file formats as StarOffice. The ODF files can be used with many other programs on many platforms. In general, Microsoft Office file formats can be read and saved by Apache OpenOffice.

Can I install OpenOffice on Windows 11? ›

The following platforms are supported for the most current release: Windows (XP, 2003, Vista, 7, 8, 10 and 11)

How to install office for free on Windows 10? ›

Here's how to get them:
  1. Go to Microsoft365.com.
  2. Click Sign up for the free version of Office under the "Sign in" button.
  3. Log in to your Microsoft account or create one for free. ...
  4. Select the app you want to use and save your work in the cloud with OneDrive.
Apr 30, 2023

How do I start OpenOffice service in Windows? ›

To start OpenOffice, choose Application > Start "OpenOffice Server". No windows will be shown (remember, we are running headless) but running netstat -anp tcp from a command prompt should reveal OpenOffice listening for connections on port 8100. That's it!

What has replaced OpenOffice? ›

Top 10 Alternatives to OpenOffice
  • Google Workspace.
  • Microsoft 365.
  • WPS Office.
  • LibreOffice.
  • ONLYOFFICE.
  • Polaris Office.
  • OfficeSuite.
  • WordPerfect.

What is the current version of Apache OpenOffice? ›

Apache OpenOffice 4.1.9 released.

Is OpenOffice as good as Excel? ›

Apache OpenOffice has 476 reviews and a rating of 4.38 / 5 stars vs Microsoft Excel which has 18666 reviews and a rating of 4.77 / 5 stars. Compare the similarities and differences between software options with real user reviews focused on features, ease of use, customer service, and value for money.

What is the main advantage of using OpenOffice as opposed to a Microsoft Office product? ›

Here are some of the advantages of OpenOffice.org over other office suites: No licensing fees. OOo is free for anyone to use and distribute at no cost. Many features that are available as extra cost add-ins in other office suites (like PDF export) are free with OOo.

Videos

1. Installing OpenOffice.org
(butterscotchcom)
2. Open Source Office Suite - Apache OpenOffice 4.1.5 Win 10 Install
(Reality PC)
3. How To Install Open Office On Windows 10
(Fix It With Ankit)
4. How to Install OpenOffice on Windows XP
(Ranginald)
5. How To Download and Install Apache Open Office
(Techi Abhi)
6. Running Apache Open Office (portable version)
(Joseph G)

References

Top Articles
Latest Posts
Article information

Author: Dr. Pierre Goyette

Last Updated: 06/08/2023

Views: 5846

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Dr. Pierre Goyette

Birthday: 1998-01-29

Address: Apt. 611 3357 Yong Plain, West Audra, IL 70053

Phone: +5819954278378

Job: Construction Director

Hobby: Embroidery, Creative writing, Shopping, Driving, Stand-up comedy, Coffee roasting, Scrapbooking

Introduction: My name is Dr. Pierre Goyette, I am a enchanting, powerful, jolly, rich, graceful, colorful, zany person who loves writing and wants to share my knowledge and understanding with you.