Difference between revisions of "NL/Documentation/FAQ/Installatie/How do I perform a silent install? nl"

From Apache OpenOffice Wiki
< NL‎ | Documentation‎ | FAQ‎ | Installatie
Jump to: navigation, search
m (Later versions)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
<section begin=answer/>
 
<section begin=answer/>
In corporate environments, when rolling out OpenOffice.org to many machines, the easiest way to do it is via a silent install. In a Windows environment, the following guide seems to be useful:
+
In bedrijfsomgevingen, bij het uitrollen van {{AOo}} naar veel machines, is de gemakkelijkste manier om het te doen via een stille installatie. In een omgeving voor Windows lijkt de volgende richtlijn nuttig:
  
=== OpenOffice.org version 1 (old) ===
+
=== OpenOffice.org versie 1 (oud) ===
  
# Let Windows install the package from a network drive by N:\OpenOffice\program\setup.exe -r:N:\OpenOffice\response.txt<BR>where N:\ can be whatever it is the network drive has been mapped to, and it contains the install files of OpenOffice.org created by running setup.exe with the /net option.
+
# Laat Windows het pakket installeren vanaf een netwerkschijf met N:\OpenOffice\program\setup.exe -r:N:\OpenOffice\response.txt<BR>waar N:\ elke netwerkschijf mag zijn die zo is genoemd, en de installatiebestanden bevat van OpenOffice.org, gemaakt door het uitvoeren van <tt>setup.exe</tt> with the <tt>/net</tt> option.
# The response.txt file can contain:
+
# Het bestand <tt>response.txt</tt> mag bevatten:
 
<pre>
 
<pre>
 
       [Environment]
 
       [Environment]
Line 34: Line 34:
 
       RegisterAsDefaultHTMLEditor=True   
 
       RegisterAsDefaultHTMLEditor=True   
 
</pre>
 
</pre>
Apparently, Sun for its [[StarOffice]] package provides some fairly good documentation in PDF files with regards to silent installs. Another good resource is the section within the user installation documentation entitled Windows in a Multiple User Environment.
+
Schijnbaar verschaft Sun voor zijn pakket van [[StarOffice]] soms zeer goede documentatie in PDF-bestanden met betrekking tot stille installaties. Een andere goede bron is het gedeelte in de documentatie voor de gebruikersinstallatie, getiteld Windows in a Multiple User Environment.
  
=== OpenOffice.org version 2 (current) ===
+
=== OpenOffice.org versie 2 (oud) ===
  
See [[Documentation/How_Tos/Automatic_Installation_on_Windows]].
+
Bekijk [[Documentation/How_Tos/Automatic_Installation_on_Windows]].
 +
 
 +
=== Latere versies ===
 +
 
 +
Bekijk [[Documentation/How_Tos/Automatic_Installation_on_Windows]]
 
<section end=answer/>
 
<section end=answer/>
  
 
[[Category:Documentation/FAQ/Installation]]
 
[[Category:Documentation/FAQ/Installation]]

Latest revision as of 13:18, 22 July 2022


Hoe voer ik een "stille" installatie uit?


In bedrijfsomgevingen, bij het uitrollen van Apache OpenOffice naar veel machines, is de gemakkelijkste manier om het te doen via een stille installatie. In een omgeving voor Windows lijkt de volgende richtlijn nuttig:

OpenOffice.org versie 1 (oud)

  1. Laat Windows het pakket installeren vanaf een netwerkschijf met N:\OpenOffice\program\setup.exe -r:N:\OpenOffice\response.txt
    waar N:\ elke netwerkschijf mag zijn die zo is genoemd, en de installatiebestanden bevat van OpenOffice.org, gemaakt door het uitvoeren van setup.exe with the /net option.
  2. Het bestand response.txt mag bevatten:
      [Environment]
      InstallationMode=INSTALL_NORMAL
      InstallationType=STANDARD
      DestinationPath=C:\Program Files\OpenOffice
      StartProcedure=MyStartProc
      Migration=Yes

      [Java]
      JavaSupport=preinstalled_or_none

      [Procedures]
      Sub MyStartProc        
      	SetUserCompanyName("None")
              HideSetupEnd Sub

      [Windows_Desktop_Integration]
      Register4MSWord=True
      Register4MSExcel=True
      Register4MSPowerPoint=True
      RegisterAsDefaultHTMLEditor=True   

Schijnbaar verschaft Sun voor zijn pakket van StarOffice soms zeer goede documentatie in PDF-bestanden met betrekking tot stille installaties. Een andere goede bron is het gedeelte in de documentatie voor de gebruikersinstallatie, getiteld Windows in a Multiple User Environment.

OpenOffice.org versie 2 (oud)

Bekijk Documentation/How_Tos/Automatic_Installation_on_Windows.

Latere versies

Bekijk Documentation/How_Tos/Automatic_Installation_on_Windows

Personal tools