My users run theirs off the network share. We have high speed 100/1000 mb so
speed is not an issue.
 
You can alway do a logon script(batch file) that copies it everytime they
logon to the network. 
 
This will copy the compiled app to the users desktop. The /Y switch will
suppress the overwrite prompting.
 
COPY /Y compiledapp.exe "%USERPROFILE%"\DESKTOP
 
Dan Goldberg

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of TOM HART
Sent: Thursday, March 27, 2008 7:42 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Update routine



Jan,

    I only have the compiled app on 1 computer and just update it, unless
I'm doing something wrong, it works fine on my other workstations

Tom



----- Original Message ----
From: jan johansen <[EMAIL PROTECTED]>
To: RBASE-L Mailing List <[email protected]>
Sent: Thursday, March 27, 2008 8:36:18 AM
Subject: [RBASE-L] - Update routine

OK,

Now that I have the compiled application installed on each users machine I 
see that
there is a new update available.

Anyone have a routine that checks for available updates and install them to 
each local
machine so I don't have to wander around and do the update?

Jan




Reply via email to