/build/static/layout/Breadcrumb_cap_w.png

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
  • How is your post-install task configured? - chucksteel 6 years ago
  • This is what i did on the post-install task. It worked in normal command line and with other applications, just not this one.
    vlc-2.2.6-win32.exe /S - cgsao 6 years ago

Answers (1)

Answer Summary:
Posted by: Desktop Jockey 6 years ago
Second Degree Green Belt
0

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

Comments:
  • Thanks! Going to give that a shot, i never thought about zipping a bat file with the installer. Thanks for sharing that - cgsao 6 years ago
    • Just updating my response. Your script did work for me. Thank you for sharing it. - cgsao 6 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