1998

Prev Next

If a customer uses v9.1 to silently install securedoc through a deployment tool, it will most likely fail. If this is the case, you can create a batch script with the following steps:

  • Open notepad
  • Input the following script to notepad:

@echo off

cd <path to exe>

start SecureDoc_64.exe /s /v" /qn /norestart /l*v %TEMP%\securedocsetup.log"

pause

(the "pause" can be removed, I just have it there as a debugging command)

  • File -> Save as -> save with the extension .bat (ex: script.bat)
  • Copy all securedoc install files to device
  • Use the script in the deployment tool to run securedoc installation