Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using advapi32.dll to install a service
Message
From
20/09/2006 16:24:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01155465
Message ID:
01155736
Views:
35
Thanks Hugo,

I'll look into this.

>Frank,
>
>OK, let me start again :)
>
>I've never created a service, but to get you started you can do something like:
>
>
>loLocator		= CREATEOBJECT('WBEMScripting.SWBEMLocator')
>loWMI			= loLocator.ConnectServer()
>loServiceM		= loWMI.Get('Win32_Service')
>lnResult		= loServiceM.Create({Parameter List})
>
>
>Where {Parameter List} you can read from here http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/create_method_in_class_win32_service.asp hopefully you won't need the last two :)
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Previous
Reply
Map
View

Click here to load this message in the networking platform