cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
badool
Level 2

installShield 11.5 Linux Bug

Hi All,
i m getting a very strange error on Linux. When i try to uninstall my product i get
cat: /tmp/istemp23375101082907/chunk2: No such file or directory
rm: cannot remove `/tmp/istemp23375101082907/chunk1': No such file or directory
rm: cannot remove `/tmp/istemp23375101082907/chunk2': No such file or directory


this chunk2 is actually jvmnotfound.txt , though the uninstaller is able to extract the required jvm but still it is trying to display the contents of this file.

there seems to be a problem with the .bin uninstall script.
i found that there are some differences between this and previous versions of this file. Some are:

1) In the previous version there is no rm statement wihtout '-f '
2) All the messages go to the /dev/null
but in the current version inside extractAFile() function , we have two statements violating these rules:

cat "$CHUNK2" >> "$NAME"
rm $CHUNK1 $CHUNK2


and thses are the two statements which are getting displayed.

the uninstallation is though complete, but y this error message is coming.
Labels (1)
0 Kudos
(3) Replies
donmarselle
Level 3

I'm seeing the same thing on both Linux and Solaris. Is there any fix for this available?
0 Kudos
antonioeri
Level 3

Hi all I have the same error message after uninstallation on Solaris platform.
Is there someone that know how to solve it?
0 Kudos
enanrum
Level 9

There is a fix for this in the SP1 - you have to call them and get the link for it!

The uninstaller does not use the same scriptlauncherstub.sh script, it uses the one in the distributables/platform/ext/(platform)ppk.jar

Hope this helps!
Tom
0 Kudos