Flash Installation Per System
We're trying to understand our options with installing Flash onto our Windows 7 systems. We normally take the .msi installer and import that into our software deployment server (Microsoft SCCM). We've been deploying Flash with SCCM and using the Per-system unattended option using this command
msiexec.exe /q ALLUSERS=2 /m MSIXJSCK /i "install_flash_player_11_active_x_64bit.msi"
I recently read an article that said you shouldn't install Flash for ALLUSERs or per system. It should be installed per user instead. This seems to make sense from what we're now seeing. Users are calling us saying they need to install Flash when they hit a web site that needs it. We look and see that Flash was already installed with the above command line.
Should we only deploy Flash per user and not per system?