Allow SF6 to install a program (MyProgram.exe) as a Win2000/XP Service? How?
Professional Software Development Tools
Allow SF6 to install a program (MyProgram.exe) as a Win2000/XP Service? How?
Setup Factory does have a whole set of actions for creating, removing, etc. services. However, your exe must support the service interfaces properly. Creating a service is not as simple as just registering any exe as a service. Please consult Microsoft's MSDN library online for more detailed information about how to create a service. You may also find some good articles on creating services at Code Project or Code Guru.
- Brett
Thanks!!!!