Silent Installation of VLC on Window's 7
This sounds like it should be really simple and I have not had any issues with anything I've been setting up until now. VLC 2.2.6 will not silently install from the K2000. I can push it silently from the K1000 but i cannot push it from K2000 without user interaction. I use the /S command and that works just fine via command line locally on computer or from K1000. I have no idea why the /S is not working on the K2000. Does the same happen for anyone else? What can I do to get VLC to silently install?
Thanks in advance!!!
2 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
Desktop Jockey
7 years ago
Top Answer
If You zip it up with a batch file, then choose an Application Post install task. This is what I run:
@Echo Off
"%~dp0vlc-2.2.6-win32.exe" /L=1033 /S /NCRC
if exist "%public%\Desktop\VLC media player.lnk" del "%public%\Desktop\VLC media player.lnk" /S
vlc-2.2.6-win32.exe /S - cgsao 7 years ago