Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error: 80070005 (not NTFS system, Admin and System Permissions OK.

Reply
Thread Tools Display Modes

Error: 80070005 (not NTFS system, Admin and System Permissions OK.

 
 
Robertsz
Guest
Posts: n/a

 
      08-28-2004
When i thought my PC had downloaded service pack 2 and when I install
received the following message screens:
"Inspecting your current configuration"
Details:
..... "Performing inventory" - Done
..... "Checking product key" - Copy Error

"Setup cannot copy the file branches.inf"
(Retry, Cancel, Browse)
but in the "Copy files location" is branches.inf OK, I see! (626 byte), but
the Retry key not working.
When I press the Cancel key - -> Access is denied.
Error Code: 80070005

Tried re-installing , get same error message every time.
Can anyone please advise me?

Best Regards

Robertsz


 
Reply With Quote
 
 
 
 
Sudheer GN [MSFT]
Guest
Posts: n/a

 
      08-29-2004
Hi,
Please check the attributes on C:\windows\inf\branches.inf and remove
read-only and hidden attributes on the file (if they are present)
This can be accomplished by running the following commands in a command
prompt (open command prompt by typing "cmd" in Start->Run)

attrib %windir%\inf\branches.inf
shows the attributes on the file
attrib -H -R %windir%\inf\branches.inf
removes the hidden and read-only attributes on the file

Now try the install again.
Please let us know if this fixes the problem

--
Sudheer GN
Microsoft, BITS

This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Robertsz" <> wrote in message
news:A30EBC87-DBEA-44FE-B243-...
> When i thought my PC had downloaded service pack 2 and when I install
> received the following message screens:
> "Inspecting your current configuration"
> Details:
> .... "Performing inventory" - Done
> .... "Checking product key" - Copy Error
>
> "Setup cannot copy the file branches.inf"
> (Retry, Cancel, Browse)
> but in the "Copy files location" is branches.inf OK, I see! (626 byte),
> but
> the Retry key not working.
> When I press the Cancel key - -> Access is denied.
> Error Code: 80070005
>
> Tried re-installing , get same error message every time.
> Can anyone please advise me?
>
> Best Regards
>
> Robertsz
>
>



 
Reply With Quote
 
Sudheer GN [MSFT]
Guest
Posts: n/a

 
      09-01-2004
Hi,
Can you please send me c:\windows\svcpack.log and
c:\windows\WindowsUpdate.log (no space) via email
(please remove online from my email address to get the correct email
address)


--
Sudheer GN
Microsoft, BITS

This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm


"Robertsz" <> wrote in message
news2F5F412-B1EA-4468-AB4B-...
> Hi,
> Thanks your answer.
> My branches.inf is only "archive" attribute set.
>
> Best Regards
> Robertsz
>
> "Sudheer GN [MSFT]" wrote:
>
>> Hi,
>> Please check the attributes on C:\windows\inf\branches.inf and remove
>> read-only and hidden attributes on the file (if they are present)
>> This can be accomplished by running the following commands in a command
>> prompt (open command prompt by typing "cmd" in Start->Run)
>>
>> attrib %windir%\inf\branches.inf
>> shows the attributes on the file
>> attrib -H -R %windir%\inf\branches.inf
>> removes the hidden and read-only attributes on the file
>>
>> Now try the install again.
>> Please let us know if this fixes the problem
>>
>> --
>> Sudheer GN
>> Microsoft, BITS
>>
>> This posting is provided "As Is" with no warranties, and confers no
>> rights.
>> Use of included script samples are subject to the terms specified at
>> http://www.microsoft.com/info/cpyright.htm
>>
>>
>> "Robertsz" <> wrote in message
>> news:A30EBC87-DBEA-44FE-B243-...
>> > When i thought my PC had downloaded service pack 2 and when I install
>> > received the following message screens:
>> > "Inspecting your current configuration"
>> > Details:
>> > .... "Performing inventory" - Done
>> > .... "Checking product key" - Copy Error
>> >
>> > "Setup cannot copy the file branches.inf"
>> > (Retry, Cancel, Browse)
>> > but in the "Copy files location" is branches.inf OK, I see! (626
>> > byte),
>> > but
>> > the Retry key not working.
>> > When I press the Cancel key - -> Access is denied.
>> > Error Code: 80070005
>> >
>> > Tried re-installing , get same error message every time.
>> > Can anyone please advise me?
>> >
>> > Best Regards
>> >
>> > Robertsz
>> >
>> >

>>
>>
>>



 
Reply With Quote
 
Sudheer GN [MSFT]
Guest
Posts: n/a

 
      09-03-2004
Hi,
I investigated this problem via email and the problem on Robert's machine
was that C:\windows\inf\branches.inf had read-only attribute set.
This was preventing XPSP2 install from copying the branches.inf file
To fix the problem, open a command-prompt (Start->Run and type "cmd")
and run the command
attrib -R -H %windir%\inf\branches.inf

Then retry the install.

This worked for Robert.

This problem/solution is applicable for any Windows update released after
July 2004, and not just XPSP2.

--
Sudheer GN
Microsoft, BITS

This posting is provided "As Is" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm



"Robertsz" <> wrote in message
news:4C11E20F-E8E3-4A50-B5B0-...
> Hi,
> Thank you.
> I send some minutes ago.
>
> Best Regards:
> Robertsz
>
> "Sudheer GN [MSFT]" wrote:
>
>> Hi,
>> Can you please send me c:\windows\svcpack.log and
>> c:\windows\WindowsUpdate.log (no space) via email
>> (please remove online from my email address to get the correct email
>> address)
>>
>>
>> --
>> Sudheer GN
>> Microsoft, BITS
>>
>> This posting is provided "As Is" with no warranties, and confers no
>> rights.
>> Use of included script samples are subject to the terms specified at
>> http://www.microsoft.com/info/cpyright.htm
>>
>>
>> "Robertsz" <> wrote in message
>> news2F5F412-B1EA-4468-AB4B-...
>> > Hi,
>> > Thanks your answer.
>> > My branches.inf is only "archive" attribute set.
>> >
>> > Best Regards
>> > Robertsz
>> >
>> > "Sudheer GN [MSFT]" wrote:
>> >
>> >> Hi,
>> >> Please check the attributes on C:\windows\inf\branches.inf and remove
>> >> read-only and hidden attributes on the file (if they are present)
>> >> This can be accomplished by running the following commands in a
>> >> command
>> >> prompt (open command prompt by typing "cmd" in Start->Run)
>> >>
>> >> attrib %windir%\inf\branches.inf
>> >> shows the attributes on the file
>> >> attrib -H -R %windir%\inf\branches.inf
>> >> removes the hidden and read-only attributes on the file
>> >>
>> >> Now try the install again.
>> >> Please let us know if this fixes the problem
>> >>
>> >> --
>> >> Sudheer GN
>> >> Microsoft, BITS
>> >>
>> >> This posting is provided "As Is" with no warranties, and confers no
>> >> rights.
>> >> Use of included script samples are subject to the terms specified at
>> >> http://www.microsoft.com/info/cpyright.htm
>> >>
>> >>
>> >> "Robertsz" <> wrote in message
>> >> news:A30EBC87-DBEA-44FE-B243-...
>> >> > When i thought my PC had downloaded service pack 2 and when I
>> >> > install
>> >> > received the following message screens:
>> >> > "Inspecting your current configuration"
>> >> > Details:
>> >> > .... "Performing inventory" - Done
>> >> > .... "Checking product key" - Copy Error
>> >> >
>> >> > "Setup cannot copy the file branches.inf"
>> >> > (Retry, Cancel, Browse)
>> >> > but in the "Copy files location" is branches.inf OK, I see! (626
>> >> > byte),
>> >> > but
>> >> > the Retry key not working.
>> >> > When I press the Cancel key - -> Access is denied.
>> >> > Error Code: 80070005
>> >> >
>> >> > Tried re-installing , get same error message every time.
>> >> > Can anyone please advise me?
>> >> >
>> >> > Best Regards
>> >> >
>> >> > Robertsz
>> >> >
>> >> >
>> >>
>> >>
>> >>

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Problem with NTFS file system mhavlat Windows Vista Installation 2 04-05-2008 11:26 PM
2nd HDD will not format with NTFS system Mikenn Windows Vista Hardware 2 11-01-2007 07:39 PM
Is there any event present for NTFS file system extension ? pankaj Windows Vista Drivers 2 09-06-2007 06:04 AM
NTFS Permissions on System Folders in Vista Todd Bowlsby Windows Vista General Discussion 10 07-12-2007 04:32 AM
need to convert fat32 to ntfs to backup system. Fails. edo Windows Vista File Management 1 06-22-2006 03:39 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59