I cannot try this practically because I don't have Windows 7 to play around with, but I would think that it is possible
Assuming that the basic template of the OSDX would look like something like this
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Name of Connector</ShortName>
<Description>Description of Connector</Description>
<Url type="application/rss+xml" template="[RSS Search Feed URL]" />
</OpenSearchDescription>From what I found online, what you could do is, you can use symbolic link to add a network folder. For example, replacing a folder called DataFiles by a link with:
mklink /d "%userprofile%\DataFiles" \\172.16.1.1\DataFiles[/code]Code:
rd /S /Q "%userprofile%\DataFiles"mklink /d "%userprofile%\DataFiles" \\172.16.1.1\DataFilesYou can create a new symbolic link and add this new link into a library.
=====================================
Also, I think Aviraj might be in a better position to help as I was introduced to the concept during the new features of Windows 7 presentation by Ashwin in October 2009 when Aviraj elaborated on the OSDX file topic after someone in the audience wanted to know
Try it and let us know of the outcome
=====================================
Resources on Microsoft.com and MSDN1. Also download the Windows 7 Federated Search Provider Implementer’s Guide from Microsoft
http://www.microsoft.com/downloads/details.aspx?FamilyID=C709A596-A9E9-49E7-BCD4-319664929317&displaylang=en2. Federated Search in Windows at MSDN
http://msdn.microsoft.com/en-us/library/dd742958(VS.85).aspx