<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Installing application as service in Tech Help - Software/Hardware etc</title>
    <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620696#M21147</link>
    <description>Don't worry, finally found a combination that worked (though I'me SURE I'd already tried it)</description>
    <pubDate>Wed, 17 Jun 2009 21:29:30 GMT</pubDate>
    <dc:creator>Cloudmaster</dc:creator>
    <dc:date>2009-06-17T21:29:30Z</dc:date>
    <item>
      <title>Installing application as service</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620695#M21146</link>
      <description>Hi all,&lt;BR /&gt;Hopefully someone here can put an end to my troubles.&amp;nbsp; I'm trying to install an application as a service using the instsrv &amp;amp; srvany applications on Windows Server 2003.&amp;nbsp; The application is installed, it's just the service bit I'm having problems with.&lt;BR /&gt;The service name will be two words &amp;amp; I'm wondering if that's the problem, though I've done this exact same procedure on another server so I know a two name service can be set up in this way.&lt;BR /&gt;The error is always 'The fully qualified path to the .EXE must be given', though I've tried every combination of syntax I can think of to no avail.&lt;BR /&gt;Thanks for looking</description>
      <pubDate>Wed, 17 Jun 2009 20:49:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620695#M21146</guid>
      <dc:creator>Cloudmaster</dc:creator>
      <dc:date>2009-06-17T20:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing application as service</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620696#M21147</link>
      <description>Don't worry, finally found a combination that worked (though I'me SURE I'd already tried it)</description>
      <pubDate>Wed, 17 Jun 2009 21:29:30 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620696#M21147</guid>
      <dc:creator>Cloudmaster</dc:creator>
      <dc:date>2009-06-17T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Installing application as service</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620697#M21148</link>
      <description>Hi Cloudmaster,&lt;BR /&gt;I'd be interested in how you set this up &amp;amp; your solution.&amp;nbsp; Can you share it with us, please?</description>
      <pubDate>Thu, 18 Jun 2009 17:43:30 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620697#M21148</guid>
      <dc:creator>KenA</dc:creator>
      <dc:date>2009-06-18T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Installing application as service</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620698#M21149</link>
      <description>I'm not good at writing technical manuals, but here goes&lt;BR /&gt;The first thing to do is download the Windows Resource Kit here -&lt;BR /&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en&lt;/A&gt;&lt;BR /&gt;After installing it, copy instsrv.exe &amp;amp; srvany.exe from&lt;BR /&gt;C:\Program Files\Windows Resource Kits\Tools&lt;BR /&gt;to&lt;BR /&gt;c:\windows\system32&lt;BR /&gt;Open up an MS-DOS command prompt.&lt;BR /&gt;Type the following command: instsrv servicename c:\windows\system32\srvany.exe&lt;BR /&gt;servicename can be whatever you want, but should be descriptive (if servicename has two words or more enclose in ").&lt;BR /&gt;Open up the Registry Editor (Click on the Start Button, select Run, and type REGEDIT)&lt;BR /&gt;Locate &amp;amp; highlight the following key:&lt;BR /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\servicename&lt;BR /&gt;From the Edit menu, select New, select Key, and name the new key 'Parameters'&lt;BR /&gt;Highlight the 'Parameters' key&lt;BR /&gt;From the Edit menu, select New, select String Value, and name the new value 'Application'&lt;BR /&gt;From the Edit menu, select Modify, and type in the full path to the program servicename is calling&lt;BR /&gt;From the Edit menu, select New, select String Value, and name the new value 'AppDirectory'&lt;BR /&gt;From the Edit menu, select Modify, and type in the full path to the directory servicename resides in&lt;BR /&gt;Close the Registry Editor.&lt;BR /&gt;Open the Services applet and find the servicename service, right click and go to properties&lt;BR /&gt;Set Startup Type to Automatic&lt;BR /&gt;On the Log On page, check 'Allow service to interact with desktop'&lt;BR /&gt;On the General page, start the service.&amp;nbsp; Servicename should start after a couple seconds.&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 18:39:19 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620698#M21149</guid>
      <dc:creator>Cloudmaster</dc:creator>
      <dc:date>2009-06-18T18:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing application as service</title>
      <link>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620699#M21150</link>
      <description>Thanks &lt;img class="lia-deferred-image lia-image-emoji" src="https://community.plus.net/html/@104CD63F9302A50EF5EC70FE32BB8AA1/images/emoticons/smiley.gif" alt="Smiley" title="Smiley" /&gt;&amp;nbsp; I'll give it a go after the weekend.</description>
      <pubDate>Fri, 19 Jun 2009 08:29:35 GMT</pubDate>
      <guid>https://community.plus.net/t5/Tech-Help-Software-Hardware-etc/Installing-application-as-service/m-p/620699#M21150</guid>
      <dc:creator>KenA</dc:creator>
      <dc:date>2009-06-19T08:29:35Z</dc:date>
    </item>
  </channel>
</rss>

