Page 1 of 1

silent installation with no desktop icons

Posted: 14 Feb 2018 19:05
by darkxerxes
Is there a way to do a silent install without creating a desktop icon? I can simply silent

Code: Select all

install vlc-3.0.0-win64.exe /S
and silent install just fine, but it seems there are very few switches??

Thanks

J

Re: silent installation with no desktop icons

Posted: 14 Feb 2018 20:51
by ken@techcampus
Why not just follow up with:

Code: Select all

cmd.exe /C del /F /Q "C:\Users\Public\Desktop\VLC media player**"
This is what I have used for years to remove the shortcuts after a silent install. You might want to use the exact shortcut name to be safe.