Ok, so you are trying to delete the whole GPO and not just the package,
correct? It could be that package object itself is not allowing the GPO to
be deleted because of the permissions you set on it, even though you've
re-permissioned the GPC object using dsacls. Here is what I would do.
Following the KB article, you found the path to the GPO, which looks
something like this:
CN={10B2684E-019A-4461-AEC0-D4FFD71002A8},CN=Policies,CN=System,DC=test,DC=tld
(your GPO's GUID will be different of course).
Underneath that container, in ADSIEdit, you will see two sub-containers--one
called machine and the other called user. If the package that you deployed
was a per-computer package, then expand the machine sub-folder. If it was a
per-user package then expand the user sub-folder. Under the appropriate
folder, you will see another folder called Class Store, and then under that
folder you will see a Packages folder. Within that packages folder are one
or more packageRegistrationObjects which represent the applications that
you've deployed in that GPO. Hopefully, you only have one--the one that is
giving you problems. If not, then I would first delete any others if you
can. Once you get to the right object, right-click it and try to delete it.
My guess is that you can't. The next step is to right-click it and choose
Properties, then choose the security tab. You may get some message about not
having rights to view the object's security, but you should be able to click
the Advanced tab at the bottom. Once in the advanced view, click the Owner
tab and take ownership of the object. Once that's done, you should be able
to change the permissions of the object, so go back to the security tab and
add Domain Admins with Full Control. At which you should be able to delete
it (both the package and the GPO).
Let me know if that doesn't work.
Darren
--
Darren Mar-Elia
MS-MVP-Windows Server--Group Policy
Check out
http://www.gpoguy.com -- The Windows Group Policy Information Hub:
FAQs, Whitepapers and Utilities for all things Group Policy-related
Just Released! The new Windows Group Policy Guide from Microsoft Press!!!
Check it out at
http://www.microsoft.com/mspress/books/8763.asp