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

Question

Question

Deploy Client using Setup.exe Through SCCM 2012

asked on January 30, 2014

We're working on deploying our Laserfiche Client (currently 8.3.2) software through SCCM 2012. After the conference we decided to try using the setup.exe to deploy the software instead of the many MSIs which are included with the product.

 

As we've worked with the setup.exe we've noticed that the -noui switch expected the MSIs to be in either the Client or Support folder. As we've tried different ways to push out the software we've found that the setup.exe is not finding the Support folder and throwing an error to the user regardless of if we push out the Support Folder or have the MSIs in the Client folder.

 

If the user acknowledges the error it will find the MSIs in the Client folder (where we copied to try and see if it would work).

 

Is there a way to specify the paths to where the MSIs are located using the setup.exe? Or, are there any examples of deploying the client through SCCM 2012?

 

Any help is appreciated.

0 0

Replies

replied on January 30, 2014 Show version history

We just completed doing this here...

 

You should try and use "install.bat" with the following:

 

"\\path to install folder\laserfiche rio 9.0.2\client\setup.exe" -silent -iacceptlicenseagreement INSTALLLEVEL=300 LFSSADDLOCAL=ALL

 

Make sure you have the "client" and "support" folder copied to your DP and have your SCCM 2012 source folder for the LF package pointed to the parent folder of the "client" and "support" folders.

 

SCCM 2012 :

 

Data Source "\\path to folder\Laserfiche\Laserfiche RIO 9.0.2\"

 

Program:  Client\install.bat

 

 

 

 

lf.JPG
lf2.JPG
lf3.JPG
lf.JPG (62.49 KB)
lf2.JPG (50.22 KB)
lf3.JPG (38.53 KB)
2 0
replied on January 30, 2014 Show version history

The items in the support folder are prereqs, like .net, visual studio runtime, that sort of thing. The reason you get that prompt is that if prereqs fail, the user can still choose to install the product, which are what's in the Client folder. If you run as full -silent I believe prereqs aren't even checked so you can just try that. Granted, those prereqs are being installed for a reason, you you want to ensure they get included - but that's why the difference.

 

That said, why are you splitting up the installation? The Client does expect the Support folder to be located at that location relative to it. That's because multiple components (Client, Server, Admin) share those prerequisite and we wouldn't want to force you to download 3 copies of them.

0 0
replied on January 30, 2014

In our case we are pushing out the Client over a very slow connection and are trying to minimize the size of the package as much as possible. We're only including the MSIs that we need for these particular machines (Client, Office Integration and Snapshot). The rest of the components are not necessary and we'd like to reduce the time it takes to deploy.

 

We've tried configuring SCCM to include both the Client and Support folders but the setup.exe still doesn't seem to find the Support folder when attempting the install.

 

We are going to attempt the -silent mode to see how that goes, but as you said, the pre-reqs are there for a reason and we'd prefer to have them install properly so the client won't have any issues later on.

0 0
replied on January 30, 2014

Thanks Josh.

 

I'll check with our deployment team and see if they're individually added each of the folders or if they're pointing to the parent of the two.

 

 

0 0
replied on January 30, 2014

For the client you don't need everything, but you definetly need 'Client', 'Support' and 'OCR' (if on 9.1 or later).

0 0
replied on February 20, 2014

Our deployment team did as suggested and deployed a single folder and within that folder it had both the Client and Support folder with the required MSIs. They still had issues as the client computer could not find the support folder MSIs.

 

Are there any examples our deployment team could refer to with SCCM to confirm they have everything configured properly? Or, can you advise on what logs to look into to see where the issues are? I'm curious if this works differently in the 9.0+ installers than it does in the 8.3.2 and if that could be causing our issues.

 

Also, when deploying just the Client to a workstation, is it recommended to use the full source Laserfiche installers (servers, client, admin tools, etc.) and then just use the setup.exe to limit what is installed? I'm curious if we're making this harder on ourselves by trying to limit the install package to be just the Laserfiche client.

 

Thanks again for your feedback!

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

Sign in to reply to this post.