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?