Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > Resource kit for 2008

Reply
Thread Tools Display Modes

Resource kit for 2008

 
 
Jarryd
Guest
Posts: n/a

 
      07-08-2010
Hi,

Is there a Resource Kit for Windows 2008? I run SBS 2008 and need to add a
service. The only what I know how to do this is with SRVANY.exe. Is it
fine to simply install the 2003 kit?

TIA,

Jarryd

 
Reply With Quote
 
 
 
 
Merv Porter [SBS-MVP]
Guest
Posts: n/a

 
      07-08-2010
Hi Jarryd,

I could only find this...

srvany.exe does not exist on w2k8 R2: how do I configure a windows Service
with sc.exe
http://social.technet.microsoft.com/...-318b06e0a837/


Possible workaround...

Application as a Service "srvany.exe" in Windows Server 2008
http://social.technet.microsoft.com/...b-3777899cf7de

------------------------------------------------------------
1.At the time of this posting, there is no Windows Server 2008 Resource Kit
Tools, so get the "srvany.exe " from the "Windows Server 2003 Resource Kit
Tools " and copy it to a suitable location on your Win2008 server (e.g.
C:\Windows\System32\ ).
2.Use "sc " to create a new service that launches "srvany " (e.g. sc create
MyService binPath= C:\Windows\System32\srvany.exe DisplayName= "My Custom
Service" )
3.Using RegEdit : create a "Parameters " key for your service (e.g.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MyService\Paramaters\ )
4.Using RegEdit : within the newly created "Parameters " key , create a
string value called "Application " and enter the full path to the
application you are wanting to run as a service. (No quotes required.)

Note : some applications store their settings in a user hive, not under
HKEY_LOCAL_MACHINE, so you will need to run the application to configure it,
and then configure the service to run as that user.
--------------------------------------------------------------

--
Merv Porter [SBS-MVP]
============================


"Jarryd" <> wrote in message
news:...
> Hi,
>
> Is there a Resource Kit for Windows 2008? I run SBS 2008 and need to add
> a service. The only what I know how to do this is with SRVANY.exe. Is it
> fine to simply install the 2003 kit?
>
> TIA,
>
> Jarryd


 
Reply With Quote
 
Jarryd
Guest
Posts: n/a

 
      07-14-2010
Hi Merv,

Thanks for the reply.

"Merv Porter [SBS-MVP]" <mwport@no_spam_hotmail.com> wrote in message
news:#...
> Hi Jarryd,
>
> I could only find this...
>
> srvany.exe does not exist on w2k8 R2: how do I configure a windows Service
> with sc.exe
> http://social.technet.microsoft.com/...-318b06e0a837/
>
>
> Possible workaround...
>
> Application as a Service "srvany.exe" in Windows Server 2008
> http://social.technet.microsoft.com/...b-3777899cf7de
>
> ------------------------------------------------------------
> 1.At the time of this posting, there is no Windows Server 2008 Resource
> Kit Tools, so get the "srvany.exe " from the "Windows Server 2003 Resource
> Kit Tools " and copy it to a suitable location on your Win2008 server
> (e.g. C:\Windows\System32\ ).
> 2.Use "sc " to create a new service that launches "srvany " (e.g. sc
> create MyService binPath= C:\Windows\System32\srvany.exe DisplayName= "My
> Custom Service" )
> 3.Using RegEdit : create a "Parameters " key for your service (e.g.
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\MyService\Paramaters\
> )
> 4.Using RegEdit : within the newly created "Parameters " key , create a
> string value called "Application " and enter the full path to the
> application you are wanting to run as a service. (No quotes required.)
>
> Note : some applications store their settings in a user hive, not under
> HKEY_LOCAL_MACHINE, so you will need to run the application to configure
> it, and then configure the service to run as that user.
> --------------------------------------------------------------
>
> --
> Merv Porter [SBS-MVP]
> ============================
>
>
> "Jarryd" <> wrote in message
> news:...
>> Hi,
>>
>> Is there a Resource Kit for Windows 2008? I run SBS 2008 and need to add
>> a service. The only what I know how to do this is with SRVANY.exe. Is
>> it fine to simply install the 2003 kit?
>>
>> TIA,
>>
>> Jarryd

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DCDIAG Venkat Active Directory 3 07-01-2010 11:20 AM
2003r2 - Moving ressources to a new hardware and storage Adrien Maugard Clustering 2 01-08-2010 10:39 AM
Cluster resource 'DTC' in clustered service or application 'Cluster Group' failed. Andrea Caldarone Clustering 1 12-07-2009 06:34 PM
Cluster resource 'DTC' in clustered service or application 'Cluster Group' failed. Andrea Caldarone Windows Server 4 10-23-2009 07:39 AM
Re: Cluster resource 'DTC' in clustered service or application 'Cluster Group' failed. Ace Fekay [MCT] Clustering 3 10-23-2009 07:39 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59