Jump to content

Recommended Posts

Posted

Hi.

I would like to install java unattendedly but specify a path.

What I have till now is the following:

JRE_SE_1.4.2_05.msi /qb ADDLOCAL=jrecore,extra IEXPLORER=1 REBOOT=ReallySuppress

and/or

Java2_SDK_SE_1.4.2_05.msi /qb IEXPLORER=1 REBOOT=ReallySuppress

Is there a way to find out which parameters exists?

How can I tell to have java installed in %systemdrive%\apps\?

Morke


Posted

Adding this MSI installer property, will do what you want-

INSTALLDIR=<drive>:\<install_path>

For example,

JRE_SE_1.4.2_05.msi /qb INSTALLDIR="D:\Programs Folder\Java" ADDLOCAL=jrecore,extra IEXPLORER=1 REBOOT=ReallySuppress

will put the files to be installed in there.

For more details:

Silent Installation documentation

AppDeploy info for the JRE package

Intranet deployment using MSTs

Hoping this helps....

Posted

Wow, great.

Now this is just for msi's I gather.

But what about Installshield installations where I have an .iss file?

The desdination directory there is fixed and does not use

%systemdrive%. Can I somhow tell him to use my .iss except the

install path that I specify seperately?

Morke

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...