I have been trying to get the new product bean that deletes directories to work. It is failing for one of two reasons:

1. The jvm subdirectory previously installed appears to have the read only attribute set. I have tried removing this attribute with explore, but it does not appear to take.

2. The relative directory is incorrect on my bean properties. I have used the same one that I used to install it on the jvm resolution bean. To make sure, I added several more with various parts of the relative path specified, and finally three at the end which use the full path with $d(install), $PATH($P(absoluteInstallLocation)), and one with a complete hard code path to the directory. None these worked.

I would like to discover what the actual paths that are being used by the above delete directory bean. Turning on logging from the multisuite installer does not tell me much since it is the first product being installed where the problem is located. Also, is there a way to force the removable of a directory even if it is read only?

In the pervious version 4.5, I used the file manipulation beans which appeared to work fine. I may need to go back to using these again.