newpersn Posted September 13, 2012 Posted September 13, 2012 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?
sted Posted September 13, 2012 Posted September 13, 2012 (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 September 13, 2012 by sted 1
Duke5A Posted September 13, 2012 Posted September 13, 2012 Check this thread out for Java deployment: http://www.edugeek.net/forums/windows/91837-java-msi-deployment-fun.html FN-GM pointed me towards a MS script along with a few of his own tweaks that really make it painless. It's not pushed through AD though as an MSI deployment, instead it's deployed via start up script.
newpersn Posted September 13, 2012 Author Posted September 13, 2012 Would it be possible to make it a start up script? Will play with it tomorrow
sted Posted September 13, 2012 Posted September 13, 2012 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 1
newpersn Posted September 13, 2012 Author Posted September 13, 2012 Ok. Can i add more than 1 msi to install?
sted Posted September 14, 2012 Posted September 14, 2012 Yes you can have as many per policy as you want 1
Duke5A Posted September 14, 2012 Posted September 14, 2012 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.
SYNACK Posted September 14, 2012 Posted September 14, 2012 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.
sted Posted September 14, 2012 Posted September 14, 2012 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
ricki Posted September 16, 2012 Posted September 16, 2012 Look up your programs here Home | ITNinja and see if you can find what you want for each one. Richard
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