It's happened to everybody at some point-you go to install a new application, 
and Windows tells you to reboot first. Or reboot after. Or it asks you to close 
out of every other application first. Why does it do that?

I'll explain exactly why Windows can be so irritating with all this rebooting, 
and hopefully give you a better perspective into why things work this way.

So Why Are Installers Annoying?
The short answer is that most installers are annoying because they either 
aren't written very well, or they integrate too deep into Windows to be able to 
copy system files and start everything necessary without a reboot. 

The problem is compounded because Windows applications often use DLL (dynamic 
link library) files that are shared between more than one application. It's a 
nice idea, but when it comes to installing and uninstalling applications it can 
be irritating to need to reboot. The really sad thing is that many applications 
these days are completely self-contained and aren't replacing built-in Windows 
DLLs, but their installers still make you reboot.

Here's a couple of instances where installers might be annoying:

  a.. If the application you're installing needs to copy new versions of files 
that are currently in use by another application, it will either prompt you to 
close all other applications, or it will make you reboot. 
  b.. If there's a previous installation or Windows Update that has pending 
changes requiring a reboot, some installations will fail and ask you to reboot 
first.
  c.. If the application you are installing has a plugin for another 
application, like an Explorer context menu addition, or a browser plugin, it 
will prompt you to reboot or close the other applications.
  d.. Sometimes badly written installers will ask you to reboot because they 
don't start up the required services on their own. 
Let's take a closer look at some of these instances, so you can fully 
understand what's going on.

In-Use Files Need to be Copied on Reboot
If the application installer needs to copy some files but they are currently 
being used, or are system files in the case of Windows Update, it will utilize 
a Pending feature in Windows that allows an installer to specify that a file 
operation happens after a reboot, and before everything in Windows has started 
up.

The installer will write a key to the following location in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
\PendingFileRenameOperations 

If you've received an error saying that you need to reboot first, you can open 
up this key and you'll see all of the files that need to be replaced on the 
next reboot.

You probably do not want to mess with the contents of this key, or else things 
will quickly start to become weird. There are some very rare instances where 
this key doesn't get emptied even after multiple reboots, and you might have to 
wipe the contents of the key-but you should probably avoid doing that unless 
you are very certain.

Installation Already In Progress
Some installers won't start up if there's a current installation in progress, 
so they will check the following key to see if there's an installation already 
happening:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress

Windows Update Makes You Reboot
If you're getting a message saying that you can't install an application until 
you restart your computer, it's because of Windows Update requiring a forced 
reboot.

If you head into the registry, you'll see that there's a RebootRequired key at 
this location in the registry:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\WindowsUpdate\Auto Update

There's a whole bunch of GUID values over on the right-hand side, and while 
they don't pertain to anything in the registry, the fact that they are there is 
what is triggering that message.

Technically you could probably export the contents of the key, install the 
application, and then put them back-but it could break something, and rebooting 
isn't that painful is it?



Warm Regards
MohammadWaseemKhan
Land: 01165154282
Mob: 9213749272
Emails
bestmu...@gmail.com,
mohammadwase...@gmail.com,
mohammadwaseemk...@yahoo.com.
MSN: mr.waseemk...@hotmail.com
Skype: sweetboy250
To unsubscribe send a message to accessindia-requ...@accessindia.org.in with 
the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
  http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in

Reply via email to