RyanVM.net Discussion Board Forum Index RyanVM.net Discussion Board

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[NEW!] JRE7u13 x86 with x64 installer
Goto page 1, 2, 3 ... 13, 14, 15  Next
 
Post new topic   Reply to topic    RyanVM.net Discussion Board Forum Index -> Switchless Installer Discussion -> Switchless Installer Releases
View previous topic :: View next topic  
Author Message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Tue Dec 12, 2006 2:32 am    Post subject: [NEW!] JRE7u13 x86 with x64 installer Reply with quote

NOW Includes Both architectures!!! (Runs fully silent will autochoose arc for you!)

With the help of several forum members this addon now does the following:

Disables the Java Quick Start utility
PLUS insted of installing JRE as a seperate version it will now update the existing installation!!! (I always HATED that part)


Switches used:
Code:
/qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /norestart


This is the config entry:

Code:


;!@Install@!UTF-8!
GUIMode="2"
MiscFlags="4"
RunProgram="x64:jrex64.msi /qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /norestart"
RunProgram="jrex86.msi /qn ADDLOCAL=ALL IEXPLORER=1 MOZILLA=1 SYSTRAY=0 JAVAUPDATE=0 JU=0 AUTOUPDATECHECK=0 /norestart"
RunProgram="x64:hidcon:\"%programfiles(x86)%\\Java\\jre7\\bin\\jqs.exe\" -unregister"
RunProgram="x86:hidcon:\"%programfiles%\\Java\\jre7\\bin\\jqs.exe\" -unregister"
;!@InstallEnd@!



"How did I get the .msi and related files?"

Run the bare installer and after it extracts, but before you agree to install, goto the %appdata% dir then back one dir and into the appdata\locallow\sun\*** then you will find the .msi and files in there.

Once you get there run this command:

msiexec.exe /a jre***.msi targetdir=%homedrive%\Admin /qb (Note you MUST create the Admin dir at the root of c: first.)

Then 7zip up the files\folders in the admin folder...

NOW FOR THE INSTALLER!!!

=======================================

Java 7 update 13 dual installer



....

Size = 39.5 megs



File: Java7u13_Dual.exe
CRC-32: 31e6a203
MD4: 80ae01a4c6fe00c9f1113035c0d6d878
MD5: 998cd7d1e654d63b0ef986300c3b9ea0
SHA-1: f73deba154b5f71cfa358bf7e3225e04697b833c



Sorry no addon no more it is way too easy for you to make an entries file for yourself.

Plus the integrator takes switchless installers now....
_________________

Please donate to Kelsenellenelvian


Last edited by Kelsenellenelvian on Thu Feb 07, 2013 4:35 am
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
dkrus



Joined: 21 Jun 2006
Posts: 372

PostPosted: Tue Dec 12, 2006 3:45 am    Post subject: Reply with quote

Thanks Very Happy
Back to top
View user's profile Send private message
MrNxDmX
Moderator


Joined: 03 Jan 2005
Posts: 3112

PostPosted: Tue Dec 12, 2006 10:47 am    Post subject: Reply with quote

Thanks Smile
Back to top
View user's profile Send private message
ScOOt3r



Joined: 15 May 2006
Posts: 262
Location: Vancouver 2010 Olympics!

PostPosted: Tue Dec 12, 2006 11:00 am    Post subject: Reply with quote

Thanks Kel this will be good to finally have.


Nice work


ScOOt3r!
_________________
Go Canada Go!
Back to top
View user's profile Send private message
newsposter



Joined: 14 Sep 2005
Posts: 1131

PostPosted: Tue Dec 12, 2006 11:41 am    Post subject: Reply with quote

remember that it's a beta release from Sun.....
Back to top
View user's profile Send private message
5eraph
Moderator


Joined: 05 Jul 2005
Posts: 3694
Location: Riverview, MI USA

PostPosted: Tue Dec 12, 2006 11:46 am    Post subject: Reply with quote

Thanks, Kel. Smile

