Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running from a floppy
Message
De
23/07/2001 10:19:08
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00522761
Message ID:
00533896
Vues:
9
>It is not possible to run an app from a floppy. One of the runtime files alone is over 3MB. If you have installed the runtime files and any ActiveX controls to the workstation, then you could run a compiled APP or EXE from a floppy if it fits.
>
>IMO, you need to rethink how you distribute the app to the users. All you have to do is put the installation file on a server in a folder that is accessible to all users, then send them an e-mail on where to go to install the app. Most of us have 2 executables per app.
>
>The first is a very small VFP launcher EXE that looks for updated APP file in a specified location on the server. If a newer version exists on the server than does on the workstation, the launcher EXE copies the new file to the workstation, overwriting the current APP file. When the updating is done, the launcher EXE finishes by starting the APP -- DO ("MYAPP.APP")
>
>The reason for the parens and quotes is so the Project Manager does not try to add the MYAPP.APP file to the launcher EXE project.
>
>
>>Hi Everyone!
>>
>>Does anyone know how to make an app run from a floppy. I'm in a situation where I don't want to go to all of our workstations to install the application. I just want to run it from a floppy every now and then.
>>
>>
>>Any help would be appreciated!
>>
>>Thanks in Advance.



mark -

do you ever run foxpro apps over the network ? i.e. as opposed to copying the .exe to the workstation ? for your .exe's that you do copy to workstation, are you accessing local tables or file-server tables ?

i have an .exe that is run from the file-server that access tables on the file-
server. is that less effecient than copying the app to the five workstations
that use it ? (i've installed the run-time stuff on each workstation).
patrick
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform