开发者

C# Get notified when removing an application in Windows 7

Is there any way to get notified when user is removing an application from add/remove programs in control panel? I saw there is an API in Windows C开发者_运维百科E, but not in Windows 7. I would like to get notified in Windows 7 by using C#, thanks!


If you've created an installer in visual studio there is an object model to extend the installation and uninstallation logic.

See this link for a further explanation Code project installer

This won't work for any other uninstalls but the given application.


Since you are in control of the uninstall process you can notify yourself however you please during that process. But there's no magic API to do the work for you I'm afraid.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