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

Question

Question

New Laserfiche Installer unattended installation documentation?

asked on April 7

I want to create a MECM deployment package for the latest LF Repository Desktop Client (12.0.2504.527) using the new Laserfiche Installer files I've downloaded, but I'm not sure what the recommended approach would be. The existing v12 documentation on unattended installation does not include options for these files, as there is no longer a "setuplf.exe". Instead, I see the following files:

  • ndp48-web.exe
  • VC_redist.x64.exe
  • VC_redist.x86.exe
  • package.manifest
  • WindowsClient-x64.msi

 

Is there any official guidance on the best way to install these (using PowerShell, for example)? Thank you.

1 0

Answer

SELECTED ANSWER
replied one day ago

Since I don't want to wait until Fall to deploy this, I went ahead and created my own PowerShell functions here: kawells/Laserfiche-Deployment. I haven't tested all of the functions (for example, uninstalling the preamble applications, since I don't have any installed), so please open an issue on Github if anything isn't behaving as expected. I've added plenty of comments to the code if you wish to see what it does.

2 0

Replies

replied on April 8

I have this same question.

0 0
replied on April 8

There is no official documentation for now to unattended install desktop client, and it is planned to support unattended installation by Laserfiche Installer.

For now, but you can try to create PowerShell to install prerequisites then the WindowsClient-x64.msi. The prerequisites installation can refer to the content of package.manifest, simply run the given executable (Path) with parameters (Commandline).  And run WindowsClient-x64.msi with standard options (Microsoft Standard Installer command-line options - Win32 apps | Microsoft Learn)

 

 

 

0 0
replied on April 9

Is there any rough timeframe for unattended installation by the Laserfiche Installer?

0 0
replied on April 10

It is scheduled to be in Fall 2025

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

Sign in to reply to this post.