[vlc-devel] commit: win32 installer: fix some registry entries for win32 ( Derk-Jan Hartman )
Cristian Secară
orice at secarica.ro
Wed Oct 8 08:39:21 CEST 2008
On Wed, 8 Oct 2008 02:15:31 +0200 (CEST), git version control wrote:
> Have a look at the path
> HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command
> in the registry.
>
> In my registry under Vista 32 EN Business the value is
> C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1"
>
> Normally, it should read
> "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1"
>
> Windows Explorer accepts both variants but the first one causes
> problems when trying to call that command from self-written programs.
Strange that VLC was not alone.
On my WinXP SP3, other entries are like this:
PowerDVD
"C:\Program Files\CyberLink\PowerDVD\PowerDVD.exe" "%L"
QuickTimePlayer
C:\Program Files\QuickTime\QuickTimePlayer.exe "%1"
wmplayer (which is Windows Media Player 11)
C:\Program Files\Windows Media Player\wmplayer.exe /Play "%L"
Should we report these bugs to Apple and Microsoft ? :)
Cristi
--
Cristian Secară
http://www.secarica.ro/
More information about the vlc-devel
mailing list