How to remove LEAD screen Capture Filter (2.0) Eval Notice?
Started by TTT at 05-02-2007 14:48. Topic has 17 replies.
|
|
05-02-2007, 14:48
|
TTT
Joined on 04-24-2007
Posts 1
|
How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
I have removed all evaluation version of the software from my laptop. But everytime my msn is up, there are a group of these pupops says "The evaluation period has expired. Please contact sales@leadtools.com to obtain a release version of the filter."
Please, please tell me how to remove it.
|
|
|
|
|
Report
|
|
|
|
05-03-2007, 9:38
|
GregR

Joined on 05-31-2006
In House
Posts 1,621
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
To unlock one of our filters or codecs, you must use DSKernel2::UnlockModule and pass in the appropriate serial number for the module you wish to unlock. If you do not know what serial number to use for the modules, you will need to contact sales@leadtools.com in order to get them.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-05-2007, 13:40
|
Skorpyo68
Joined on 06-05-2007
Posts 2
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
I also have the same problem, but i don't find any of the dll in my system.
In Task manager the windows of the notice lead to process of msnmsgr.exe (Live messenger).
If uninstall Live Messenger the notice disappear, if reinstall it the notice pop-up again.
I have Vista Premium installed and live messenger 8.1.
Can you help me? :(
(Sorry for my english)
|
|
|
|
|
Report
|
|
|
|
06-08-2007, 11:36
|
aceton
Joined on 06-08-2007
Posts 1
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
Hi,
I have the same problem and cant seem to find the dll too. Can someone pls advise ? thks !
cheers
|
|
|
|
|
Report
|
|
|
|
06-09-2007, 13:41
|
Skorpyo68
Joined on 06-05-2007
Posts 2
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
I have discovered that in Wizard for configura Audio & Video in Live Messenger is present in the combo box of webcam the "LEAD Screen Capture (2.0)". If I select it, the pop-up appear again.
Please help!!!!
I near to reformat my PC !!!! :S
|
|
|
|
|
Report
|
|
|
|
06-11-2007, 8:56
|
GregR

Joined on 05-31-2006
In House
Posts 1,621
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
The only way to remove this is to follow the manual uninstallation directions I mentioned above. If you cannot find the DLL, then you will need to use a tool such as Process Explorer to see exactly which DLLs are being used by your application. Process Explorer is freely available from http://www.microsoft.com/technet/sysinternals/utilities/ProcessExplorer.mspx . The LEADTOOLS filter DLLs will have prefixes such as LM, LMV and LMA. The "LEAD Screen Capture (2.0)" is LMScrCap2.dll or LMScrCapE.dll. These files are usually located in the C:\Windows\System32\ directory.
If you are a developer using the LEADTOOLS Multimedia Toolkit and are getting these messages even though you've purchased the toolkit, please see the very first response I made regarding the DSKernel2 object.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-13-2007, 15:45
|
GregR

Joined on 05-31-2006
In House
Posts 1,621
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
I tried installing MSN Messenger as well as the screen capture filter on my machiine but can't find any way to even use the filter. Please include the steps you are taking in MSN Messenger to recreate this problem.
Also, are you sure you are getting the message for the LEAD Screen Capture Filter or are you getting something else like one of our encoders or decoders?
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-14-2007, 11:14
|
GregR

Joined on 05-31-2006
In House
Posts 1,621
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
Attachment: screens.zip
|
 
 
|
|
|
I've never heard of VMSnap3.exe and can't find much on the web regarding it. Most pages are either people having problems with IE or Asian websites. My guess is that if you don't have a clue what it is, then it can be removed (most likely it's in your C:\Windows\System32\ directory). If you don't feel comfortable deleting it, then I would first rename it to something like VMSnap3.exe.bad to make sure it doesn't make other things go wrong. If other things stop working because they need it, then just rename it back.
Lastly, if you are completly certain that the actual filter DLL doesn't exist on your machine, then it was probably not unregistered before it was removed. Since it's in the registry, other programs THINK that the dll is still on the system, but I'm still surprised the pop-up would still appear. I didn't have a chance to test it since I can't reproduce your problem, but I would guess if you eradicate the screen filter's entries in the registry that your popup will not show up anymore because in the view of any application that might try to use the filter it's not there.
I don't usually like to suggest for people to manually edit their registry, so it really would be best if you were able to find the screen capture file and then unregister it with regsvr32.exe (instructions in an earlier post). However, if the file doesn't exist, then this is the only way:
1. **BACK UP** your registry. There are shareware utilities that allow you to do this easily. Search Download.com for such a utility. 2. Go to Start -> Run. 3. Enter in "regedit.exe" and click OK. 4. Search for "LEAD Screen Capture Filter (2.0)", it will likely show up in multiple places. You may even be able to find the name and location of the DLL this way as well, see attached screenshots 1 and 2. If you cannot find the file name and unregister it or the file doesn't
exist as specified in the registry then you will need to move onto step 5 and start deleting
entries. 5. Most likely, the root key of where you found LEAD Screen Capture Filter (2.0) will be named with a CLSID (see screenshot 3). You now need to search for and delete any registry entries that have this CLSID. When you search for it, make sure you remove the brackets.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-14-2007, 13:21
|
GregR

Joined on 05-31-2006
In House
Posts 1,621
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
Glad you found out where it was. Our primary focus is Developer toolkits, so Luidia must have used our tools for their application. If you are planning on keeping that software, you might want to contact their support department and see if you can get that problem fixed because they should be able to unlock that module so that it works with any other application and would keep you from getting that pop-up message.
As for MSN Live Messenger (or any other application), our filters and codecs are DirectShow compatible. That means that any application that can utilize DirectShow codecs and filters (such as Windows Media Player and apparently MSN messenger) can look in the registry for DirectShow codecs and filters and then try to use them. That's why if you remove it from the registry, it won't be used anymore because none of the applications can use it. For a more detailed reason, you'd need to contact Microsoft since they've built MSN Messenger.
Greg Ross LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|
06-25-2008, 11:46
|
ipevzner
Joined on 01-24-2006
Posts 19
|
Re: How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
 
 
|
|
|
Greg,
What flags I should use in the DSKernel2::UnlockModule method in order to unlock the module so it will remove the "eval message" from all the applications (Messenger, Skype, etc)?
Thank you.
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » General » How to remove LEAD screen Capture Filter (2.0) Eval Notice?
|
|
Copyright LEAD Technologies, Inc. 2008
