Silent uninstall J2SE v 1.4.1_01

How can I silently uninstall J2SE v 1.4.1_01??
I have tried several things, but there is always this popup if I realy want to uninstall....
Does anybody hav an idea how to do so ?

You would have to create an installshield answer file (.iss).
First check your registry what the uninstall string looks like using regedit.exe, for example mine is in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EFCE5837-FC21-11D6-9D24-00010240CE95}
and looks like this:
"RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{EFCE5837-FC21-11D6-9D24-00010240CE95}\setup.exe" Anytext"
if you take the part
"C:\Program Files\InstallShield Installation Information\{EFCE5837-FC21-11D6-9D24-00010240CE95}\setup.exe" and execute that one with the parameter -r and answer all the questions the setup.exe will create a setup.iss text answer file in your windows (winnt) folder.
Save that file in a seperate location.
Now if you want to uninstall on a different machine which has the same version of java installed you will need to execute this commandline:
"C:\Program Files\InstallShield Installation Information\{EFCE5837-FC21-11D6-9D24-00010240CE95}\setup.exe" -s -SMS -f1"c:\temp\setup.iss"
-f2c:\temp\uninstall.txt. Don't forget the "" if you use spaces because there are spaces in the command line path.
-s is for silent
-SMS is to be sure the uninstaller does not start using a new different process task (for batch files etc.)
-f1path\filename for the iss answer file you've created
-f2path\filename for a log file
This only works for installshield version 6/7, older versions sometimes require different methods.

