Commit 7d5b13c6 authored by Gildas Bazin's avatar Gildas Bazin

* install-win32: fixed the nsi script to not include the FAQ.
parent 05339fb9
...@@ -59,7 +59,6 @@ Section "Install" ...@@ -59,7 +59,6 @@ Section "Install"
File vlc.exe File vlc.exe
File *.txt File *.txt
File *.htm
File /r share File /r share
File /r plugins File /r plugins
...@@ -73,7 +72,6 @@ Section "Install" ...@@ -73,7 +72,6 @@ Section "Install"
"$INSTDIR\vlc.exe" "--intf skins" "$INSTDIR\vlc.exe" "--intf skins"
CreateShortCut "$SMPROGRAMS\VideoLAN\vlc (custom).lnk" \ CreateShortCut "$SMPROGRAMS\VideoLAN\vlc (custom).lnk" \
"$INSTDIR\vlc.exe" "$INSTDIR\vlc.exe"
CreateShortCut "$SMPROGRAMS\VideoLAN\FAQ.lnk" "$INSTDIR\FAQ.htm"
WriteRegStr HKLM \ WriteRegStr HKLM \
SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN \ SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VideoLAN \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment