Configuration management tool

B

Bruno A

Hello all.

I wanted to use Puppy to maintain configuration for some Windows servers,
but apparently the port is not mature yet for Win32.

So, I'm thinking of implementing it myself. My needs are simple:

- copy files over
- restart IIS/services
- edit XML files (add/remove keys)
- register assemblies in the GAC

So, it's kinda like Windows' System Restore functionality, in spirit.

My question is: does someone know of something that can do this for
Windows? And if not, is there a way to register assemblies in the GAC with
IronRuby, or do I have to encapsulate gacutil in a system call? (same for
services, too).


Thanks for any feedback in advance!
--
 
C

Charles Calvert

[snip configuration management util for Windows hosts]
My question is: does someone know of something that can do this for
Windows?

Not off the top of my head, but that doesn't mean that it doesn't
exist.
And if not, is there a way to register assemblies in the GAC with
IronRuby,

This thread on Stackoverflow shows how to do it programmatically using
the IComSoapPublisher.GacInstall method: <http://bit.ly/dcF6lf>. You
should be able to call that from IronRuby.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top