Working well from SVCPACK. But, when loading a page that uses the Java plugin in IE7 or FF2.0, a popup is displayed in the notification area where previous silent versions did not. This occurs regardless of when the installer is run.

I don't see where Sun says it's a beta release, newsposter...
Back to top
View user's profile Send private message
Shark007



Joined: 24 Nov 2004
Posts: 326

PostPosted: Wed Dec 13, 2006 2:43 pm    Post subject: Reply with quote

5eraph wrote:
a popup is displayed in the notification area where previous silent versions did not.
This occurs regardless of when the installer is run.

I haven't checked, but if Kel uses msistub.exe to launch the msi you can add switches after the exe just like after an msi.

To rid yourself of the popup in the notifiation area:
jre6.exe SYSTRAY=0

Note, this will only work if he used msistub.exe to launch the msi.

also note, using external switches will override internal ones.
example; jre6.exe /qr will override the /qn switch used in the installer.

shark
_________________
Shark's file Repository
Back to top
View user's profile Send private message
5eraph
Moderator


Joined: 05 Jul 2005
Posts: 3694
Location: Riverview, MI USA

PostPosted: Wed Dec 13, 2006 2:50 pm    Post subject: Reply with quote

Shark007 wrote:
...if Kel uses msistub.exe to launch the msi...

He does, and thank you. Smile
Back to top
View user's profile Send private message
greenonx



Joined: 17 Sep 2006
Posts: 163
Location: SurKentli

PostPosted: Wed Dec 13, 2006 5:38 pm    Post subject: Reply with quote

thanks, Wink
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Dec 13, 2006 6:40 pm    Post subject: Reply with quote

Shark007 wrote:
5eraph wrote:
a popup is displayed in the notification area where previous silent versions did not. This occurs regardless of when the installer is run.

I haven't checked, but if Kel uses msistub.exe to launch the msi you can add switches after the exe just like after an msi.

To rid yourself of the popup in the notifiation area:
jre6.exe SYSTRAY=0

Note, this will only work if he used msistub.exe to launch the msi.

also note, using external switches will override internal ones.
example; jre6.exe /qr will override the /qn switch used in the installer.

shark


Woohoo I didn't know about that switch thanks...
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
ricktendo64



Joined: 21 May 2006
Posts: 3012
Location: Honduras

PostPosted: Wed Dec 13, 2006 7:01 pm    Post subject: Reply with quote

Thanks Shrark007
_________________

Will also accept any old PC hardware donations
Back to top
View user's profile Send private message
Shark007



Joined: 24 Nov 2004
Posts: 326

PostPosted: Wed Dec 13, 2006 8:13 pm    Post subject: Reply with quote

Kelsenellenelvian wrote:
Woohoo I didn't know about that switch thanks...


well Kel, there is more.

JAVAUPDATE=0 on its own WILL NOT disable the updater.
JU=0 must also be set.

Another available switch to accept the eula.
EULA=1 <-- I can't find current documetation on this one. Past doc's state this setting '1' will pop up the eula on 1st use. (the default setting is 0) Actual testing will be required to determine its exact function. I suggest ignoring it unless users are reporting the need to deal with an EULA. tough to test on systems already in use. Need a clean install. i don't have the time.

Then there is the java update scheduler that gets placed into the run key in the registry on 1st use. This one cant be disabled with a switch or msi edit. You need to import a regfile after installation to accomplish this.

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
"EnableJavaUpdate"=dword:00000000
"PromptAutoUpdateCheck"=-


shark
_________________
Shark's file Repository


Last edited by Shark007 on Wed Dec 13, 2006 10:36 pm
Back to top
View user's profile Send private message
Sm0ker



Joined: 03 Jan 2005
Posts: 107
Location: UK

PostPosted: Wed Dec 13, 2006 9:51 pm    Post subject: Reply with quote

shark can you add to your java reg tweak the following to disable the Systray icon

"HideSystemTrayIcon"=dword:00000001

