Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of required runtime modules for INNO Setup
Message
De
05/07/2004 17:33:48
 
 
À
05/07/2004 17:07:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00920817
Message ID:
00920830
Vues:
23
>I am having some problems with the Install Shield. Specifically I need to run a program at the end of the install. I was able to do that with the old VFP6 setup. I have downloaded the INNO Setup program and it seems to be able to do this for me. What I am missing now is the ability to install the VFP8 runtimes. I know it will do this if I can specify exactly which files are required and where to put them. Rather than try to invent the wheel again, does someone have that already coded that they can share so others can use.

Here is some sample code stripped from a setup.
[Files]
Source: "C:\FOX_dist\*.*"; DestDir: "{app}"
Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\gdiplus.dll"; DestDir: "{sys}"
Source: "C:\Program Files\Microsoft Visual FoxPro 8\Visual FoxPro 8.0 Professional - English\msvcr70.dll"; DestDir: "{sys}"
Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\vfp8t.dll"; DestDir: "{sys}"
Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\vfp8r.dll"; DestDir: "{sys}"
Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\vfp8renu.dll"; DestDir: "{sys}"
I run the VFP files to windows directory "sys" other take it to a common file folder. It has worked fine for me going to sys.


Hope this helps.
Gaylen
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform