On Apr 19, 2011, at 7:09 AM, kirankumar wrote: > I have one application for this i developed uninstall application when i run > uninstall utility it completely uninstalling successfull upto here it is fine. > > But when i open the application also the uninstall utility is running > completely successfull its a wrong process . > > if application is in running stage ,the uninstall utility does not allow to > uninstall for this what i need to do?
If the application is visible to the user (one that they launch and quit, not a background-only application) and the uninstaller is something they initiate, then the uninstaller can check if the application is running before proceeding with the uninstall. If the application is running, the uninstaller can present an alert to the user letting them know that they must quit the application before the uninstall can proceed. Dismissing the alert would repeat the check. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com