I found some problems with the Nullsoft installer script for Windows. The following options are set to default when they shouldn't be:
- ActiveX plugin
- Delete preferences and cache (isn't applied with the Full profile either)
To fix these problems I edited the vlc.win32.nsi in the following way:
[Line 560] Section /o $Name_Section04 SEC04 ; ActiveX option
[Line 626] Section /o $Name_Section08 SEC08 ; Delete preferences option
[Insert line 627] SectionIn 3 ; Add Delete preferences option to Full profile
I have checked vlc-1.0.1-win32 and vlc-1.0.2-git-20090830-0004-win32 and both have the same problem.