Re: Flash and Java remote install



Thanks Steve!

After I figure out what you've done, I hope to put this out late next week.
Thanks for the headstart and guidance!

Jim

"Steve Adams" wrote:

> I have done packages for both of these.
>
> You need to regsiter to download the flash & schokwave installer.
>
> http://www.macromedia.com/support/shockwave/info/licensing/
>
> You will then beable to download installer package.
>
> The package uses the command line:
>
> msiexec /i "mm_fl_sw_installer.msi" ALLUSERS=1 REBOOT=ReallySuppress
> /l*v %SYSTEMROOT%\mm_fl_sw_install.log /qb!
>
> The java install is slightly more complicated f you want to disable
> automatic updates.
>
> Download the java run time from:
>
> http://www.java.com/en/download/manual.jsp
>
> Cereate a batch file to install the runtime and apply a reg file:
> @Echo Off
> REM ---------------------------------------------------------
> REM Install Java Runtime 5.0 update 3
> REM ---------------------------------------------------------
> start /w jre-1_5_0_04-windows-i586-p.exe /s /v/qb!
>
> REM ---------------------------------------------------------
> REM Modify registry with CCC settings for Java Runtime.
> REM ---------------------------------------------------------
> start /w regedit /s .\CCCJ2SE5.reg
>
>
> The reg file I used has the following:
> Windows Registry Editor Version 5.00
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
> "EnableJavaUpdate"=dword:00000000
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-In\1.5.0_04]
> "HideSystemTrayIcon"=dword:00000001
> "UseJava2IExplorer"=dword:00000001
>
> Hope that helps
>
> "watsamatta u" <watsamattau@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:4BB1C11A-E6F7-4ECA-866F-E0105DE21E1C@xxxxxxxxxxxxxxxx
> > I've just started getting acquainted with SMS 2.0, so I'm dangerous. Our
> > office is needs to make sure the latest versions of Flash and Java runtime
> > have been installed on 50 selected desktop.
> >
> > I've looked on both Macromedia and Sun's website for unattended install
> > info
> > and queried several groups. I came up with nothing. Can anyone help with
> > other links to get me going?
> >
> > I'd like to push these installs out to a few IT boxes before I trigger a
> > mass extinction.
> >
> > Thanks
>
>
>
.



Relevant Pages

  • Re: autodl of JRE 1.5
    ... It is not your applet which is downloading the Java runtime. ... That's impossible, because the user doesn't have Java installed yet, so it cannot run the applet, and so it cannot find out from the applet that it should be downloading something. ... Rather what's going on is that you've written some HTML, and the browser is interpreting the HTML, and sees a reference to a plugin which it does not have a reference to, and so the browser downloads the plugin, all before the applet ever enters the picture. ... If I click refresh of the page, I am prompted once again to install the ...
    (comp.lang.java.help)
  • Re: Flash and Java remote install
    ... You need to regsiter to download the flash & schokwave installer. ... You will then beable to download installer package. ... The java install is slightly more complicated f you want to disable ... REM Modify registry with CCC settings for Java Runtime. ...
    (microsoft.public.sms.swdist)
  • Re: settings question
    ... You may need to download and install the Java runtime. ... You can get it from Sun's website. ... Colin Barnhorst ...
    (microsoft.public.windowsxp.basics)
  • Re: Installing apps after FBA / Finding necessary components
    ... Java runtime has to be installed post-FBA. ... "Sean Liming " wrote: ... Check out the books, articles, etc. at the links below... ... > The problem is that it doesn't install - obviously missing components. ...
    (microsoft.public.windowsxp.embedded)
  • Re: SP2/Java problems
    ... I kept getting this message "the java runtime ... Runtime environment. ... Then the manual install worked. ...
    (microsoft.public.windowsupdate)