You are viewing limited content. For full access, please sign in.

Question

Question

Unattended Laserfiche Client Installation

asked on October 24, 2016

Hi,

We are working on a script for unattended LF Client installation to include the following components only:

  • Laserfiche Client 10 (no link group conversion utility)
  • Laserfiche Office Integration 10
  • Laserfiche Snapshot 10 (no snapshot shared printer)
  • OmniPage OCR

We first tried the following line: Setup.exe -silent LFSSADDLOCAL=ALL LFCADDLOCAL=ALL LFOADDLOCAL=ALL LANGPACK="en" LFCDESKTOPSHORTCUTS=0 LFADESKTOPSHORTCUTS=0 -log "C:\Windows\Temp\LaserFiche"

Components install:

  • Laserfiche Client 10 with link group conversion utility
  • Laserfiche Office Integration 10
  • Laserfiche Snapshot 10 with snapshot shared printer
  • OmniPage OCR

 

We then went through the instructions in the admin guide and can only see the Install Levels will allow us to change the install so we changed it to the following: Setup.exe -silent INSTALLLEVEL=300 LANGPACK="en" LFCDESKTOPSHORTCUTS=0 LFADESKTOPSHORTCUTS=0 -log "C:\Windows\Temp\LaserFiche"

These components were installed:

  • Laserfiche Client 10 (no link group conversion utility)
  • Laserfiche Office Integration 10
  • Laserfiche Snapshot 10 (no snapshot shared printer)
  • Laserfiche PhotoDocs 10
  • Laserfiche Scanning 10
  • Missing OmniPage OCR

 

Anyone here knows how to format the command line, so that we only get what we want?

0 0

Replies

replied on October 24, 2016

Your initial attempt at an unattended install script is very close but ADDLOCAL=ALL is what's causing problems.  You're bringing in every piece of the client (including Link Group Conversation Utility) and every piece of Snapshot (including Shared Snapshot Printer).  This assumes you want scanning, if not remove LFSC.

Setup.exe -silent LFCADDLOCAL="Client" LFSCADDLOCAL=ALL LFSSADDLOCAL="Snapshot" LFOADDLOCAL=ALL LANGPACK="en" LFCDESKTOPSHORTCUTS=0 -log "C:\Windows\Temp\LaserFiche"

 

 

1 0
replied on October 24, 2016

Thanks, Erik! I will give it a try.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.