Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP6 and Autorun
Message
 
 
À
07/01/1999 16:37:30
Elyse Pomerantz
Dynamic Data Concepts, Inc.
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00173799
Message ID:
00173808
Vues:
17
>I would like to distribute my application on CD and enable the Autorun feature. I did this numerous times in VFP5 successfully, but I'm getting an error in VFP6. As per Article Q172078, I renamed the setup.exe to autorun.exe. But when I run the autorun.exe, after a few steps I get a message saying that the file 'setup.exe' cannot be opened. Of course it can't, it no longer exists, but why is the installation looking for it? I tried this with both the 'netsetup' option and the 'websetup' option and had the same problem. I've already upgraded my Setup Wizard. Anyone else do this successfully?
>
>Thanks!

Looking at a typical AUTORUN.INF file the following lines should suffice:
[AutoRun]
open=setup.exe
Assuming SETUP.EXE is in the root directory of the CD. The AUTORUN.INF file also needs to be in the root directory of the CD.

If you put all your install files in a directory on the CD, change the lines to:
[AutoRun]
open=relative_directory_path_here\setup.exe
Just do not precede the directory path with a drive letter.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform