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

Question

Question

Laserfiche Connector 10.3 silent install commands don't work

asked on March 16, 2018

I am attempting to install the connector with this string

SetupLf.exe -silent INSTALLLEVEL=100 CUSTOMPROFILELOCATION="\\eserver\LC Connector Profiles" ALLUSERAUTOSTART=1 LFSACTIVATIONKEY="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

All that returns is a dialog box showing me the silent install options. Ok so then I tried this

SetupLf.exe -silent LFSACTIVATIONKEY="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

Same thing. Then I tried this

SetupLf.exe -silent

No dialog box... but nothing installed. 

 

Do the documented command line options even work? The dialog box only lists what look like MSI options. It certainly does not detail the other options documented

0 0

Replies

replied on March 16, 2018

The only switches that seem to work are 

SetupLf.exe -noui -iacceptlicenseagreement INSTALLLEVEL=100 CUSTOMPROFILELOCATION="\\server\LC Connector Profiles"

 

0 0
replied on March 18, 2018 Show version history

Hi Sys,

 

Please refer to the online help documentation.

When use "SetupLf.exe -silent", it installs silently without any dialog. So if you want to see the dialog, you can remove -silent from command.

The parameter to installer for activation key is ACTIVATIONKEY instead of LFSACTIVATIONKEY. You can add "-silent" and "-log" in command if you want to install LF Connector silently without any dialog prompts and log the process during install, there is an example for your user case:

SetupLf.exe -silent -log "C:\lfc\LFConnectorInstall" INSTALLLEVEL=100 CUSTOMPROFILELOCATION="\\eserver\LC Connector Profiles" ALLUSERSAUTOSTART=1 ACTIVATIONKEY="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

 

Thanks,

Qinmei

0 0
replied on March 19, 2018

I did consult the online documentation. The IXACTIVATIONKEY parameter is not specified anywhere.

The command you provided does not work. 

0 0
replied on March 20, 2018

Hi Sys,

There are some parameters not exposed on online help. We can add them later.

I am so sorry for the typo of parameters "IXACTIVATIONKEY" and "ALLUSERAUTOSTART". The parameters should be "ACTIVATIONKEY" and "ALLUSERSAUTOSTART". The command has been updated. The command works on a machine that does not install LF Connector before.

For troubleshooting, you can remove "-silent" from command, then Setup dialog prompts, and you can check if the installation directory, components to be installed and activation key are correct.

 

Thanks,

Qinmei

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

Sign in to reply to this post.