Ta
Sm0ker
Back to top
View user's profile Send private message MSN Messenger
Shark007



Joined: 24 Nov 2004
Posts: 326

PostPosted: Wed Dec 13, 2006 9:59 pm    Post subject: Reply with quote

Sm0ker wrote:
shark can you add to your java reg tweak the following to disable the Systray icon

"HideSystemTrayIcon"=dword:00000001

Ta
Sm0ker


Shark007 wrote:
To rid yourself of the popup in the notifiation area:
jre6.exe SYSTRAY=0

Note, this will only work if he used msistub.exe to launch the msi.

also note, using external switches will override internal ones.
example; jre6.exe /qr will override the /qn switch used in the installer.

shark


but i'm guessing Kel will release an update and take care of that.

I've released my own version, but mine is just the JRE, Kel's is a full install.


shark
_________________
Shark's file Repository
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Dec 13, 2006 10:26 pm    Post subject: Reply with quote

LOL thanks guys I will update this tonight. (I had no idea it would be so popular)
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Thu Dec 14, 2006 1:21 am    Post subject: Reply with quote

Updated to reflect the auto update and systray switches.
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
dkrus



Joined: 21 Jun 2006
Posts: 372

PostPosted: Thu Dec 14, 2006 3:34 am    Post subject: Reply with quote

Thanks for the update Kel Very Happy
Back to top
View user's profile Send private message
superleiw



Joined: 03 Aug 2005
Posts: 101

PostPosted: Fri Dec 15, 2006 10:36 am    Post subject: Reply with quote

thank you
Back to top
View user's profile Send private message
Sm0ker



Joined: 03 Jan 2005
Posts: 107
Location: UK

PostPosted: Fri Dec 15, 2006 5:44 pm    Post subject: Reply with quote

Thanks Kel
Back to top
View user's profile Send private message MSN Messenger
just_laze



Joined: 21 Mar 2006
Posts: 179
Location: United Kingdom

PostPosted: Fri Dec 15, 2006 6:41 pm    Post subject: Reply with quote

newsposter wrote:
remember that it's a beta release from Sun.....


I thought this was now final?
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Fri Dec 15, 2006 7:13 pm    Post subject: Reply with quote

Yes it is the final..
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
just_laze



Joined: 21 Mar 2006
Posts: 179
Location: United Kingdom

PostPosted: Sat Dec 16, 2006 12:20 pm    Post subject: Reply with quote

Great,

Thank you very much.

laze.
Back to top
View user's profile Send private message
just_laze



Joined: 21 Mar 2006
Posts: 179
Location: United Kingdom

PostPosted: Tue Jan 16, 2007 3:00 pm    Post subject: Reply with quote

Hello,

I have downloaded this several times, the MD5 does not match.

I receive: 8bedcb...

Perhap you forgot to update the MD5 last time you edited your post?

laze.
Back to top
View user's profile Send private message
Us2002



Joined: 21 Oct 2005
Posts: 90

PostPosted: Tue Jan 16, 2007 4:03 pm    Post subject: Reply with quote

2Kel
What differences vs jre6 from ryans download page?
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Tue Jan 16, 2007 5:29 pm    Post subject: Reply with quote

Mine is fully silent. It will show no installation or extraction dialogs during the installation proccess....
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
RaGhul



Joined: 01 Nov 2006
Posts: 375
Location: San Diego, CA

PostPosted: Sun Jan 21, 2007 8:11 am    Post subject: Reply with quote

Quote:
Downloaded and compiled on 12/12/2006


Kel,
You might wanna update that part on the first post. Wink
It could help you avoid questions like this one:
Quote:
I thought this was now final?

Razz

Shark007 wrote:
I've released my own version, but mine is just the JRE, Kel's is a full install.


I thought this was JRE. For webpages and Cabos (Limewire-type app), I just need JRE, right?
_________________

Oonta T-Shirts at cafepress.com
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Thu Mar 29, 2007 9:57 pm    Post subject: Reply with quote

