vinifera Posted August 28, 2015 Posted August 28, 2015 i copied some dll's from system32 directory into anotherbefore that i took ownership of real sys32 and now when i try to use regsvr32 to register simple dll i get this:
submix8c Posted August 28, 2015 Posted August 28, 2015 Nope, "ACLUI.DLL" won't because of that very error message. Read this.http://www.ewall.org/tech/msi/com-registration
vinifera Posted August 28, 2015 Author Posted August 28, 2015 (edited) oh lord this is such a bul***** thanks btw Edited August 28, 2015 by vinifera
submix8c Posted August 28, 2015 Posted August 28, 2015 YVW... in fact, it seems that getting that message won't hurt a bit. REGVR32 all of them - those that fly, OK, those that don't, no biggie, right?
vinifera Posted August 28, 2015 Author Posted August 28, 2015 regsvr is stupidi do regsvr32 *.*and it stops on 1st one and thats it
jaclaz Posted August 28, 2015 Posted August 28, 2015 Just in case: http://www.nirsoft.net/utils/registered_dll_view.html jaclaz
351837 Posted August 29, 2015 Posted August 29, 2015 Maybe will help. Right-click register/unregister dll. Windows Registry Editor Version 5.00; Register / unregister context menu .dll[HKEY_CLASSES_ROOT\.dll]"Content Type"="application/x-msdownload"@="dllfile"[HKEY_CLASSES_ROOT\dllfile]@="Application Extension"[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]@="regsvr32.exe \"%1\""[HKEY_CLASSES_ROOT\dllfile\Shell\UnRegister\command]@="regsvr32.exe /u \"%1\""
submix8c Posted August 29, 2015 Posted August 29, 2015 (edited) You can't do a "generic" run using anything but the "specific" name (one for each). No WildCards.Are you saying the NirSoft program doesn't work?Also, you *are* right-clicking CMD and/or the NirSoft program and using "Run As", right? (Note - No Win7 machine up-and-running ATM, so I can't test/verify.) edit - This (post above this one) http://www.msfn.org/board/topic/174375-problem-registering-dll/#entry1107099The first two should already exist. The last two are additional to allow for right-click. Edited August 29, 2015 by submix8c
vinifera Posted August 30, 2015 Author Posted August 30, 2015 @351837 thats what was already done... @ submix8cwildcards or not, I tried 1 by 1 alsonirsoft as said also throws error messageI don't have to do "run as" i have full ownership of folders (since they are copied and not direct in system32)and i am on admin acc
jaclaz Posted August 30, 2015 Posted August 30, 2015 But not all .dll need (or can) be registered through regsvr32, or if you prefer, if you use wildcards to re-register all .dll's in a system it is expeceted that you will have tens or hundreds of similar errors. Even on older MS OS (NT/9x/2k and XP) the re-registering all .dll's on a system resulted in several similar errors and since I believe 2K for some .dll's re-registering them does not "fully" create the proper Registry entries, that is one of the reasons why the Nirsoft tool can come handy, see this (only seemingly unrelated): http://reboot.pro/topic/3717-xpsp1-with-full-commandline-and-ntfs-below-10-mb/?p=154017 jaclaz
Kelsenellenelvian Posted August 30, 2015 Posted August 30, 2015 Yes not all dll files contain the reg information. Some of turn only contain part, none or even incorrect information.
submix8c Posted August 31, 2015 Posted August 31, 2015 ? I thought that was made clear in the info link I gave?Basically, if you get the error, fagedaboutit! Indeed, the one you specified does *not* work - anywhere!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now