Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installation Question and Loader Program???
Message
 
To
11/10/2001 13:07:38
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00567071
Message ID:
00567106
Views:
18
You can also use the following to register a DLL or OCX.
lcFile = "C:\WINNT\System32\COMDLG32.OCX"
DECLARE INTEGER DllRegisterServer IN (lcFile)
llsuccess = (DllRegisterServer() = 0)
IF llsuccess 
    DO LogEvent WITH "Registered: " + lcFile
ELSE
    DO LogEvent WITH "Could NOT Register: " + lcFile
ENDIF
>I then scan the table and compare the list of files to what's installed on the user's local drive. I then copy any files needed and RUN REGSRV32 to register any components that need it.
Dennis Lindeman
Previous
Reply
Map
View

Click here to load this message in the networking platform