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 installatie van de DocuBuilder Template Manager automatisch uit te laten voeren via de commandline, zonder dat er op Volgende of Voltooien geklikt hoeft te worden.

Note

De versie van Office (32- of 64-bits) 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 ook: Achterhalen Office versie

Stap voor stap

...

De DocuBuilder Template Manager wordt via de Documizers downloadportal geleverd als zogenaamde self-extracting executable. Dit betekent dat het een exe-bestand is, maar dat je ze via een programma als Winrar kunt uitpakken. Het .exe bestand van de Template Manager bevat een msi-bestand (Windows Installer) en een settings.xml bestand.

...

complex environments with multiple servers, it can be convenient to have the DocuBuilder Template Manager installation run automatically from the command line, without having to click Next or Finish.

Note

The version of Office (32- or 64-bit) determines 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

Step by Step

  1. The DocuBuilder Template Manager is delivered through the Documizers download portal as a so-called self-extracting executable. This means that it is an exe file, but you can extract it via a program such as Winrar. The .exe file of the Template Manager contains an msi file (Windows Installer) and a settings.xml file.

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

  3. Start het .msi bestand vanuit de commandline met de schakelopties /i en Run the .msi file from the command line with the switch options /i and /passive.

...

Examples

DocuBuilder Template Manager

...

for 32-bits Office

...

versions

Code Block
msiexec /i "C:\Temp\DBTemplate Manager\TemplateManagerSetup32.msi" /passive

DocuBuilder Template Manager

...

for 64-bits Office

...

versions

Code Block
msiexec /i "C:\Temp\DBTemplate Manager\TemplateManagerSetup64.msi" /passive