Help in script
Hi,

Im new to scripting.i have created a installer that installs/uninstalls Tomcat and Derby .Both these are in a single folder.
Now while uninstalling Derby alone i need to show a pop/messagebox with a message "Want to uninstall?" and by default that popup should have a check box with "no" as checked.
i tried using ifFileexists "directory name". But in my case after uninstalling Tomcat only i need that pop up. Any help...