开发者

Windows Mobile - Notify/Restrict Application Install/UnInstall

开发者 https://www.devze.com 2023-02-10 06:57 出处:网络
I am using .NET CF 2.0 with C#. I need to create Policy en开发者_Go百科forcement application, which restricts backlisted application installation on windows mobile devices. How can I get notification

I am using .NET CF 2.0 with C#.

I need to create Policy en开发者_Go百科forcement application, which restricts backlisted application installation on windows mobile devices. How can I get notification for new application installation with an option to close the installation. I also need to get notification when someone uninstalls my application with an option to close the uninstall process.


Policy enforcement on Windows Mobile can be tricky. I'd recommend not trying to do this yourself if possible.

I've had success with the SPB Kiosk Engine in the past and found it much simpler than locking down the device yourself. Previoulsy I've only been able to lock down specific devices with software from the device manufacturers.

To detect installation of other apps you would need to create an app/service to monitor installed applications.

There isn't a way to detect/prevent uninstallation without use of another proces to monitor this. Even then I'd expect it to be VERY tricky.

0

精彩评论

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

关注公众号