Hello. I'm trying to uninstall an app installed in my PPC. I need to do it with C# code (NOT throught Setting-System-Remove programs). First I need to know if the app is installed and then I need to remove it. I've been searching, and I've found some things about unload.exe and DMProcessConfigXML, but I couldn't make work any of them. Do you have some example of how to use them? Or there is a better way to uninstall an app? Thanks a lot!!!
You can use the UnInstall CSP with DMProcessConfigXML:- http://peterfoot.net/UsingTheUnInstallConfigurationServiceProvider.aspx Peter -- Peter Foot Microsoft Device Application Development MVP www.peterfoot.net | www.inthehand.com In The Hand Ltd - .NET Solutions for Mobility "Arijull" wrote in message news:1187094013.862904.317930@b79g2000hse.googlegroups.com... > Hello. > > I'm trying to uninstall an app installed in my PPC. I need to do it > with C# code (NOT throught Setting-System-Remove programs). > First I need to know if the app is installed and then I need to remove > it. > > I've been searching, and I've found some things about unload.exe and > DMProcessConfigXML, but I couldn't make work any of them. > > Do you have some example of how to use them? > Or there is a better way to uninstall an app? > > Thanks a lot!!! >