damoncourtney / installjammer

InstallJammer Multiplatform Installer
http://www.installjammer.com/
Other
32 stars 20 forks source link

Uninstall leftover files removes too much #66

Open ghost opened 13 years ago

ghost commented 13 years ago

Hi,

Can the UninstallLeftoverFiles.action be configured to work from below a particular directory level? Currently, it will wipe out any other applications which happen to share a common root path. For instance, imagine I have the following apps installed in the locations shown:

C:\Program Files\MyCompany\MyProduct 1.0\Server - this is an InstallJammer built app C:\Program Files\MyCompany\MyProduct 1.0\Client - this is a non-InstallJammer built app

If I include the MyCompany\MyProduct 1.0\Server details in the InstallJammer app, and I subsequently remove it, and use the UninstallLeftOverFiles.action - then IJ will also remove the Client app. Ideally it would be good to be able to say 'Uninstall leftover files under the Server sub folder' - thereby cleaning up the IJ part of the install, but leaving other apps using a shared root.

Thanks,

Ben