Archive: Detect Operating System


Detect Operating System
I need to only install certain files depending on the Operating System that it is being installed on. If the installer detects that it is Windows 2000 it should install one file. If it is Windows XP it should install a different file.

I can't find anything that shows how to do this. Can anyone help me out?


http://nsis.sourceforge.net/Version_plug-in


Or http://nsis.sourceforge.net/GetVersi...ndows)_plug-in

-Stu


Thanks. The Version plugin is exactly what I needed.