vikash (guest)
 |
| 03/11/2006 9:26 AM |
Quote
Reply
Alert
|
hello friends, i have a have experienced a unique prob in setting up sql server 2000.The following message is displayed "A previous program installation created a pending file operation on the installation machine.You must restart the computer before running setup" |
|
|
|
|
Chip Andrews (guest)
 |
| 03/11/2006 7:25 PM |
Quote
Reply
Alert
|
| Not to be obvious, but did you try rebooting? This is a common problem when a previous install is pending. |
|
|
|
|
vikash (guest)
 |
| 03/12/2006 1:28 AM |
Quote
Reply
Alert
|
| but, i encountered the same problem after rebooting again and again. |
|
|
|
|
Chip Andrews (guest)
 |
| 03/12/2006 12:54 PM |
Quote
Reply
Alert
|
Here's a googled solution:
Locate the following Windows NT registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
Delete any PendingFileRenameOperations values.
You may also need to check for pending file rename operations in the following registry keys:
HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnce HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx HKLM\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce |
|
|
|
|
Az (guest)
 |
| 11/19/2008 9:05 AM |
Quote
Reply
Alert
|
| Thanks a lot. the solution worked as a charm. Only doing the first step i.e. clearing pending file rename operations in SessionManager key solved the problem. |
|
|
|
|