* install-win32: fixed the nsi script to not include the FAQ.

This commit is contained in:
Gildas Bazin 2003-05-27 22:57:03 +00:00
parent 05339fb9b3
commit 7d5b13c664

View File

@ -59,7 +59,6 @@ Section "Install"
File vlc.exe
File *.txt
File *.htm
File /r share
File /r plugins
@ -73,7 +72,6 @@ Section "Install"
"$INSTDIR\vlc.exe" "--intf skins"
CreateShortCut "$SMPROGRAMS\VideoLAN\vlc (custom).lnk" \
"$INSTDIR\vlc.exe"
CreateShortCut "$SMPROGRAMS\VideoLAN\FAQ.lnk" "$INSTDIR\FAQ.htm"
WriteRegStr HKLM \
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN \