Skip to content
⌘ NSIS Forum Archive

window media version check~

3 posts

sakura80#

window media version check~

hi~ ^__^

I'd like to know how could i set my script to detect the version of window media.

if it is window media 6.0 so that i could have a different installation program for each case.

Could someone help me out? 🤪
Vytautas#
I think that you could use the GetDLLVersion command to get the version info of "C:\Program Files\Windows Media Player\wmplayer.exe" also a posibility is to check the version from a registry entry if one for Windows Media Player version exists.

Although I think that GetDLLVersion is your best bet.

Vytautas 🙂