ikegami,
I ended up going with the SrvAny tool. I wanted to share the following for those who might come across this post in the future.

There doesn't seem to be a resource toolkit for Vista available for download. You can use the 2003 toolkit but you will get an error indicating "known compatibility issues". Additionally, you will get a cryptic "permission denied - contact your system administrator" even if you are logged in as an administrator. You will need to launch the command prompt with administrator rights. Finally, modifying the registry leaves quite a bit to be desired. If you need to have your service dependent on another service or some other "advanced" configuration - look at another service and use it as a starting point.

Cheers - L~R


In reply to Re^2: Turn a perl script into a Win32 Service by Limbic~Region
in thread Turn a perl script into a Win32 Service by Limbic~Region

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.