vote up 4 vote down star

Say I install software package A which says I must reboot to finish the install. I also need to install package B which will also require a reboot. Is it advisable to reboot after installing A and before installing B?

flag

75% accept rate

4 Answers

vote up 10 vote down check

It shouldn't be necessary to reboot between the two installations, unless there is a dependency in the first installation (.dll, config file, et al) that is required as part of the second package's installer, or if the second package requires services from the first package to be running.

Kind of a terse response, but that's essentially the crux of it.

link|flag
+1 I've done this many times, and it works. – harrymc Nov 18 at 19:38
vote up 2 vote down

I've never had any problem installing multiple items, as long as there were no dependencies. However, Windows Update sometimes requires you to reboot before installing updates, if you've previously installed other software.

A lot of apps, like 7-Zip or Firefox, don't require a reboot at all.

That said, if you install a major update (like a service pack or motherboard drivers) or a software package that installs one or more system services, you probably should still reboot before trying to install anything else.

link|flag
vote up 1 vote down

Basically it is the way JMD said.

As for a concrete recommendation: better safe than sorry. I always reboot in between, preferring a few lost minutes to a maybe much longer time of "suffering" afterwards, especially because it may not be clear that there are problems immediately after the reboot.

link|flag
vote up 0 vote down

You have to be aware of any dependencies among the two setup packages. Rebooting is the best practice otherwise.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.