VideoLAN VLC media player
Version 1.1.4 Setup capture is easy with this application. Remember to add "--no-qt-privacy-ask --no-qt-updates-notif" in the shortcut before you compile. You should alsp consider the registry… Read More
I didn't see the vlc.win32.nsi file in the zip file for version 1.1, so I went the autoit route. This script will unclick the desktop icon and the file associations, and copy the vlcrc file. … Read More
Silent Installation: vlc-1.1.1-win32.exe /S Silent Deinstallation: %ProgramFiles%\VideoLAN\VLC\uninstall.exe /S No Updates: There are two ways to do it. Way 1: Download the vlc-1.1.1-win… Read More
adding this entry did CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" "--no-qt-privacy-ask --no-qt-updates-notif" will stop the shortcut from being associated with… Read More
In addition to sean c roberts entry. Also find the string: WriteRegStr HKCR "VLC$R0\shell\Open\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"' And change it to: WriteRegStr … Read More
The silent install switches you can code into the install using vlc.win32.nsi only change the icon under Programs but not the file associations. So if you double click on a file the first time… Read More
Install run: %~dp0vlc-0.9.9-win32.exe /L=1033 /S /NCRC 1033 = EN-us, 1036 = FR-fr, 1033 = dutch, 1044 = Norwegian, 1053 = SV-sv etc. To uninstall: %Programfiles%\VideoLAN\VLC\uninstall.exe /S … Read More
Also with this version the software is a "drag and drop" Project. Just insert the installation directory inside a WISE or Installshield project and your good to go. For further tuning you'll… Read More
To disable the autoupdate modify this line with the following parameters: CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" "$INSTDIR\vlc.exe" "--no-qt-privacy-ask --no-qt-update… Read More
To package VLC Media Player 1.0.1, make sure that you download NOT the executable, but the zipped version: http://www.videolan.org/mirror-geo.php?file=vlc/1.0.1/win32/vlc-1.0.1-win32.zip Also,… Read More
I tried this command line with VLC mediaplayer 1.0.0 and it still works fine. No major changes in the commands, i guess.... vlc-1.0.0-win32.exe /L=1044 /S /NCRC Read More
-== VLC media player 0.9.9 ==- Although the .exe installer does take a /S switch, there is not a nice way to control the shortcuts (e.g. remove desktop shortcut) without a 'delete' command som… Read More
REM Unattended VLC 0.9.x installation, with old version removal and browser plugins. REM Remove self-packaged VideoLAN 0.8.4a MSI %systemroot%\system32\MsiExec.exe /X{3F927A23-9913-4BBF-B70D-5… Read More
Download ZIP version with installer of VLC and edit vlc.win32.nsi file to not associate all MP3/avi to VLC (unless you want ALL) Then to install run: %~dp0vlc-0.9.9-win32.exe /L=1033 /S /NCRC … Read More
Use vlc-0.9.9-win32.exe /L=1033 /S for silent install using dutch language Read More
VLC, unlike most players, can play DVD without the need for a DVD codec installed. To make it the default add the following key to your package. Subkey: Hkey_Classes_Root\DVD\shell\play\comman… Read More
If you need to deselect certain file type associations when installing VLC silently, you need to download the ZIP version instead of the EXE installer, and do the following to rebuild the insta… Read More
I found this in the videolan forum "NSIS installers recognize /S for silent installation, /NCRC to suppress the CRC (verification) step, and /D=dir to specify the "output directory", which is … Read More
vlc-0.7.0-win32.exe /S Read More
- « Previous
- 1
- 2
- Next »