Check if VLC is installed

后端 未结 2 900
再見小時候
再見小時候 2021-01-20 14:28

I\'m calling vlc from a C# app in order to play a video. I need a way to consistently check if VLC is installed. I\'ve tried checking registry keys, but they don\'t seem to

2条回答
  •  不思量自难忘°
    2021-01-20 14:47

    I ended up just checking HKLM\Software\VideoLAN\VLC\ on machines I could find it and giving the user an option in the settings to specify the path to VLC manually if it wasn't detected from that registry value.

提交回复
热议问题