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

Question

Question

Problem deploying Laserfiche Client 9.2.1 with .bat file

asked on February 26, 2016 Show version history

I tried to reuse the .bat file that I used to deploy the 8.2 client but it doesn't seem to work.

"\\server\Applications\Laserfiche 9.2.1\en\Client\setup.exe" -silent -noui -iacceptlicenseagreement -lang en -log "c:\Laserfiche Install Log\log.txt" LFPDADDLOCAL=ALL LFSSADDLOCAL=ALL LFCADDLOCAL=ALL INSTALLLEVEL=300 LFCDESKTOPSHORTCUTS=0 LFPDDESKTOPSHORTCUTS=0

When I try to use this script I get a GUI popup (see attached)

After I close the popup, nothing else happens - the setup appears to just bomb out.

LF_9_2_1_client.PNG
0 0

Answer

SELECTED ANSWER
replied on February 26, 2016

Photodocs no longer ever intalls a desktop shortcut, so it may be that the parameter isn't recognized anymore. You should be able to use LFCDESKTOPSHORTCUTS still though. 

1 0

Replies

replied on February 26, 2016 Show version history

According to this page of the administration manual, you cannot use INSTALLLOCAL and ADDLOCAL at the same time. You need to choose one or another.

 

Relevant text (found on the INSTALLLOCAL page):

You can use the ADDLOCAL property if the INSTALLLEVEL property does not provide you with enough control over which specific components to install. Note that you cannot use both INSTALLLEVEL and ADDLOCAL, and if INSTALLLEVEL is sufficient for your purposes, we strongly recommend using it.  ADDLOCAL should be used only if you want to install a component without also installing components with a lower install level. (For instance, you could use ADDLOCAL to install the Administration Console without the Client, or the Snapshot printer drivers without any other components). ADDLOCAL is only supported for components that have their own prefixes; in other words, it can be used to install Snapshot independently, but not the Link Group Conversion Utility, since the Link Group Conversion Utility does not have an MSI and prefix of its own. See Properties for more information about ADDLOCAL.

1 0
replied on February 26, 2016

Finally got it working.  It was the LFCDESKTOPSHORTCUTS=0 LFPDDESKTOPSHORTCUTS=0 parameters that it didn't like, once I removed them it works.

1 0
SELECTED ANSWER
replied on February 26, 2016

Photodocs no longer ever intalls a desktop shortcut, so it may be that the parameter isn't recognized anymore. You should be able to use LFCDESKTOPSHORTCUTS still though. 

1 0
replied on February 26, 2016

Thanks Justin!

0 0
replied on February 26, 2016

The -log needs a folder path, not a file. See the help file for the rest of the options.

0 0
replied on February 26, 2016

I added the -log after the fact to try to troubleshoot.  Even without the -log I still have problems.

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

Sign in to reply to this post.