Hi,
I’m trying to deploy 'VLC Media Player' as an application with the OS when imaging computers using ‘Microsoft Deployment Toolkit’.
The install command I’m using is:
msiexec.exe /i "vlc-3.0.16-win64.msi" /quiet /norestart /qn
If I log into the imaged PC as the local administrator, VLC is there and opens straight away. However, as soon as I log in as a new/different user and open the desktop shortcut, VLC runs through its Windows installer automatically and then opens.
Is there something I need to do/tweak to get VLC to install for all users of the computer during deployment?
Thanks.