MSFN Forum: Windows 7 Release Candidate (build 7100) ERROR - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 7 Release Candidate (build 7100) ERROR KB970789

#1 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 May 2009 - 07:17 AM

CRAP :realmad:

http://support.microsoft.com/kb/970789

In the English version of Windows 7 Release Candidate (build 7100) 32-bit Ultimate, the folder that is created as the root folder of the system drive (%SystemDrive%) is missing entries in its security descriptor. One effect of this problem is that standard users such as non-administrators cannot perform all operations to subfolders that are created directly under the root. Therefore, applications that reference folders under the root may not install successfully or may not uninstall successfully. Additionally, operations or applications that reference these folders may fail.

WORKAROUND
If you want to manually apply a fix that replicates the functionality of the hotfix, run the following command from an elevated command prompt:
Can't get it to paste right here

This post has been edited by maxXPsoft: 08 May 2009 - 07:22 AM



#2 User is offline   fizban2 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,900
  • Joined: 14-April 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 10:44 AM

this is why you should just go 64-bit ;)

#3 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 11:20 AM

View Postfizban2, on May 11 2009, 12:44 PM, said:

this is why you should just go 64-bit ;)

So let me get this straight, because of this error (which will be fixed in the final release) we have to move to 64 bit?

What if I they found that error with the 64 bit, does that mean that you would have moved to 32 bit?

Don't be ridiculous

Edit: only thing that sux about this update is it cannot be applied to an offline image, you have to manually do it but thats easy

This post has been edited by ricktendo64: 11 May 2009 - 11:23 AM


#4 User is offline   steven4554 

  • Member
  • PipPip
  • Group: Members
  • Posts: 210
  • Joined: 07-May 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 11:39 AM

Not really, you can download it from here.

This post has been edited by steven4554: 12 May 2009 - 02:31 PM


#5 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 11:58 AM

Quote

Note You cannot apply this hotfix offline. For information about how to apply this change to offline images, see the "Offline instructions" section later in this document.

This post has been edited by ricktendo64: 11 May 2009 - 11:58 AM


#6 User is offline   TheSickman 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 16-July 06

Posted 11 May 2009 - 02:21 PM

View Postricktendo64, on May 11 2009, 07:58 PM, said:

Quote

Note You cannot apply this hotfix offline. For information about how to apply this change to offline images, see the "Offline instructions" section later in this document.



Oops i already did the

Dism /image:C:\VISTAWORK\MOUNT\ /Add-Package /PackagePath:"C:\VISTAWORK\UPDATES\Win7RC\Windows6.1-KB970858-x86-RC.cab"


and it looks like its all fine

**EDIT**
but it isn't

This post has been edited by TheSickman: 11 May 2009 - 02:43 PM


#7 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 05:09 PM

Quote

Offline instructions
The following instructions apply to the technician who modifies images offline before deployment and before installing applications in the image.

Mount or apply the target image, and then run the following command from an elevated command prompt:
cacls <path to root dir on mounted wim> /S:D:PAI(A;;FA;;;BA)(A;OICIIO;GA;;;BA)(A;;FA;;;SY)(A;OICIIO;GA;;;SY)(A;OICI;0x1200a9;;;BU)(A;OICIIO;S
DGXGWGR;;;AU)(A;;LC;;;AU)
icacls <path to root drive on mounted wim> /setintegritylevel (OI)(NP)(IO)H

If you have to apply settings to any user-created folders off the root in the WIM image file, mount or apply the target image, and then run the following command from an elevated command prompt:
Cd <path to directory in the WIM that you want to apply changes to>
cacls <path to directory in the WIM that you want to apply changes to/S:D:AI


#8 User is offline   TheSickman 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 16-July 06

Posted 11 May 2009 - 10:38 PM

yah i noticed

so i guess its gunna be

DISM /image:C:\VISTAWORK\MOUNT\ /Remove-Package /PackageName:Package_for_KB970789~31bf3856ad364e35~x86~~6.1.1.1 /PackageName:Package_for_KB970789~31bf3856ad364e35~x86~~6.1.1.1


and don't put it in
saves me a lot of agony :D

This post has been edited by TheSickman: 11 May 2009 - 10:39 PM


#9 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 May 2009 - 11:12 PM

HMMMM I wonder:

If I use the command above to set the security attrib of my folder then I do a fresh install, I wonder if MU will pester me to install KB970789?

If somebody tries this with WAIK I would like to know...oh and please post the command you used because I am unsure what to make of this <path to root dir on mounted wim> and <path to root drive on mounted wim>

#10 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2009 - 07:23 AM

Quote

this is why you should just go 64-bit

64 for what?
what program on this planet do i need that only run's 64? Autocad, Rockwell, My Rock and Roll ain't on that list. This 32 Seven sings on my junky PC although I can go 64 also but why should I?
I d/l both and we have a year almost to play with this RC but I'll probably break before then and buy, Seven yes but Vista No

yeah since i posted that I been trying to figure it out myself
did do a workaround where when desk loads in Audituser I elevate a command prompt and run a cmd file. think thats correct

Quote

Offline instructions
The following instructions apply to the technician who modifies images offline before deployment and before installing applications in the image.

Mount or apply the target image, and then run the following command from an elevated command prompt:


now how do you get an elevated cmd prompt on the image, still toying with that

Attached File(s)

  • Attached File  RCfix.txt (218bytes)
    Number of downloads: 24


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy