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

Question

Question

Problem with Batch Install File

asked on April 2, 2015 Show version history

We use a group policy to install the Laserfiche Client on our organization's computers. In the group policy, it simply has a startup script the runs the following batch file:

IF NOT EXIST "C:\Program Files (x86)\Laserfiche\Client\Client9.2.1.562.txt" (
 "\\lfiche1\Software\Laserfiche Avante 9.2.1.562\en\Client\setup.exe" -noui -iacceptlicenseagreement -log "C:\Program Files (x86)\Laserfiche\Logs\ClientInstall" INSTALLLEVEL=400 LFCDESKTOPSHORTCUTS=1
 echo> "C:\Program Files (x86)\Laserfiche\Client\Client9.2.1.562.txt"
 DEL "C:\Program Files (x86)\Laserfiche\Client\Client9.2.0.343.txt"
)

The batch file is launching setup.exe and the software installs, but for someone reason it never creates the "Client9.2.1.562.txt" file. If I create a separate batch file with just the "echo> "C:\Program Files (x86)\Laserfiche\Client\Client9.2.1.562.txt" in it, it creates the file without any problem.

Can anyone tell me if I am missing something? We have been using this since version 9.1.0.x and it was working then. I'm not sure when it stopped though.

0 0

Replies

replied on April 2, 2015

I think I may have figured it out. After the install line I put a "TIMEOUT 10" in and it seems to be creating the file now. Not sure why it stopped working though.

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

Sign in to reply to this post.