PC Review


Reply
Thread Tools Rate Thread

Can I somehow backup (completely) win services?

 
 
Karl Mondale
Guest
Posts: n/a
 
      13th Feb 2010
Assume a programs installed previously a window service.

Is there way to backup this service (and all depending DLLs, config files),
then copy it to another computer and re-install it there again?

Of cause without using the original installation software.

Karl

 
Reply With Quote
 
 
 
 
PA Bear [MS MVP]
Guest
Posts: n/a
 
      13th Feb 2010
No.

Karl Mondale wrote:
> Assume a programs installed previously a window service.
>
> Is there way to backup this service (and all depending DLLs, config
> files),
> then copy it to another computer and re-install it there again?
>
> Of cause without using the original installation software.
>
> Karl


 
Reply With Quote
 
SC Tom
Guest
Posts: n/a
 
      13th Feb 2010


"Karl Mondale" <(E-Mail Removed)> wrote in message
news:4b76c5e2$0$6572$(E-Mail Removed)...
> Assume a programs installed previously a window service.
>
> Is there way to backup this service (and all depending DLLs, config
> files),
> then copy it to another computer and re-install it there again?
>
> Of cause without using the original installation software.
>
> Karl
>


Assuming you are not wanting to do something illegal, I guess it could be
done, but it would probably be more trouble than it's worth. Even if you
knew all of the files that were written to your hard drive and were able to
copy them to a new machine, you'd still have to register some of them in
Windows if you could figure out which ones. So for all intents and purposes,
I'd have to say no, you probably couldn't make it work correctly on the new
machine.
--
SC Tom


 
Reply With Quote
 
Paul H
Guest
Posts: n/a
 
      13th Feb 2010

Laplink's PCMover http://www.laplink.com/pcmover will do it. I used it to
move all of my installed applications from an old XP Pro laptop to a
Netbook, It also enables XP to Windows 7 upgrades.

"Karl Mondale" <(E-Mail Removed)> wrote in message
news:4b76c5e2$0$6572$(E-Mail Removed)...
Assume a programs installed previously a window service.

Is there way to backup this service (and all depending DLLs, config files),
then copy it to another computer and re-install it there again?

Of cause without using the original installation software.

Karl

 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      13th Feb 2010
Karl Mondale wrote:
> Assume a programs installed previously a window service.
>
> Is there way to backup this service (and all depending DLLs, config
> files), then copy it to another computer and re-install it there
> again?
>
> Of cause without using the original installation software.


You should never *need* to do this. You should keep a copy of the
installation software and product key/serial number safe in case anything
ever happens, you can fix it.

You could backup the entire computer with disk imaging. Then you have
everything safe. However - an individual service/application installed on a
Windows system is usually difficult to move (cannot say impossible -
persistence is a very human trait) to move from one system to another
manually. There's no simple way of knowing what all things it needs
(registry, DLLs it may have put there, DLLs it may need a particular version
of that were already there, what all directories it installed itself in, if
there is any profile-specific or even machine specific parts to the
application...

You should have and really need the original software installation media and
product keys/serial numbers to properly install most software again.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Shenan Stanley
Guest
Posts: n/a
 
      13th Feb 2010
Karl Mondale wrote:
> Assume a programs installed previously a window service.
>
> Is there way to backup this service (and all depending DLLs, config
> files),
> then copy it to another computer and re-install it there again?
>
> Of cause without using the original installation software.


Curious.

If you read the responses in order, it's layers of possibility.
http://groups.google.com/group/micro...5e43b445669066

Start with a flat, 'no'.
Go to a, 'maybe, but difficult if at possible'.
To a, 'sure, use this'.

Truth being - it might work, it might not - but it's dumb to *have* to do
that, IMHO. Keep your installation media safe, barring any sob-stories, I
stick to that. The third answer may/may not work depending on the
application in question. The first and second are the most accurate in most
cases.

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a
 
      14th Feb 2010
On 14/02/2010 02:31, Karl Mondale wrote:
> Assume a programs installed previously a window service.
> Is there way to backup this service (and all depending DLLs, config files),
> then copy it to another computer and re-install it there again?
> Of cause without using the original installation software.


Hi Karl,

in general: No, you cannot do this. Not easily anyway.

Most software for Windows is installed by running an setup or installer
program. The built-in installer for Windows is msiexec.exe, but there
are other setup programs out there as well.

Typically these installers read their instructions from a data file
(maybe a *.inf text file, or other data file); which describes what
executable files to copy to what locations, what Registry entries to
make, checks for dependencies, what permissions to set, what Performance
counters to configure, etc.

In theory, if you can find and parse the inf file which the service's
setup uses, you could try to repeat all the same steps manually. The
installer doesn't perform operations which can't also be performed
manually by an interactive administrator. Except - the steps may be very
complex, and any slight mistake could cause errors, especially subtle
and hard-to-diagnose ones. That's why it is semi-automated in a setup
program, in the first place.

(there's also the issue that commercial software is usually licensed to
run on a single machine, so copying to another machine may be violating
the licence. But I'm only addressing the technical aspect, for now).

What form the installer's data (eg an inf file or similar) takes, and
how you locate and parse it, will depend on what kind of software was
used to install the service.

Probably not the info you wanted, but I hope it helps. Other folks may
have additional ideas.

Andrew

--
amclar at optusnet dot com dot au
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Can I somehow backup (completely) win services? Karl Mondale Windows XP General 0 13th Feb 2010 03:31 PM
How do I delete completely a Complete PC Backup? WaltN Windows Vista Performance 3 6th Dec 2007 12:15 AM
completely delete unknown services from registry Len Fluhrer IIIrd Windows XP Security 2 13th Jun 2006 08:50 PM
How do I completely backup everything in Microsoft Outlook 2003? =?Utf-8?B?dGVycnl5?= Microsoft Outlook Discussion 1 25th Feb 2006 01:24 AM
Services reported not starting but Event Viewer completely empty =?Utf-8?B?S2V2aW4=?= Microsoft Windows 2000 1 25th Apr 2004 03:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:20 PM.