Re: Newbie Here-Installing Flash on 50 machines



I would call this as an advanced scripting project. As Marty indicates, it
can be done with WMI, but there are a lot of steps. The program to be
deployed must run in unattended mode. Also, you need a way to specify the
machines to deploy to, and handle cases where machines are off line. When I
have done this, I had to repeat the deployment several times to get all
computers. If there is not a way to tell if the machine has the deployment,
then it must be ok to run it repeatedly.

By coincidence I have been working on a VB app to deploy patches for a
product. I've been thinking of posting a simpler VBScript version on my web
site. However, a generic script really has no way to tell which computers
need the deployment, without a lot of work maintaining a database of
machines. If the script must be repeated because of computers not available,
either the program must be ok to run repeatedly, or the user must make sure
the deployment skips computers already updated. Also, a generic script
cannot know if the application being updated/patched is currently running,
which would probably cause problems.

My proposed script would deploy to computers in a group specified by the
user. You could modify group membership to skip computers as needed. I
should be able to post a script within a day. You would need to specify an
executable, command line switches, and a domain group of computer objects.

--
Richard
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net

"jgioia" <jgioia@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:50D6CAB3-067D-4856-8D67-CD86E65A376C@xxxxxxxxxxxxxxxx
Thanks Marty.

"Marty List" wrote:


It's not practical to push the install to remote machines. You need some
process to copy the install files to the remote machine, and then cause
the
setup to execute locally with silent/unattended command line switches.
So first
you need to decide how you will accomplish this (and check the results).

The cheapest, easiest, ugliest method is probably a tool like PsExec.exe
from
SysInternals. But it's primarily designed for command line tools, I've
never
installed software with it. Or you could script it with the WMI's
Win32_Process
class.

Will this be a one-time job for you, or are you needing a software
distribution
solution going forward? If you will be doing this again, or the number
of
machines will be increasing) you should probably invest the time to look
at
software distribution tools (like Microsoft SMS)


Q: Does Macromedia provide a Windows MSI installer that can be
distributed via
Microsoft SMS for Macromedia Flash Player within an Intranet?
A: Yes, Macromedia does provide a Windows MSI installer for the Flash
Player
distribution. Customers can license the Windows MSI installer by
selecting the
Flash Player only licensing option for Intranet distribution. Customers
will
then be sent a link to download the Windows MSI installer.
http://www.macromedia.com/licensing/distribution/


Other links that may be useful:

Macromedia Flash Player Support Center
http://www.macromedia.com/support/flashplayer/

How to uninstall the Macromedia Flash Player plug-in and ActiveX control
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14157



"jgioia" <jgioia@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BFB48A4C-8DBD-4333-B5B5-D78940A5C760@xxxxxxxxxxxxxxxx
I am very new to scripting but I am looking to install Flash on 50
machines,
is there a way to do this without having to touch all 50 machines?

Forgive my ignorance I have never done any scripting before, I am
trying to
look at ways to utilize manpower for a small understaffed school.

Thanks,
Joe





.



Relevant Pages

  • Re: Automating password change
    ... All the machines are set up differently from each other ... > use telnet, others I can rlogin or remsh, and still others I can ssh. ... it would not be practical to try to write a complex script ... > to write a simple script to wrap around passwd that would run on each ...
    (comp.unix.solaris)
  • Re: Automating password change
    ... All the machines are set up differently from each other ... > use telnet, others I can rlogin or remsh, and still others I can ssh. ... it would not be practical to try to write a complex script ... > to write a simple script to wrap around passwd that would run on each ...
    (comp.unix.shell)
  • Re: Joing computer script
    ... I have a site that has over 100 computers to join to the domain ... This script, as written, has to be run locally from the machine to be ... If you can connect to machines by hostname (you ... Set objComputer = ...
    (microsoft.public.scripting.vbscript)
  • Re: Win2000 Pro will not process logon script
    ... newer machines run the script and some of the older ones do not. ... I am not familar with the "slow link" policy. ...
    (microsoft.public.windows.server.active_directory)
  • Re: Win2000 Pro will not process logon script
    ... newer machines run the script and some of the older ones do not. ... I am not familar with the "slow link" policy. ...
    (microsoft.public.windows.server.active_directory)