Similar Messages

  • Internet Explorer 9 Silent Uninstall

    Hello,
    I created a custom IE9 install by using the Microsoft IEAK9. The source used for the custom install and destination OS is the same, Windows 7 Pro x86. My install works perfectly with the correct customizations. However, when I run the msiexec /x
    {GUID} uninstall key from the command line, I am prompted to locate the IE9 Msi installer. When I point it to the IEAK Output MSI file (which it already had found) it complains about not being a valid IE installer package. When I look at the details of the
    IE9-Setup-Full.msi I see a different product GUID than listed in the registry uninstall key, however if I attempt to use that key I get the "product is not installed" error. This is the command line used to install the package: MSIEXEC /I "\\serverpath\9.0\IEAK9OUTPUT\FLAT\Win32_WIN7\ENU\IE9-Setup-Full.msi"
    /qn /norestart
    I can run the uninstall from the control panel without any problems, but I like to have a silent uninstall script in case I need to perform a reinstall if I run into any issues during general deployment. Has anyone else run into this problem and know a way
    to fix it? 
    Thank you

    Hi,
    You can try to use this methods to silent uninstall IE9:
    (1)
    Log in as Administrator
    (2)
    Close all IE browser windows
    (3)
    Open a "Command" windows by Clickin Start > Run > Cmd
    (4)
    Open "Notepad"
         Copy and paste the text below into Notepad. This will convert
    the html below into plain text:
    FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
    (5)
    Next copy the text from Notepad and paste into the Command window at the disk prompt and then press the enter key.
    (6)
    After the commands run and the disk prompt returns, paste the text again and rerun the commands.
    (7)
    Next reboot to finalize / update the configuration with IE8.
    Furthermore, I suggest to contact IE Forum for further help:
    http://social.technet.microsoft.com/Forums/en-US/ieitprocurrentver/threads
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who
    read the forums regularly can either share their knowledge or learn from your interaction with us.  Thank you for your understanding.
    Regards,
    Leo  
    Huang
    TechNet Subscriber
    Support in forum. If you have any feedback on our support, please contact
    [email protected]
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Silent Uninstall for Adobe Acrobat X Pro

    I am trying to figure out a silent uninstall string for this and can't seem to figure it out. The scenario is this:
    In a corporate setting, the two main apps are Office & IE... We want to have a silent install that can be run at any time...
    Here is what i have tried and here is the results when Office & IE are open:
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /passive /norestart /l "c:\AcroPro_Un.log" à Uninstalls, but show the progress bar
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /qn /passive /norestart /l "c:\AcroPro_Un.log" à Uninstalls, but show the progress bar
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /passive /qn /norestart /l "c:\AcroPro_Un.log" à Failed due to locked files
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /qn /norestart /l "c:\AcroPro_Un.log" à Failed due to locked files
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /quiet /norestart /l "c:\AcroPro_Un.log" à Failed due to locked files
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /passive /quiet /norestart /l "c:\AcroPro_Un.log" à Failed due to locked files
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /passive /norestart /quiet /l "c:\AcroPro_Un.log" à Failed due to locked files
    MsiExec.exe /x {AC76BA86-1033-F400-7760-000000000005} /qb /norestart /l "c:\AcroPro_Un.log" à Prompt to close open apps – Cancelled
    From the c:\AcroPro_Un.log (for Failed)...
    ADelRCP logging: :   Checking : C:\WINDOWS\system32\msiexec.exe
    ADelRCP logging: :   Checking : C:\WINDOWS\system32\msiexec.exe
    ADelRCP logging: :   Checking : C:\WINDOWS\system32\msiexec.exe
    ADelRCP logging: : No AppSerach detection for AppsInUse entry : Visio32
    ADelRCP logging: : Condition not met for AppsInUse entry : Word
    ADelRCP logging: : Setup terminated because critical files are in use or applications that interfere with files installed by setup are running. Review the preceding entries in the log file and close the applications listed before retrying setup.
    Action ended 13:16:30: ApplicationsInUse. Return value 2.
    Action ended 13:16:30: INSTALL. Return value 2.
    MSI (s) (90:0C) [13:16:30:881]: Product: Adobe Acrobat X Pro - English, Français, Deutsch -- Removal failed.
    MSI (s) (90:0C) [13:16:30:881]: Windows Installer removed the product. Product Name: Adobe Acrobat X Pro - English, Français, Deutsch. Product Version: 10.0.0. Product Language: 1033. Removal success or error status: 1602.
    === Logging stopped: 7/12/2011  13:16:30 ===
    I have been racking my head for a couple of days on this and was just wondering if anyone else has seen this?

    Thanks for this information...
    I did test and this does function correctly as I would like it to. I will discuss this with my team and see if this is viable or if we need to put some logic in front of the uninstall.

  • Silently Uninstalling Adobe Reader 9

    Hi all,
    I am looking to silently uninstall Adobe Reader 9 due to the same exact problems posted in the below link:
    http://www.adobeforums.com/webx/.59b5c482
    *It's the C++ Visual Runtime Error due to the appdata folder redirection.
    Does anyone have a way to uninstall with either the Adobe Customization Wizard 9 (which I used to roll it out) or do I need to work with msiexec and it's parameters? I will be uninstalling from all Windows XP-based machines if that helps.
    Thanks,
    Joey

    Hi Masakonishimoto,
    You can try using tAcrobat Cleaner tool to remove all traces of previous version of reader:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Hope this helps,
    Please let me know in case of any problem.
    Regards,
    Sumit Singh

  • Lync 2013 Basic Client Silent Uninstall

    When attempting a silent uninstall of Lync2013, I am getting the message "Are you sure you want to remove Microsoft Lync Basic 2013 from your computer?
    We've noticed you have other Office products that will remain installed after you uninstall this product.  We recommend you Repair these products from the Programs and features item in your Control Panel once you're done uninstalling."
    If we select 'yes' to continue the uninstall, it completes successfully, but displays another prompt upon completion "Microsoft Lync Basic 2013 has been successfully uninstalled" and requires the user to click 'Close.'
     The environment we wish to uninstall Lync 2013 from has other Office 2010 products installed, and the do not seem to be affected by allowing this uninstallation to run. 
    I am using a config.xml file <Display Level="none" CompletionNotice="no" SuppressModal="yes" NoCancel="yes" AcceptEula="yes" />
    This config.xml works great for a silent installation, but how can I disable the 2 prompts during an uninstallation?

    Hello
    TCUSYSADM,
    For silent removal of Lync Basic 2013 I'm using a batch file with the following commandline:
    "C:\Program Files\Common Files\Microsoft Shared\OFFICE15\Office Setup Controller\setup.exe" /uninstall LYNCENTRY /dll OSETUP.DLL /config c:\temp\config_uninstall_Lync_Basic.xml
    Where c:\temp\config_uninstall_Lync_Basic.xml looks like this:
    <Configuration Product="LYNCENTRY">
    <Display Level="None" AcceptEULA="TRUE" />
    <Setting Id="SETUP_REBOOT" Value="NEVER" />
    </Configuration>
    Start the batch file with the Run as Administartor option. Did not see any prompts.
    Before this I tried to start the xml file from an UNC path, but that didn't work. So I copied the xml file to a local folder.

  • Silent Uninstall Premiere Elements 10

    Did somebody get managed a silent uninstall of Premiere Elements 10?
    As far as I understood I have to deactive the product first before I'll do an uninstall.
    Is there a smooth way to automatically deactivate the software?
    In enterprise environment (SCCM deploy) Iam not able to do something manually...
    The silent installation is pretty simple if you follow the instructions in this article:
    http://helpx.adobe.com/premiere-elements/kb/silent-install-instructions-premiere-elements- 4.html
    I searched a lot but I cant find something like that.
    Chat- and telephone-support guided me in this forum.
    Thanks in advance...

    Back at the main page http://forums.adobe.com/community/premiere there is a link to the PPro SDK... but I have never seen such for PreElements
    I don't work for Adobe, but my GUESS is that PreElements is much more aimed at the home user market, so it is really made for the individual user, not big companies with "central, enterprise" controls

  • Silent Uninstall of v1.3.1_05 through 1.3.1_15

    I have been looking around for several Hours now trying to figure out how I can perform a silent Uninstall of Java versions 1.3.1_05 through 1.3.1_15.
    I am trying to create an automated script that will uninstall every single version of Java on a computer to prepare it for 1.5.0_04. I have an automated process for every version but those listed above. They seem to be different from every other versions and for some reason every time I attempt to make a .iss Answer file using the record feature all I get in the file is.
    [{D2BFDD8E-D276-11D6-88AF-0050DA21757E}-DlgOrder]
    Count=0
    which does not work. Am I doing something wrong? any help would be greatly appreciated.
    Mike

    Don't think there is a fix. I had to use a js file to send keystrokes.
    Launch the %IS GUID PATH%setup.exe -uninst then this script file.
    // ==============================================================
    // void SendMyKeys(sWindowTitle, sKey, iTries, [bMultiple])
    // ==============================================================
    // "window_title", "", number or tries,
    // SendMyKeys(sWindowTitle, sKey, iTries, bMultiple);
    var oShell = WScript.CreateObject("WScript.Shell");
    WScript.Sleep(6000);
    SendMyKeys("Java Runtime Environment","y",10,false);
    WScript.Sleep(6000);
    SendMyKeys("Java Runtime Environment","~",10,false);
    function SendMyKeys(sWindowTitle, sKey, iTries, bMultiple) {
    i = 0;
    if (!bMultiple) {
    while (!oShell.AppActivate(sWindowTitle) && i < iTries) {
    WScript.Sleep(500);
    i++;
    oShell.SendKeys(sKey);
    } else {
    while (i < iTries) {
    WScript.Sleep(500);
    if (oShell.AppActivate(sWindowTitle)) {
    oShell.SendKeys(sKey);
    i++;
    return;
    }

  • Silent Uninstall for older version of Java 2 RE.

    Is it possible to do a silent uninstall for the older version of Java 2 RE, specifically, RE 1.3.1_11? I know that we can for the newer versions.

    A silent uninstall of a JRE isn't supported until
    1.4.2.Thanks for your reply. Was this because InstallShield was not the supported installer?

  • Adobe Premiere Pro CS6 silent uninstall

    Hello,
    I was wondering if there are any silent uninstall string for Adobe Premiere Pro CS6?
    In the registry, the standard uninstall string is
    "C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\PDApp.exe" --appletID="DWA_UI" --appletVersion="2.0" --mode="Uninstall" --mediaSignature="{7176B973-6011-43C1-AEBC-2D73FE7C6982}"
    I tried a few common switches such as --silent --mode="silent" --quiet , etc.
    Also, I tried running msiexec /X{7176B973-6011-43C1-AEBC-2D73FE7C6982} but receive an installer error mentioning this command is only usable for installed products.
    I have no issues when the application is installed with a package from AAMEE, as there is an extra MSI entry in the registry, but can't seem to find a solution for set-up based installation.
    Any help is greatly appreciated.
    Thanks!

    I doubt that this user forum will have the kind of help you need
    You MIGHT find help in http://forums.adobe.com/community/premiere/sdk?view=all

  • Silent Uninstall the whole Photoshop CS 5 Suite??

    Hello
    I have with the Adobe Application Manager Enterprise Edition (http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html) a install package generated. This package includes Photoshop CS 5.0 Suite with all components (Adobe Bridge CS5, Adobe Device Central CS5, Adobe Extension Manager CS5).
    I make a silent installation with the Photoshop CS5 64bit.msi in my package folder. No problem.
    After that, I try to make a silent uninstall with the Photoshop CS5 64bit.msi, but it only uninstall the core application Photoshop CS5. All other components like Adobe Bridge CS5 are still installed.
    Is there a way to uninstall the complete CS5 Suite with all components?
    Thanks in advance
    D. Hug

    Problem solved:
    The uninstall works only correct if the productcode is used.
    Wrong:
    msiexec.exe /x "\\server\share\Photoshop.msi" /quiet /l c:\temp\log.log
    Correct:
    msiexec.exe /x {6AAD9E27-92C1-481E-BC24-3B98C48DE364} /quiet

  • Adobe CS2 Silent Uninstall

    I'm trying to remove CS2 before I begin deploying CS3. I'm trying to automate as much as possible. I've got CS3 tested and ready to deploy, but I need to remove CS2 from the machines. Does anyone have a silent uninstall script?
    Matt Hilton
    [email protected]

    Do you have a really good reason for removing CS2? The two versions will coexist without problems, and it may be worthwhile to keep the old one around for legacy work. And if this is an upgrade installation, I don't think you'll have much luck with a silent install if the installer doesn't see the previous version on the system.
    Peter

  • Silent uninstall issue with JRE Version 1.7.0.60

    we use the following install/uninstall string for quite a long time without any problems:
    Install:
    msiexec /i "%~dp0x86\jre1.7.0_55.msi" PROG=0 INSTALLDIR="%ProgramFiles%\Java\jre1.7.0_55" /qn REBOOT=ReallySuppress /l* Installx86.log TRANSFORMS=jre1031.mst METHOD=joff SKIPLICENSE=1 JU=0 AU=0 REMOVEEXISTING=1 JAVAUPDATE=0 AUTOUPDATECHECK=0 SYSTRAY=0 ENDDIALOG=0
    Uninstall:
    MsiExec.exe /X {26A24AE4-039D-4CA4-87B4-2F83217055FF} /qn REBOOT=ReallySuppress /l* UnInstall.log
    The uninstall script even runs silent when Java runs in a browser while uninstall is executed since version 1.7.0.55.
    With the new JRE Version 1.7.0_60 a window appears during silent uninstall saying that i have to close the browser to proceed. I think it has to be a bug because we use the MSI-Installer with "/qn"-property and there should never be any window but an errorcode on the command line.
    It happens with x86 and (if a x64 Internet Explorer Tab is open) with x64 silent uninstall.
    Can someone confirm this behavior and report this bug? Or can someone tell me where I could report this bug myself?

    I'd say you can report the bug on http://bugreport.java.com/ under "Submit a Bug".
    -- rpr.

  • Silent Uninstall of Contribute 6.5

    Hi - Anyone know how to silently uninstall Contribute 6.5 from command line?
    Thanks,
    James

    I found something that suggested that FB 4.5 uses the CS5 installer, and I found:
    http://leereid.wordpress.com/2011/08/04/how-to-uninstall-adobe-creative-suite-5-cs5-silent ly/
    Which suggests using:
    “C:\Program Files\Common Files\Adobe\OOBE\PDApp\DWA\Setup.exe” –mode=Silent –deploymentFile=”%PATH%\uninstall-en_GB.xml”
    However, there is no uninstall-en_US.xml (or, indeed, and "deploy" folder) anywhere in what the .exe extracts.
    I found and tried remove.xml, but running that Setup.exe with or without any options results in Exit   Code: 20 - install source path does not exist  http://kb2.adobe.com/cps/834/cpsid_83481.html says "Install   source files are missing." and "Reextract   or copy the contents of the installer."  However, since the installer is a monolithic exe and extracts it's contents to a temporary location, there is no way any uninstall can depend upon the existence of those extracted files.

  • Silent uninstall of FB 4.5?

    I need to be able to silently uninstall Flash Builder 4.5 for PHP  From the registry, I grabbed the uninstall string:
    "C:\Program Files\Common Files\Adobe\OOBE\PDApp\core\PDApp.exe" --appletID="DWA_UI" --appletVersion="1.0" --mode="Uninstall" --mediaSignature="{1B4483F2-849C-4AC3-99B1-473FFC0192DD}"
    That fires off an uninstall, but is not silent.  I had found some hint that suggested that if this app was installed silently, it would uninstall silently, but that clearly isn't the case :-(
    Firing off that .exe with --help or /? just sets it to looking for updates.

    I found something that suggested that FB 4.5 uses the CS5 installer, and I found:
    http://leereid.wordpress.com/2011/08/04/how-to-uninstall-adobe-creative-suite-5-cs5-silent ly/
    Which suggests using:
    “C:\Program Files\Common Files\Adobe\OOBE\PDApp\DWA\Setup.exe” –mode=Silent –deploymentFile=”%PATH%\uninstall-en_GB.xml”
    However, there is no uninstall-en_US.xml (or, indeed, and "deploy" folder) anywhere in what the .exe extracts.
    I found and tried remove.xml, but running that Setup.exe with or without any options results in Exit   Code: 20 - install source path does not exist  http://kb2.adobe.com/cps/834/cpsid_83481.html says "Install   source files are missing." and "Reextract   or copy the contents of the installer."  However, since the installer is a monolithic exe and extracts it's contents to a temporary location, there is no way any uninstall can depend upon the existence of those extracted files.

  • Silent uninstall for CC Desktop

    Hi
    Is there any way to exclude this Desktop app from packages created by the CC Packager (I think the latest version made its inclusion compulsory)?  Failing that, can the uninstaller be run silently?
    The problem we have is that our network is fairly tightly locked down, so the Desktop app can't perform many actions due to firewall/proxy settings.  Instead it displays ugly errors if the user tries to launch the app or access the file sync features.  It'd be a lot neater to not have this installed at all.
    Many thanks
    Ben

    A silent uninstall of a JRE isn't supported until
    1.4.2.Thanks for your reply. Was this because InstallShield was not the supported installer?

Maybe you are looking for

  • Problem in Printing with Second Page

    Hi Experts, I am trying to print a letter which comes in 2-3 pages.I made one smartform for that ,its working fine when i see print preview of output.But when i take printout of that, second page overlaps the first page.This problem is persisting fro

  • Why are my webpages not looking right or my personas not working as they were?

    I opened up my browser yesterday and no matter where I go on the web, the pages don't look right. The graphics are off. I can't even see my yahoo mail. It loads, but I see no words or graphics. My Personas is actually rotating, but all I get visually

  • System creation error

    Hi,           I am using EP 7.1,NW04S. I am trying to create a system .For that here I followed the navigation like System administrationSystem confi syatem Landscape NewSystem(from templates)selected SAP system using dedicated application serve

  • Integration Engine RED in Component Monitoring

    Hi All, I find Integration Engine as RED in the component monitoring..Any idea why? Also my messages are not processed...I mean I dont find anything in the Runtime workbench or SXMB_MONI.. Please let me know your valuable inputs.. Any suggestions/inp

  • I have iPhone 5s and i cant open any videos from YouTube, Safari and instagram!! (I have a good wifi connection)

    I have iPhone 5s ios 8.2.1 when try to open a very in youtube it keep loading and then tell me "playback error" and on safari the vidoe doesn't even load it just wont open, the same thing on instagram and tumblr when i try to watch a video the wont p