Jump to content

Recommended Posts

Posted

So i have the distribution license and have been deployig 11.2, on our new T420s Lenovo laptops with the nvidia card we get the green bar on the top. If i manually disable hardware accelaration in flash settings it works fine. Is there a trigger for this during the silent install.

 

Currently using:

 

msiexec /i install_flash_player_11_active_x_64bit.msi /quiet

msiexec /i install_flash_player_11_active_x_32bit.msi /quiet

msiexec /i install_flash_player_11_plugin_64bit.msi /quiet

msiexec /i install_flash_player_11_plugin_32bit.msi /quiet

Posted

Your not going to be able to set something like that through the MSI. Give this a look at...

 

http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/flashplayer/pdfs/flash_player_11_3_admin_guide.pdf

 

You're probably going to have to create a custom mms.cfg file and use a script to copy said config and install Flash.

 

On another note, I have no idea why these settings aren't kept in the registry. If they were it would be trivial to write a custom ADM template to set them.

Posted

Also worth mentioning is that you don't need to deploy the 32-bit versions of Flash Player when using the 64-bit installers (it includes both).

 

msiexec /i install_flash_player_11_active_x_64bit.msi /qn
msiexec /i install_flash_player_11_plugin_64bit.msi /qn

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...