Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Posts
    5

    Install as Service

    Allow SF6 to install a program (MyProgram.exe) as a Win2000/XP Service? How?

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002

    Re: Install as Service

    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


  3. #3
    Join Date
    May 2002
    Posts
    5

    Re: Install as Service

    Thanks!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts