Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Required VFP7 files?
Message
From
22/02/2003 07:27:39
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00756091
Message ID:
00756542
Views:
27
When VFP7 first came out I used the Install Shield(IS)program that came with it. I think it was a white paper that came out that mentioned that the MSVCR file was needed. After hacking around with IS and sucessfully using it, I wasn't that impressed. I heard about Inno through UT and have been using it ever since. Thanks UT.

My setup aren't that complicated with only a few Dll's and the application files themself. I put all my application files in a distribution directory and reference it in Inno (with 1 line of code) so they will be included. Works like a charm every time.

Gaylen

>Thanks Gaylen,
>
>I was able to find documentation on the VFP7*.DLL files but I couldn't find anything saying what the MSVCR*.DLL files should be. How did you figure out what file was required?
>
>
>
>>This should work if VFP7 loaded to default directory.
>>
>>
>>Source: "C:\Program Files\Microsoft Visual FoxPro 7\Visual FoxPro 7.0 Professional - English\msvcr70.dll"; DestDir: "{sys}"; CopyMode: alwaysoverwrite
>>
>>Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\vfp7t.dll";
>>DestDir: "{sys}"; CopyMode: alwaysoverwrite
>>
>>Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\vfp7r.dll"; DestDir: "{sys}"; CopyMode: alwaysoverwrite
>>
>>Source: "C:\Program Files\Common Files\Microsoft Shared\VFP\VFP7RENU.DLL"; DestDir: "{sys}"; CopyMode: alwaysoverwrite
>>
>>
>>
>>Gaylen
>>
>>
>>
>>>Where can I get a complete list of VFP7 files required to install and distribute my application?
>>>
>>>I am using INNO setup to create my install routines and I need to know all of the files that should be included. (VFP runtime files, 'C' runtime files, HTML help support ...)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform