MSFN Forum: Unattended installation of flash and java for a total newbie - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unattended installation of flash and java for a total newbie Rate Topic: -----

#1 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 12 January 2012 - 02:23 AM

Im a total newbie when it comes to scripting.
But a need a way to roll out flash and java (and maybe other updates as well)
I have about 100 computer that often has to get update from flash and java.
At the moment im going around to each machine and installing it by hand. :(
It takes a couple of days, and the next week i have to start over.

Im looking for a easier way to do it.
Hopefully i can get to the point where i can update all computers from one computer, and spend time on more serious work.

I hope some can help me so i can learn this from the ground up, or link to some easy tutorials.


Thx :)


#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 January 2012 - 09:32 AM

You should easily be able to find the unattend switches for those programs in this forum using the search. As for how to manage all of the computers from one location... Are these computers in a workgroup or a domain?

#3 User is offline   TheWalrus 

  • N.W.O.
  • PipPipPipPipPip
  • Group: Members
  • Posts: 818
  • Joined: 11-August 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 January 2012 - 03:10 PM

Why exactly do you need to update them? I mean, are you ordered to do so?

Our customer has similar amount of computers and since the user never click on the "update available" icon, both of these are never updated at all. Well, everything works.




I am quite interested in this anyway, though. The only way I can think of would be via group policy. Quite simple actually.



#4 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 January 2012 - 09:53 PM

Group policy, WSUS, or SCCM will save your tennis shoes from the extra wear walking to each machine.

Or if the machines are configured so you can remotely administer them you could execute scripts (vbscript, powershell) remotely against all the machines to do this also.

@TheWalrus - the "why do you need to do this?" answer is the add-ons to your system are now the bigger targets than the OS and IE. Acrobat Reader, Java, Flash, etc, are accessible through every browser, some of the holes being patched in them are as bad or worse than the holes MS is patching in the OS.

#5 User is offline   5eraph 

  • Update Packrat
  • Group: Supreme Sponsor
  • Posts: 816
  • Joined: 04-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 12 January 2012 - 10:35 PM

"install_flash_player_ax_32bit.exe" -install -force

or

"install_flash_player_ax_64bit.exe" -install -force

x64 OSes do not need the 32-bit installer.

#6 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 13 January 2012 - 05:06 AM

thx for all the replies. :)

All the machines are in a workgroup.

I can find all the switches here in the forum.
But how do i push them out to the machines.?
I have been experiment with a batch file, and have the flash file, etc on one machines and then push them to all the other machines.
But i had to give it up, it never work the way i wanted to.
And that was years ago, so im more or less back to basic.

Do you guys use any special program to push out the files and install them.?

#7 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 January 2012 - 08:42 AM

What OSes are you dealing with? Are they all the same or multiple Windows OSes?

#8 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 17 January 2012 - 04:03 AM

Sorry for the late reply.

They are all win xp pro.

But with in 2 weeks we are getting 25 new win 7.

#9 User is offline   IcemanND 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,249
  • Joined: 24-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 January 2012 - 07:32 AM

Not knowing you environment and OS configurations/security standards in place it is hard to give recommendations.

But if your machines are connected to Active Directory you could use a GPO to push the software out.

You could use a script and PSEXEC (from Microsoft) to push the script to each machine if you have all the IP addresses or computer names and the firewall is configured for it.

If you have installed the latest version of Powershell on the machines and the firewall is configured for it you may be able to use remote powershell scripts to push the install out to the machines.

If you had SMS/SCCM you could push a package it out with that.

If you use a corporate WSUS server you can apply for a license with Adobe to distribute Acrobat, Flash, Air, and Shockwave, (free) which includes access to their update packages to distribute these updates via WSUS.

#10 User is offline   srgsng25 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 10-December 05

Posted 24 January 2012 - 03:11 PM

found this site it will build a custom download of the run-time stuff in a silent deploy packs it probably just downloads and installs www.ninite.com

i am using them for a few things like all the runtimes and a few other apps

#11 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2012 - 03:27 AM

View PostIcemanND, on 17 January 2012 - 07:32 AM, said:

Not knowing you environment and OS configurations/security standards in place it is hard to give recommendations.

But if your machines are connected to Active Directory you could use a GPO to push the software out.

You could use a script and PSEXEC (from Microsoft) to push the script to each machine if you have all the IP addresses or computer names and the firewall is configured for it.

If you have installed the latest version of Powershell on the machines and the firewall is configured for it you may be able to use remote powershell scripts to push the install out to the machines.

If you had SMS/SCCM you could push a package it out with that.

If you use a corporate WSUS server you can apply for a license with Adobe to distribute Acrobat, Flash, Air, and Shockwave, (free) which includes access to their update packages to distribute these updates via WSUS.



Well! things has change.!
currently we are on/in a workgroup with no server ( we have a old mandrake 9.2 that we use for a dhcp server.)
But now we have been told that we are going to join the local county IT department and get a fiber/domain/vdi solution, hopefully before summer.
So that changes a bit for us. So hopefully i wouldn't need to do any scripting at all. (i'm probably being naive :) )

#12 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2012 - 03:42 AM

View Postsrgsng25, on 24 January 2012 - 03:11 PM, said:

found this site it will build a custom download of the run-time stuff in a silent deploy packs it probably just downloads and installs www.ninite.com

i am using them for a few things like all the runtimes and a few other apps


wow, have should have known about this site years ago.
I think i was everything i was looking for. :)

#13 User is offline   denmyos 

  • Group: Members
  • Posts: 6
  • Joined: 12-January 12
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2012 - 05:55 AM

View Postsrgsng25, on 24 January 2012 - 03:11 PM, said:

found this site it will build a custom download of the run-time stuff in a silent deploy packs it probably just downloads and installs www.ninite.com

i am using them for a few things like all the runtimes and a few other apps


I have downloaded the NiniteOne.
2 thinks i already have problems with.
1)How do you login as a administrator on all machines at once, so you can update the app. It seems that you have to write the administrator password for every machine, everytime you wanna update a program.

2) Is it possible to shutdown a program remote (firefox) since firefox can't be updatet when its open. All of our machins starts up with FF and IE9 open as default.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy