Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DLL Installation
Message
From
26/06/2001 21:55:31
 
 
To
25/06/2001 02:42:41
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00521320
Message ID:
00523959
Views:
10
>Terence
>
>so if the DLL is in the folder the setup wizard will automatically send it to the windows system folder on the target machine and register it correctly?
>
>I didn't realise that.
>
>What about msderun.dll which would need to go in common files ?
>
>I have now set this up using the visual installer.
>
>Nick Mason



Oh, if you use other installer, I really donno how to do.

In VFP Setup Wizard, Step 6
You will see a list for your installation files,
VFP allow you to copy 3 place on choice:

AppDir
WinDir
WinSysDir

There is no option for you to put it at C:\Windows\Common Files\xxx

But you can try it out to see if the DLL put at System Dir will work property or not.
If fail, you need to add coding to copy the dll from system directory to Common Files
IF !File([C:\Windows\Common files\xxx\msderun.dll])
   COPY FILE C:\Windows\System\msderun.dll TO C:\Windows\Common Files\xxx
ENDIF
Anyway, I think 3rd party installer may give you easy way to do in this case! :)
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform