agarabaghi Posted June 6, 2012 Posted June 6, 2012 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
Duke5A Posted June 8, 2012 Posted June 8, 2012 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.
Arthur Posted June 8, 2012 Posted June 8, 2012 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
Arthur Posted June 8, 2012 Posted June 8, 2012 we get the green bar on the top. Have you tried updating your graphics drivers to the latest available? Optimus drivers can be downloaded directly from nVidia.
ITtech35 Posted June 15, 2012 Posted June 15, 2012 Where is the config file by default i want to change it
agarabaghi Posted June 15, 2012 Author Posted June 15, 2012 It was the nvidia drivers. Issue is resolved.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now