Re: Flash and Java remote install
- From: watsamatta u <watsamattau@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 18:43:26 -0700
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
>
>
>
.
- References:
- Flash and Java remote install
- From: watsamatta u
- Re: Flash and Java remote install
- From: Steve Adams
- Flash and Java remote install
- Prev by Date: Re: Flash and Java remote install
- Next by Date: Modify Advertisement Text inside Balloon
- Previous by thread: Re: Flash and Java remote install
- Next by thread: Uninstall using Reg Key
- Index(es):
Relevant Pages
|
|