Archive: HKLM_Component


HKLM_Component
i have been making portable apps. for myself since last year and have ran into HKLM\Component many times.

But today.. when trying to portabilize MediaFire Express, Mediafire's uploader, im not able to delete this key. I've even implemented PsExec w/ no success.

i've even tried to manually delete it with RunAsSystem, w/ no success.

i looked in permissions, and System has full rights for reading/writing.

anyone know why i get 'access denied' for this key?
and if anyone knows off hand.. what this key is used for.

through my Googling.. i believe it's related to Windows Update.. but i can't see what that would have to do with Mediafire.

thanks in advance.

F.Y.I
OS: Win7


i am sure you will find a way for your illegal stuff ;)


Sometimes the case is not in permissions if it is connected with registry. And sometimes it is possible to remove branch which contains your irremovable one.


Originally posted by Brummelchen
i am sure you will find a way for your illegal stuff ;)
illegal?
do you even know what MediaFire Express is? lol

Applications/Setup should only modify HKLM\Software\MyApplication , HKLM\Software\Classes\.myfiletype , HKLM\Software\Classes\myprogid , HKLM\Software\Clients\*type*\MyApp and HKLM\Software\Microsoft\...\Uninstall\MyApp (This list is probably not complete but you get my point). If you need to modify other keys you are probably doing something wrong or stupid.

If you can point us to some official MSDN/TechNet documentation for this key we might be able to help...