Skip to main content
Kofax

Silently Install VRS Server

Article # 3040692 - Page views: 29

Issue

How to silently install Kofax VRS 5.x as a Server Installation

 

Cause

Kofax VRS 5.x can be silently installed as a server using the setup.exe file in the VRS installation media.

 

Solution

To silently install Kofax VRS 5.x as a server installation to its default location:

1. Open an elevated Command Prompt "as administrator"

2. Use the following command to silently install Kofax VRS as a server installation (where InstallationMediaPath is the path to the setup.exe file in the VRS installation media):

"InstallationMediaPath\setup.exe" /s /v" INSTALL_TYPE=\"Server\" /qn" 

 

Examples:

"D:\Media\setup.exe" /s /v" INSTALL_TYPE=\"Server\" /qn"
"C:\temp\VRS\Media\setup.exe" /s /v" INSTALL_TYPE=\"Server\" /qn"

 

To install Kofax VRS as a server installation to a custom location:

1. Open an elevated Command Prompt "as administrator"

2. Use the following command to silently install Kofax VRS 5.x as a server installation (where InstallationMediaPath is the path to the setup.exe file in the VRS installation media and PATH is the path to the custom target location):

"InstallationMediaPath\setup.exe" /s /v" INSTALL_TYPE=\"Server\" INSTALLDIR=\"PATH\ImgCtls\" /qn" 

 

Examples:

"D:\Media\setup.exe" /s /v" INSTALL_TYPE=\"Server\" INSTALLDIR=\"E:\Program Files (x86)\Kofax\ImgCtls\" /qn"
"C:\temp\VRS\Media\setup.exe" /s /v" INSTALL_TYPE=\"Server\" INSTALLDIR=\"J:\Kofax\ImgCtls\" /qn"

 

Level of Complexity 

Moderate

 

Applies to  

Product Version Build Environment Hardware
Kofax VRS 5.2
5.1.2
5.1.1
ALL Server N/A
  • Was this article helpful?