HopJokey Posted March 25, 2008 Posted March 25, 2008 Hi everyone, I am trying to write a simple script that determines when Indexing is completed by the Windows Desktop Search 3.0. The problem I am having is obtaining the object via ObjCreate(); it seems I am not inputting the correct classname for the "ISearchManager" class I am looking for. I have written VB and C++ application that work in connecting to the WDS 3.0 API ISearchManager interface but it would be a lot nicer if I could do it in AutoIt. Anyone have any thoughts on the class name? So far I have tried: "WindowsSearch.ISearchManager" "WindowsSearch.SearchManager" "Interop.MSNLNamespaceMgrLib.ISearchManager" "Interop.MSNLNamespaceMgrLib.SearchManager" "MSNLNamespaceMgrLib.ISearchManager" "MSNLNamespaceMgrLib.SearchManager" Thanks, C.
spudw2k Posted March 25, 2008 Posted March 25, 2008 Does this help at all? http://www.microsoft.com/technet/scriptcen...p/wdsearch.mspx Reveal hidden contents Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
HopJokey Posted March 25, 2008 Author Posted March 25, 2008 spudw2k said: Does this help at all? http://www.microsoft.com/technet/scriptcen...p/wdsearch.mspxThanks spud. I read through the article and it seems to be talking about scripting WDS 3.0 to find certain items using SQL syntax and ADO recordsets. Still no luck regarding how to get the WDS Indexing status from the ISearchManager interface using vbscript/AutoIT.
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