Updated!!!
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Protagonist.



Joined: 13 Jun 2005
Posts: 162

PostPosted: Fri Mar 30, 2007 1:18 am    Post subject: Reply with quote

Cool beans. Very Happy
Back to top
View user's profile Send private message
Stimpy



Joined: 07 Dec 2006
Posts: 499
Location: Denmark

PostPosted: Fri Mar 30, 2007 7:31 pm    Post subject: Reply with quote

Thanks Kelsenellenelvian.
Back to top
View user's profile Send private message
dkrus



Joined: 21 Jun 2006
Posts: 372

PostPosted: Fri Mar 30, 2007 8:43 pm    Post subject: Reply with quote

Thanks Kel
Back to top
View user's profile Send private message
OuTman



Joined: 05 Jul 2006
Posts: 171
Location: Reims, France

PostPosted: Sun Apr 15, 2007 12:26 pm    Post subject: Reply with quote

I want, for my personal use, to modify this installer in order to use a custom installation directory... can I do that, and how? thx for the answer!

edit: managed it!
wanted to install all stuff in "Common Files\Java"
edited the msi with Orca
in "directory" table, edited "java" & "installdir" rows to point to the wanted directory
also tried removing "java" row, seems still working

... am I right?


Last edited by OuTman on Sun Apr 15, 2007 12:50 pm
Back to top
View user's profile Send private message
RyanVM
Site Admin


Joined: 23 Nov 2004
Posts: 5131
Location: Pennsylvania

PostPosted: Sun Apr 15, 2007 12:44 pm    Post subject: Reply with quote

you should be able to add the standard INSTALLDIR directive to the exe when it gets called from RunOnceEx or svcpack.inf or whatever. 7zip SFX installer modules by default pass all switches to the child process being called.
_________________
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
Back to top
View user's profile Send private message Visit poster's website
kelaniz



Joined: 05 Feb 2007
Posts: 90
Location: Land of Broken Dreams

PostPosted: Tue Apr 17, 2007 6:06 pm    Post subject: Reply with quote

