My script "RealPlayer What Im Listening To" uses a dll that I made.. It is in the top level of the plsc file along with ScriptInfo.xml
ScriptInfo.xml is:
<ScriptInfo xmlns="urn:msgplus
cripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Information>
<Name>RealPlayer - What Im Listening To</Name>
<Description>Extracts the track and artist from the title of a RealPlayer window and sets it as what you are listening to</Description>
</Information>
<DotNetFiles>
<FileName>RealMSNDll.dll</FileName>
</DotNetFiles>
</ScriptInfo>
However, the dll is not registered automaticaly when the script is installed.
If I register it manualy then it works fine.
I am doing all this from an admin account so thats not the problem.
Any ideas about what the problem is? Does it work for anyone?