Morkeleb Posted September 24, 2004 Posted September 24, 2004 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=ReallySuppressand/orJava2_SDK_SE_1.4.2_05.msi /qb IEXPLORER=1 REBOOT=ReallySuppressIs there a way to find out which parameters exists?How can I tell to have java installed in %systemdrive%\apps\?Morke
prathapml Posted September 24, 2004 Posted September 24, 2004 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 documentationAppDeploy info for the JRE packageIntranet deployment using MSTsHoping this helps....
Morkeleb Posted September 25, 2004 Author Posted September 25, 2004 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 theinstall path that I specify seperately?Morke
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now