Just wondering. Can the installer and switches listed here be used in addon form? If so, where is an addon with these switches? (If one exists, Search hates me. I couldn't find it after 20 min. of trying).

I am currently using a RVM addon for JRE 6 update 1, but the entries.ini only has this command line: JRE6.exe /quiet /norestart - Consequently, it installs EVERYdamnthing, and loads all the annoying crap like Jusched.exe and the tray icon. I want to keep it as an addon, but with working switches to disable all the annoying stuff. Possible? Not Possible? Insane? Warm Cookies?

Kel2
_________________
-KZ

Professional writer/musician/lunatic on closed course. Do not attempt.
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Tue Apr 17, 2007 9:25 pm    Post subject: Reply with quote

This has all of the switches built in to it so just throw it into a svcpack addon and call it like jre6u1.exe with no switches.
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
kelaniz



Joined: 05 Feb 2007
Posts: 90
Location: Land of Broken Dreams

PostPosted: Wed Apr 18, 2007 1:53 pm    Post subject: Reply with quote

Cool deal. Did it, and it worked after I removed the duplicate switches I added. Smile

Just wondering, Are those switches set in the SFX, or in the MSI itself? When I looked at the MSI's Property table, it looked like the defaults were still in place.

Would anyone want a copy of the Addon I made from this, or is one posted? (I couldn't find it, if it was) I'm actually using both. Kels' installer for a WPI restoration config, and the addon for the initial setup.

Kel2
_________________
-KZ

Professional writer/musician/lunatic on closed course. Do not attempt.
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Apr 18, 2007 9:28 pm    Post subject: Reply with quote

The switches are set in the sfx file...
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
RaGhul



Joined: 01 Nov 2006
Posts: 375
Location: San Diego, CA

PostPosted: Fri Apr 20, 2007 5:12 pm    Post subject: Reply with quote

This is what I love about being part of this forum:
If it weren't for you guys, I wouldn't even know JRE6 HAD an update!!

Thx, Kel!!
Very Happy

PS:
Now that I mention it, does anyone else have the same opinion as I do? Isn't it kinda hard to navigate Sun's website and find the JRE? Plus, there are so many different versions! Finding the Windows XP SP2, 32-bit, standalone version is NOT easy... even on sites like FileForum and Download.com...

Anyone have a direct link?

_________________

Oonta T-Shirts at cafepress.com
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
5eraph
Moderator


Joined: 05 Jul 2005
Posts: 3694
Location: Riverview, MI USA

PostPosted: Fri Apr 20, 2007 6:42 pm    Post subject: Reply with quote

I'll agree with you as far as past updates are concerned, RaGhul, but the current installer isn't too hard to find this time. They should make it this easy to find every time they update.
Back to top
View user's profile Send private message
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Jul 04, 2007 2:53 am    Post subject: Reply with quote

Updated!
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Jul 04, 2007 2:54 am    Post subject: Reply with quote

ooops double post!
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
arco



Joined: 04 Aug 2006
Posts: 137
Location: Netherlands

PostPosted: Wed Jul 04, 2007 8:42 am    Post subject: Reply with quote

Very thanks Kells...from me and many friends
Back to top
View user's profile Send private message MSN Messenger
dkrus



Joined: 21 Jun 2006
Posts: 372

PostPosted: Wed Jul 04, 2007 11:52 am    Post subject: Reply with quote

Thanks Kel Smile
Back to top
View user's profile Send private message
striker80



Joined: 24 Jun 2007
Posts: 31

PostPosted: Wed Jul 04, 2007 1:48 pm    Post subject: Reply with quote

Thanks!
Back to top
View user's profile Send private message
muiz
Moderator


Joined: 24 Sep 2005
Posts: 1251
Location: The Netherlands

PostPosted: Wed Jul 04, 2007 8:04 pm    Post subject: Reply with quote

thanks kel
Back to top
View user's profile Send private message
RaGhul



Joined: 01 Nov 2006
Posts: 375
Location: San Diego, CA

PostPosted: Wed Jul 18, 2007 2:44 am    Post subject: Reply with quote

Thx, Kel. Quick update!!

PS: Is this one (like your JRE6u1) SVCPACK compatible as well?
_________________

Oonta T-Shirts at cafepress.com
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Wed Jul 18, 2007 6:56 am    Post subject: Reply with quote

should be
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Wesmosis



Joined: 21 Feb 2006
Posts: 350

PostPosted: Thu Jul 19, 2007 3:43 am    Post subject: Reply with quote

thanx kel
how to disable the (check for Updates Update Automatically)?
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
Kelsenellenelvian
Moderator


Joined: 30 Nov 2004
Posts: 4228
Location: Pocatello, ID

PostPosted: Thu Jul 19, 2007 3:54 am    Post subject: Reply with quote

they should already be disable if mot I will change my addon and fix it.
_________________

Please donate to Kelsenellenelvian
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
OuTman



Joined: 05 Jul 2006
Posts: 171
Location: Reims, France

PostPosted: Thu Jul 19, 2007 9:49 am    Post subject: Reply with quote

(quite silent) update from Sun

Java RE 6 update 2 build 1.6.0_02-b06 (previous was build 1.6.0_02-b05)
Back to top
View user's profile Send private message
muiz
Moderator


Joined: 24 Sep 2005
Posts: 1251
Location: The Netherlands

PostPosted: Thu Jul 19, 2007 7:29 pm    Post subject: Reply with quote

OuTman wrote:
(quite silent) update from Sun

Java RE 6 update 2 build 1.6.0_02-b06 (previous was build 1.6.0_02-b05)

You mean :
Java Runtime Environment 6 update2 build06
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    RyanVM.net Discussion Board Forum Index -> Switchless Installer Discussion -> Switchless Installer Releases All times are GMT - 5 Hours
Goto page 1, 2, 3 ... 13, 14, 15  Next
Page 1 of 15

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group