Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

In complexe omgevingen met verschillende servers kan het handig zijn om de installaties automatisch uit te laten voeren via de commandline, zonder dat er op Volgende of Voltooien geklikt hoeft te worden.

Note

De versie van complex environments with multiple servers, it can be convenient to have the installations run automatically from the command line without clicking Next or Finish.

Note

The version of Office (32- of or 64-bitsbit) bepaalt welk msi-bestand je nodig hebt. Dit hoeft niet overeen te komen met de Windows versie! Op een 64-bits versie van Windows kan een 32-bits versie van Office geïnstalleerd zijn.Zie ookdetermines which msi file you need. This does not have to match the Windows version! A 64-bit version of Windows may have a 32-bit version of Office installed.

See also: Achterhalen Office versie

Stap voor stap

...

Step by Step

  1. DocuFlow is delivered through the Documizers download portal as a so-called self-extracting executable. Dit betekent dat het een This means that it is an .exe bestand is, maar dat je deze via een programma als Winrar kunt uitpakken. Het .exe bestand van DocuFlow bevat twee file, but you can extract it via a program such as Winrar. DocuFlow's .exe file contains two .msi (Windows Installer) bestandenfiles, een a .bat bestand en een file and a settings.xml bestand. De inhoud van het bat-bestand bevat de juiste commandline instructies.Zorg er voor dat beide .msi bestanden en het settings.xml bestand in een lokale map staan, bijvoorbeeld file. The contents of the bat file contain the appropriate command-line instructions.

  2. Make sure both .msi files and the settings.xml file are in a local folder, for example C:\Temp\DocuFlow\

  3. Start beide msi-bestanden vanuit de commandline op met de schakelopties Launch both msi files from the command line with the switching options /i en /passive.

...

Examples

DocuFlow

...

for 32-bits Office

...

versions

Code Block
msiexec /i "C:\Temp\DocuFlow\DocuFlowSetup.msi" /passive
msiexec /i "C:\Temp\DocuFlow\DocuFlowMSOfficeAddInsSetup.msi" /passive

DocuFlow

...

for 64-bits Office

...

versions

Code Block
msiexec /i "C:\Temp\DocuFlow\DocuFlowSetup64.msi" /passive
msiexec /i "C:\Temp\DocuFlow\DocuFlowMSOfficeAddInsSetup64.msi" /passive