Jump to content

Recommended Posts

Posted

Hi all. Is there a basic noob gudie to installing software (flash, Java, ect) though group policley.

 

I just tired and i getting the message in the event viewer.

 

Software Installation encountered an unexpected error while reading from the MSI file \\khs-prime\Data\Apps\Flashplayer\install_flash_player_11_active_x.msi. The error was not serious enough to justify halting the operation. The following error was encountered: The operation completed successfully.

 

Am i doing this right?

Posted (edited)

probably try another msi that one might be less than 100% or an old version of flash interfered etc

 

basically it varies from program to program the deploy method is the same unless it requires an mst file in which case you select advanced and add it to the transforms tab

 

flash/shock work stock

 

java/acrobat "need" an mst if only to get rid off eula in case of acrobat or make active in ie/ff in the case of java

Edited by sted
  • Thanks 1
Posted
Would it be possible to make it a start up script?

 

Will play with it tomorrow

 

Yes but in a lot of cases it amounts to the same thing. A script that says msiexec /i somet.msi transforms=something.mst is the same as adding it to a gpo without easy removal

  • Thanks 1
Posted
Yes but in a lot of cases it amounts to the same thing. A script that says msiexec /i somet.msi transforms=something.mst is the same as adding it to a gpo without easy removal

 

This is a LOT more involved than that. The problem with Java and pushing it out through AD is it'll break itself when performing the uninstall of any previous versions. This VB script does a better job of uninstalling Java than the actual installer released by Oracle does. You're going to run into issues pushing out a Java MSI without running the cleanup script first, trust me.

Posted
This is a LOT more involved than that. The problem with Java and pushing it out through AD is it'll break itself when performing the uninstall of any previous versions. This VB script does a better job of uninstalling Java than the actual installer released by Oracle does. You're going to run into issues pushing out a Java MSI without running the cleanup script first, trust me.

 

I've had good luck with Java MSIs so far by doing forced removes from the GPO before adding the new version rather than doing it as an upgrade. This has worked quite well for many versions so far. I may just have been lucky though.

Posted
I've had good luck with Java MSIs so far by doing forced removes from the GPO before adding the new version rather than doing it as an upgrade. This has worked quite well for many versions so far. I may just have been lucky though.

 

Apart from one revision that needed a service stopped years ago thats my experience as well

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...