The Windows has an autoplay menu that pops-up at CD or DVD insertion (if not disabled).
At present, the language of that menu is not translated. More than that, the way it is set today means it is only a per-machine language string, not per-user as it should be.
This string is set at install time, the key name is "Action" and is located here
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayCDAudioOnArrival
and here
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayDVDMovieOnArrival
Other than that, the installer script appears to have a bug (?). The key name "DefaultIcon" located here
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\VLCPlayCDAudioOnArrival
is set to be
"C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file",0
whereas it should be
"C:\Program Files\VideoLAN\VLC\vlc.exe",0
Because of this, no VLC icon appears in the autoplay dialog.
In this case the "DefaultIcon" for DVD is ok, the problem is only with the CD.
This is what I mean:
Cristi