Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running from a floppy
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00522761
Message ID:
00522796
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 McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform