microsoft / SCXcore

System Center Cross Platform Provider for Operations Manager
Microsoft Public License
36 stars 31 forks source link

Fix IsStillInstalled check for websphere 8.5.x #75

Closed vimish closed 7 years ago

vimish commented 7 years ago

@Microsoft/ostc-devs

To check whether a websphere is still installed, presence of file wsBundleMetadata is checked. Atleast on websphere 8.5.x wsBundleMetadata is a directory. Updated the method to check for the presence of directory. Also did not remove the file check to avoid any backward compatibility issues.