PDA

View Full Version : Version in DLL


Yathosho
27th April 2002, 21:43
it is not possible to query vis_avs.dll using nsis to check the installed version of avs. i was about to add this to my installer, since i get many emails from people asking me why the presets don't work. the problem is usually an old version of avs.

would be nice if i could use GetDLLVersion to check which version is installed. if the next version of the avs dll supports this, an empty result could still produce the message that it is NOT the latest.

also see this http://forums.winamp.com/showthread.php?s=&threadid=86100

thanks!

UnConeD
28th April 2002, 00:06
In the meantime, you can use the filesize as a check... the chance that two version of AVS have exactly the same DLL filesize is very small :).

Will add to the wishlist.