
joey1.5524892795659575E12 asked a question.
Bundle VM not completely uninstalled
When we run the Linux uninstaller it cleans up most of files and directories, but it leaves some directories behind which causes a fresh install into the same base directory to fail.
jre/lib/amd4/jli
jre/lib/amd4/native_threads
jre/lib/amd4/server
jre/lib/amd4/xawt
jre/lib/fonts
So later when a user tries to install the application in the same directory, the installation quietly (no warnings given) fails to correct install the vm bundle. Apparently part of the final phase of the installation moves 'mv' the bundled vm into its final destination - but because those directories still exist the 'mv' command actually fails.
I have already install the HotFix A on top of my SP1 installation, but that made no difference.
Any clues?
If the "mv" is a custom scripting action, then IA does not register those files as installed file and so it will not uninstall them.
Is your installer pure 64 bit installer ?
--Jerome