Archive: Does NSIS installer can handle install with version comparision


Does NSIS installer can handle install with version comparision
Hi Exports,

Can anyone let me know how NSIS handle install a newer version dll file very easily?

Does File function have option on Version Checking?

Thanks

moved to NSIS forum, nothing to do with Winamp Tech Support - DrO


Try GetDllVersion


I think you are looking for Library.nsh which is included with NSIS.
http://nsis.sourceforge.net/Docs/AppendixB.html#B

-Stu