Jump to content

Need to deploy Flash Player 8......... options?


Recommended Posts

Posted

I want o depluy Flash player 8 to all domain computers. I have the msi file which is (install_flash_player_active_x.msi)

The switch i was going to use to install silently is 'install_flash_player_active_x.msi /qb but i am not sure which is the best option to get it to run.

 

I was wondering if you had any advice or a sample vbscript or .bat file which you use.

 

Am i correct in thinking i need to run it on the Copmuter settings>start up script section of GPO?

 

Thanks

Posted

As long as the .msi runs as a silent/non-interactive install, the software deployment group policy will do the rest. If it doesn't, you need to repackage it so that it does. You can test it using the following command line:

msiexec.exe /i \install_flash_player_active_x.msi /qn+

Replace with the path to the .msi. This will run the install without any user interface and pop up a box when it has finished, so that you know it ran correctly.

If you still want to use a script for deployment, replace /qn+ with /qn to get a completely silent install.

I found a full list of msiexec command line switches in the Micro$oft knowledge base- article no 227091.

Also, I recommend http://www.appdeploy.com for info about application packaging and deployment in general- it has masses of info.

Good luck.

Posted

1 - You should never attempt to (or really need to) repackage a decent MSI file. It is possible, but 99% of the time it's not necessary.

 

2 - You don't need to supply any switches. If you assign the software to PCs, the install will automatically be silent.

 

3 - If you need to customize the installation (you don't for the Flash MSI. I use it myself and it just works), then you would use something like Install Tailor from Wise, or ORCA, to produce a transform file (.MST) which customizes certain properties.

 

Having said all of that, there are SOME Windows Installer format files which have custom actions that require user input (thanks a lot RM), but these can often be disabled by producing a transform file which modifies the InstallExecuteSequence.

Posted

I think free4440273 (you're not a number, you're a name I'm sure) is right. But most of the time using GPSI will work too. Of course the other option is to use a network share and put the flash installer inside and do it manually (yuck- it's not nice).

 

I prefer the idea of making a master image and then using ghost to take it up and push it out afterwards (or RIS).

 

Paul :-)

Posted

@free4440273: Ghosting is 'evil' and only for stoopid peepul :D (sorry, couldn't help myself)

 

also,

 

Maybe, just maybe all his machines are not exactly the same???!?!? or don't have the same software...

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