This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: JRE is not getting delete
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 23, 2010
08:44 AM
JRE is not getting delete
I am using a typical project template to support both GUI and console mode installation.
It works fine when I used Typical install set (means all folders including JRE are getting remove at uninstall).
JRE is not getting uninstall, if application was installed through Minimal install set.
In case of Minimal install set, It also always force for a reboot and JRE folder is also not getting remove during uninstall.
I am shipping JRE1.5.0_15 JVM with the installer and facing issue on Windows XP With SP2 (32-Bit).
Please provide some help.
Thanks in advance,
It works fine when I used Typical install set (means all folders including JRE are getting remove at uninstall).
JRE is not getting uninstall, if application was installed through Minimal install set.
In case of Minimal install set, It also always force for a reboot and JRE folder is also not getting remove during uninstall.
I am shipping JRE1.5.0_15 JVM with the installer and facing issue on Windows XP With SP2 (32-Bit).
Please provide some help.
Thanks in advance,
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 26, 2010
07:13 AM
Please provide some help.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 26, 2010
08:02 AM
Hi,
We are unable to reproduce the issue which you had mentioned. We tried with both the SUN/IBM 1.5 JRE.
Check if you had enabled the "Do not remove bundled VM while uninstalling" under Project-->Java
OR
Check if the "InstallAnywhere VM Component" under Organization tab is configured properly.
If you still face the issue please let us know your configuration or attach Project file
Thanks,
Indraneel
We are unable to reproduce the issue which you had mentioned. We tried with both the SUN/IBM 1.5 JRE.
Check if you had enabled the "Do not remove bundled VM while uninstalling" under Project-->Java
OR
Check if the "InstallAnywhere VM Component" under Organization tab is configured properly.
If you still face the issue please let us know your configuration or attach Project file
Thanks,
Indraneel
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 26, 2010
10:12 AM
My feeling is that you have a java process that still run in your "Minimal install set".
That will also explain why you are prompted for a reboot.
That will also explain why you are prompted for a reboot.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 27, 2010
08:09 AM
Hi Indraneel & Jerome,
Thanks for the pointer.
But I am not able to find out anything wrong in my project file.
Do IA have different uninstall sequence for Typical and Minimal install set.
Please let me also know if there is any way to generate uninstall log.
Thanks,
Thanks for the pointer.
But I am not able to find out anything wrong in my project file.
Do IA have different uninstall sequence for Typical and Minimal install set.
Please let me also know if there is any way to generate uninstall log.
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 04, 2010
08:20 AM
Hi,
Please provide me some help. I am not able to figure out.
Also how can I generate uninstall logs.
Thanks,
Please provide me some help. I am not able to figure out.
Also how can I generate uninstall logs.
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 04, 2010
09:54 AM
AFAIK, you can't (generate uninstall logs), as uninstallation is supposed not to leave files behind.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2010
12:26 AM
Then how can I debug my uninstallation?
Please provide some help.
Thanks,
Please provide some help.
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 05, 2010
12:32 AM
Lokesh,
By trying to debug the uninstallation, if you want to see an expanded sysout and syserr, then go to your products Installed Home / Uninstaller directory.
If your uninstaller is called as "Change Installation.exe", you would have a file called as "Change Installation.lax" file. Please go and change the following values.
lax.stderr.redirect=
lax.stdout.redirect=
and
put a new property
lax.nl.java.option.additional=-Dlax.debug.all=true -Dlax.debug.level=3
and you should get loads of logs in the error file and out files.
Thanks,
By trying to debug the uninstallation, if you want to see an expanded sysout and syserr, then go to your products Installed Home / Uninstaller directory.
If your uninstaller is called as "Change
lax.stderr.redirect=
lax.stdout.redirect=
and
put a new property
lax.nl.java.option.additional=-Dlax.debug.all=true -Dlax.debug.level=3
and you should get loads of logs in the error file and out files.
Thanks,