Re: Does not allow to Uninstall the application when it is running.
Re: Does not allow to Uninstall the application when it is running.
- Subject: Re: Does not allow to Uninstall the application when it is running.
- From: Michael Babin <email@hidden>
- Date: Tue, 19 Apr 2011 07:47:13 -0500
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 (email@hidden)
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:
This email sent to email@hidden