Setup custome deployment of Java Jre 1.5.0_11

(imported topic written by canekong)

I need assistance with setting a task or fixlet to perform a silent instal of Java Jre 1.5.0_11. Any assistance will be much appreciated?

Van

(imported comment written by BenKus)

Hi Van,

Do you know how to install it silently from the commandline?

Ben

(imported comment written by rkc91)

jre-1_5_0_11-windows-i586-p-s.exe /qn/norestart or u need to extract the mis and then push

rkc

(imported comment written by BenKus)

Hi rkc,

If you go to Wizards > Software Deployment Wizard in your BES Console, it should lead you through the process of installing this application. Let us know if you run into issues.

Ben

(imported comment written by rkc91)

thanks ben I was just replying to canekong.

(imported comment written by BenKus)

Oops… sorry rkc… I need to read the thread history better… maybe I should go to sleep a little earlier… =)

Ben

(imported comment written by jcochran197791)

I tried to create a custom install for this and it did not work. I receive an error stating the following: The content could not be imported… no diagnostic Message available. I have tried all three options as well. I tried to download it direct, tried the file and the folder option with no luck :frowning:

I am using the following command for a silent install is that the problem: jre-1_5_0_11-windows-i586-p.exe /s /v”/qn ADDLOCAL=ALL”

I need to get this working for deployment if someone could please advise!

Jessie

(imported comment written by jcochran197791)

jcochran1977

I tried to create a custom install for this and it did not work. I receive an error stating the following: The content could not be imported… no diagnostic Message available. I have tried all three options as well. I tried to download it direct, tried the file and the folder option with no luck :frowning:

I am using the following command for a silent install is that the problem: jre-1_5_0_11-windows-i586-p.exe /s /v”/qn ADDLOCAL=ALL”

I need to get this working for deployment if someone could please advise!

Jessie

I got it to let me create the deployment using the follow command for executing but it failed when deploying: Failed: wait __Download\jre-1_5_0_11-windows-i586-p-s.exe /qn/norestart

Please advise what i am doing wrong?

Thanks

(imported comment written by jcochran197791)

I was finally able to get this working. I took the quotes out of the above and it worked…

(imported comment written by jcochran197791)

I have a task set up that will install JRE-1_5_0_11 thru BigFix but our Kronos Admin would like to be sure that the application does not attempt to update they found a registry entry that will work but I am not sure how to add that to my task?

Here is what my task has:

download http://lzbv5402:52311/Uploads/676e1ce0f610d879f5bf7165d399844e8b9c3b8e/big21.tmp

continue if { (size of it = 15898554 and sha1 of it = “676e1ce0f610d879f5bf7165d399844e8b9c3b8e”) of file “big21.tmp” of folder “__Download”}

extract big21.tmp

wait __Download\jre-1_5_0_11-windows-i586-p.exe /s /v/qn ADDLOCAL=ALL

And here is what the registry entry is:

reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v SunJavaUpdateSched

Can someone please give me some advice?

Thanks,

(imported comment written by jessewk)

You can just add a regdelete command after the wait:

regdelete "

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

" “SunJavaUpdateSched”

(imported comment written by jcochran197791)

Thank you worked like a charm!!! Much appreciated! I had that in there but i didn’t have the quote right.