Must I reboot after installing software when I know I need to install a 2nd package that requires reboot?

8

1

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?

Les

Posted 2009-11-18T19:19:13.020

Reputation: 279

Answers

13

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.

JMD

Posted 2009-11-18T19:19:13.020

Reputation: 4 427

3

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.

rob

Posted 2009-11-18T19:19:13.020

Reputation: 13 188

1

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.

Gerd Klima

Posted 2009-11-18T19:19:13.020

Reputation: 912

0

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

detj

Posted 2009-11-18T19:19:13.020

Reputation: 893