Creating silent install for j2re-1_4_2_03

We are in the processing of updating the JRE to 1.4.2_03, but end-users being what they are, we create a silent install to control the JRE installation.
I cannot get the command line option to create a .iss file. I have tried these different commands:
j2re-1_4_2_03-windows-i586-p.exe /r /f1C:\jre\jresetup.iss
j2re-1_4_2_03-windows-i586-p.exe -r /f1C:\jre\jresetup.iss
j2re-1_4_2_03-windows-i586-p.exe /r
j2re-1_4_2_03-windows-i586-p.exe -r
Depending on which InstallShield article you read, the RECORD option is either /r or -r....neither work.
Has anyone created a silent install of j2re-1_4_2_03? If so, would you be willing to share your .iss file?
pyro_dw

(I know this is the wrong version, but I hope it helps on your way, if the users already have a JVM installed, distribute with JavaWebStart, it can autoupdate the JVM)
created with: j2re-1_4_1-windows-i586.exe -a -r -f1C:\setup.iss (I think)
And install with
j2re-1_4_1-windows-i586.exe -s -a -s -f1b:\setup.iss -f2C:\setup
(but it has been a while
[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-DlgOrder]4
Dlg0={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0
Count=3
Dlg1={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0
Dlg2={1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0
[{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdLicense-0]
Result=1
[{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SetupType-0]
Result=303
[{1666FA7C-CB5F-11D6-A78C-00B0D079AF64}-SdAskDestPath-0]
szDir=C:\Program Files\Java\j2re1.4.1_01
Result=1
[Application]
Name=Java 2 Runtime Environment, SE v1.4.1_01
Version=1.4.1_01
Company=JavaSoft
Lang=0009

Similar Messages

  • Silent Install of j2re-1_4_2_03-windows-i586-p.exe ???

    I have tried to do a silent installtion of j2re-1_4_2_03-windows-i586-p.exe with this command line syntax :
    j2re-1_4_2_03-windows-i586-p.exe /S /v/qn"ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=C:\java\jre REBOOT=Suppress JAVAUPDATE=0 /L C:\temp\javainstall.log"
    The installation process starts what I could see in Task Manager a process called " j2re-1_4_2_03-w" starts but dissapear in 10 sec and the installation does not continue what I could see. No installation directory has been created and no log etc.
    Do anyone have any clue what could be the issue here, do I use wrong syntax etc ??
    We are going to use Sun Java runtime instead of Microsoft Java Virtual Machine, when that is going to be unsupported Sept 30 -04.

    The correct syntax for the command line should be
    j2re-1_4_2_03-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=C:\java\jre REBOOT=Suppress JAVAUPDATE=0 /L C:\temp\javainstall.log"
    The first " (Quote) should be between the /v and the /qn without any spaces. There should be a space after the /qn and before any other parameters.

  • How do I create a silent install for Adobe Robohelp 11.0? AAMEE fails

    I have tried to create a silent install for Adobe Roboehelp 11 using AAMEE v. 3.1 but after inserting "product installation folder", "package name" and "save to" and choosing "next" the picture just greys out.
    If if choose "next" again I get to the options page but it is empty.
    I tried using an older version of AAMEE and here I can create an unserialized build but it wont accept the my license code (which works fine if I install manually)
    Does anyone know how to solve this?
    I am using Windows 7 Enterprise Edition 64 bit.
    Best Regards,
    Christian Roejbaek

    Hi Christian,
    You have to use Creative cloud packager (CCP) to create the package for RoboHelp 11, AAMEE will not work for the latest version. CCP will be available in your LWS website(www.licensing.adobe.com) . Download CCP from LWS website and create a package for RH 11.
    Please refer to the below link for more information of CCP:
    http://helpx.adobe.com/creative-cloud/packager/creating-packages.html
    Once you will reach "The Application and Updates screen " on CCP window then you have to click on "Add Offline Media" and select the "product installer folder" as RH 11 might not show in the list of products on that screen.
    After creating the package:
    Steps to follow to deploy silently on single machine:
    1. Open CMD in Administrator mode.
    2. Give the path till inside the build folder of the package. For Example if the build is saved on your Desktop the path in CMD should be as below:
    C:\Users\[username]\Desktop\Packagefolder\packagename\Build>
    3. Now type the following installation command: msiexec.exe /i packagename.msi /quiet
    4. Launch Task Manager.
    5.There will be three process of “msiexec.exe”
    a)   6.One will be under System
    b)   7.Other Two will be under [username].
    8.Installation will be completed once both the process of msiexec.exe under the [username] are finished.
    9.The installation process with take 5 to 10 minutes
    Regards,
    Mayank

  • Silent install for adobe reader version 110003

    silent install for adobe reader version 110003

    Hi,
    I don't know your more details about how you pretend to deploy your Adobe Reader but I did this to my current deployment and many people on the company are happy with this:
    1- I extracted the contents from the Adobe Reader installer.
    2- I modified the MSI using Customization Wizard to hide some menus (Maybe you can skip this step if you don't need to customize it)
    3- On SCCM 2012 I created a Script deployment with a CMD file which contains the following command for silent install. (You don't need to have an SCCM infrastructure to deploy it but it will help)
    start /wait msiexec /i "%~dp0AcroRead.msi" /q TRANSFORMS="%~dp0AcroRead.mst" PATCH="%~dp0AdbeRdrUpd11001_MUI.msp;%~dp0AdbeRdrSecUpd11002.msp"
    or
    msiexec /i "%~dp0AcroRead.msi" /q TRANSFORMS="%~dp0AcroRead.mst" PATCH="%~dp0AdbeRdrUpd11001_MUI.msp;%~dp0AdbeRdrSecUpd11002.msp"
    - On my case I used %~dp0 because I'm installing from a server caching files on client machines but if you pretend to test and install it locally avoid using: %~dp0 and put your absolut path. Like C:\Temp or your MSI and source files location.
    - Start /wait - Will execute your MSI installer file and then once is finished will proceed with the next command if any.
    - Transforms- will force the MSI to apply the custom settings I did on Customization Wizard)
    - PATCH- command will proceed to install the patches you may have at the moment 11.0.1, 11.0.2, etc...
    Hope this will help you !
    Derspinne

  • What download is good for Firefox 33 for silent install for windows os?

    In fire Fox 33 download we see there is setup stub .exe , when will setup.exe for firefox 33 be available as we cannot do a silent install for setup stub.exe . we have no issues in doing silent install for setup .exe which we had for previous versions , also where we can find the download for firefox 32

    Older releases can be found on the Mozilla CDN server, but keep in mind that older versions are not safe to use on internet as they have disclosed security vulnerabilities.
    *http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/32.0.3/
    *https://www.mozilla.org/security/known-vulnerabilities/firefox.html
    *https://www.mozilla.org/security/known-vulnerabilities/firefoxESR.html
    You can also look at the Firefox 31.2.0 ESR version if you want to use an older version that is up to date:
    *https://www.mozilla.org/en-US/firefox/organizations/all.html
    *https://www.mozilla.org/en-US/firefox/31.2.0/releasenotes/
    *https://www.mozilla.org/en-US/firefox/organizations/system-requirements/

  • Silent install for adobe acrobat professional verstion 8 how to.

    Hi Guys,
    I need to perform of adobe acrobat professional version 8 silent install for mass deployment of windows 7 purpose. but i cant find a customization wizard that works on my professional version 8 . i have tried version 10 and 11 and its not working. please help...
    Thanks,
    Raymond

    There might have once been a deployment solution for this, but I imagine Adobe will have withdrawn it. Why on earth are you deploying a product so far past end of life, with unfixed security issues?

  • PDQ - Create Silent installation for EXE install package

    The first question is: Do you have the free version or paid for version of PDQ Deploy? This will make a little difference in your approach for deployment.For the .net part, just download the off line installer for the version you want to deploy. This will be in a .exe form just append the /quite /norestart options to the command line. No need to check if .net is already installed, the installer will just exit if there is nothing to do.For your application, you need to find out if there is a silent install option.For the registry you can just export the registry keys in question with regedit. then in your installer action/script just run the following command regedit.exe /s .regYou can add this all to the install sequence if you have the paid for version or in a .cmd file in the same location as the other install files in your packages...

    Hi,
    I got EXE file for installation
    want to create it a silent installation for deplying it to 100 computers.
    needs to check if Dot.Net 4.5 already install and if not install it before installing the EXE
    after Installing the EXE need to Activate it using Reg file
    how to create all this procces to be installed Silent mode
    Thanks.
    This topic first appeared in the Spiceworks Community

  • Silent install for 8.1.6.2

    Is there a way to silently install Net8.1.6.2 Client for Windows? I created a response file for Net8.1.6, but I'm not sure if you are supposed to intergate the patch into that response file or create a new response file and have the first one call it. Thanks in advance for the help.

    You may try these directions as well, they worked very well.
    http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-81
    Blake

  • Silent Install for JRE 1.4.2_02

    I am having trouble running a silent install of the JRE. I've referenced the following document, but have not had any luck. http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/silent.html
    The command I attempted to use is:
    j2re-1_4_2_02-windows-i586-p.exe /s /v
    Is this not the correct format? I tried many different versions of the command based on the silent install document, none worked. I still get prompted to accept the install.
    http://java.sun.com/products/archive/j2se/1.4.2_02/jre/install-windows.html

    This would be more appropriate forum for this question:
    http://forum.java.sun.com/forum.jsp?forum=14

  • Urgent: How to do the Silent Installation for J2RE v1.4.1

    Hi guyz,
    Can anyone tell me How to perform Silent Installation of J2RE v 1.4.1.
    I checked out with J2RE V 1.4.2 which supports Silent mode installation but not JRE 1.4.1
    thanks in advance,
    Saurabh Bhatnagar

    Hi People,
    Just found out a site which has information on Silent Installation of JRE 1.4.1 ... but its not a straight fwd one. You need to run the installer atleat once to create a response file which will ecord your actions and you can use it in later installs for a silent installation.
    The article says about Slent installation in JRE 1.3 but I just check it ... and it works perfectly with JRE 1.4.1 also.
    Here's the link
    http://java.sun.com/products/plugin/1.3/docs/silent.html
    Hope it might of help to some of you ......
    regards,
    Saurabh Bhatnagar
    Sasken

  • Silent install for FlashBuilder update

    Hello
    i have a FB4 fully automated deployment using the AAMEE tools. I need to deploy the latest 4.0.1 update to everyone.
    Is there anyway to automate or make the installation as silent as possible?
    Is it posible to "slipstream" the update to my FB4 deployment to make future installations simpler?
    Thanks for your help.

    Hi,
    I don't know your more details about how you pretend to deploy your Adobe Reader but I did this to my current deployment and many people on the company are happy with this:
    1- I extracted the contents from the Adobe Reader installer.
    2- I modified the MSI using Customization Wizard to hide some menus (Maybe you can skip this step if you don't need to customize it)
    3- On SCCM 2012 I created a Script deployment with a CMD file which contains the following command for silent install. (You don't need to have an SCCM infrastructure to deploy it but it will help)
    start /wait msiexec /i "%~dp0AcroRead.msi" /q TRANSFORMS="%~dp0AcroRead.mst" PATCH="%~dp0AdbeRdrUpd11001_MUI.msp;%~dp0AdbeRdrSecUpd11002.msp"
    or
    msiexec /i "%~dp0AcroRead.msi" /q TRANSFORMS="%~dp0AcroRead.mst" PATCH="%~dp0AdbeRdrUpd11001_MUI.msp;%~dp0AdbeRdrSecUpd11002.msp"
    - On my case I used %~dp0 because I'm installing from a server caching files on client machines but if you pretend to test and install it locally avoid using: %~dp0 and put your absolut path. Like C:\Temp or your MSI and source files location.
    - Start /wait - Will execute your MSI installer file and then once is finished will proceed with the next command if any.
    - Transforms- will force the MSI to apply the custom settings I did on Customization Wizard)
    - PATCH- command will proceed to install the patches you may have at the moment 11.0.1, 11.0.2, etc...
    Hope this will help you !
    Derspinne

  • Adobe Reader Silent Install for Mac OS X

    Is there a silent install package available for Mac OS X? The "enterprise" site seems to provide the same installer file as the normal site. We need to distribute Adobe Reader across ~600 machines, but the first time you open Reader it prompts users with a license agreement and then asks for administrative privileges. Even worse, it doesn't seem to install the Adobe Reader plugin until after that occurs.
    Also, is it possible to get an installer package that leaves out AIR, Acrobat.com and Adobe Updater?

    I know nothing about Mac OS, but perhaps you can find some information in
    http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf

  • Silent Install for WebLogic

    Hi, I am trying to install Weblogic 8.1 in silent mode. I found a web page that talked about using a silent.xml file which I tried. But, I still can't get it to work. Does anyone have a silent.xml file for Weblogic 8.1 they can post here or e-mail at [email protected]
    Or, is there another way to install Weblogic 8.1 in silent mode?
    Thanks,

    Hi Matt,
    Attached is a sample silent.xml file
    platform812_win32.exe -mode=silent -silent_xml=d:\misc\shortcut\silent1.xml
    silent.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <domain-template-descriptor>
    <identification display-name="Silent Install" base-jar-name="bids.jar" alias="WLS" />
    <input-fields>
    <data-value name="BEAHOME" value="D:\currentbuild" />
    <data-value name="USER_INSTALL_DIR" value="D:\currentbuild/weblogic81" />
    <data-value name="JVM_TYPE"      value="other" />
    <data-value name="domain.directory" value="D:\currentbuild/user_domains/mydomain" />
    <data-value name="SERVER-RUN-AS" value="Single Server (Standalone Server)" />
    <data-value name="templateJarFileDir" value="D:\currentbuild/weblogic81b/common/templates/domains" />
    <data-value name="selectedJar" value="D:\currentbuild/weblogic81b/common/templates/domains/wls.jar" />
    <data-value name="INSTALL_NT_SERVICE" value="no" />
    </input-fields>
    </domain-template-descriptor>
    Cheers
    Raj

  • Silent install for PSE9 content

    Hi there..
    Id like to be able to do a silent install of the content/theme package on a number of workstations.. I cant seem to get the syntax just right.. From running "setup /?" I can see the options but its as though somethings missing..
    Im trying to use "setup /L1033 /S /v/qn"
    Any help is greatly appeceated.

    One of these Adobe documents should help:
    Silent install instructions | Premiere Elements 9 | Volume License ...
    Silent install instructions | Adobe Premiere Elements 9 | Volume ...
    Troubleshooting docs for Adobe Premiere Elements 9 « The Insider
    Adobe Premiere Elements 9 « The Insider
    For even more documents: http://www.google.co.uk/search?q=premeiere+elements+9+silent+install
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Silent Install for Elements v.2

    I work in a school environment and have an (old) site license for Photo Elements version 2. I want to deploy the program to specific computers and not have it included in my school image. Therefore, I need either directions to do this or a link to an Adobe Customization Wizard for this product. The only Silent Install directions I can locate are for newer versions of the software. I tried the RapidInstall method of taking a snapshot then making a .msi, but when I deploy the .msi. I get error 1603, which I Googled and can be attributed to many different things. Can somebody out there give me some advise how to deploy this product successfully?
    Many Thanks!

      I think your question is a bit technical as this is mainly a user to user forum. I found some XML code albeit for PSE9 but it may provide the basis of a work around.
    Good luck.
    http://d4rkcell.com/archives/180

Maybe you are looking for

  • How To Sync Labled Voice Memos with iTunes?

    I've found evidence of this problem, in closed threads on these boards, but no real solution. Naming voice memos, in either the iPhone app or iTunes, doesn't result in the name transfering to the other device. In fact, after many hours of careful lab

  • Single quote used with in text data renders to inalid display

    I have the following text snipit that is coming from an Oracle database column: ...did not include 'special decontamination'. New ... I am putting this into a pretty standard text object.  When the report is previewed and subsequently printed as a PD

  • HP 6500a Plus cannot connect wirelessly

    Hi, Just bought the HP6500a Plus and understand that this printer is having problem with the constant wireless connection. I am having the same problem and changing the IP address occasionally solve the problem but not alway and it also create proble

  • Cannot view SharePoint 2013 WebPart Page in Html iframe

    I would like to use html iframe for display sharepoint 2013 webpage page , it return following error : "This content cannot be displayed in a frame" Here is my code: <iframe width="100%" src="http://xxxx-dev-int:6346/Test/SitePages/wpSPFolderControl.

  • Upward swipe is not registering in iOS7 to bring up control center

    Hi there. Basically, I just recently installed iOS7 on my iPhone 4. So far everything has been working really well, except for the control center. This is not related to that other security bug. My problem is, swiping upward on the phone works less t