![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
hi i want to uninstall my software via another exe file. but i dont know how will i do. |
#2
| |||
| |||
|
|
Partly depends on how the software was installed in the first place and what type of device you are using. But say for example your application was installed as a cab file on Pocket PC and appears in the Remove Programs applet. In this case you run the unload.exe application with the fullname of the installation package as a command line argument. You can determine this from the Remove Programs screen or look in the registry on the device - HKEY_LOCAL_MACHINE\SOFTWARE\Apps and it's subkeys You can refer to the OpenNETCF SDF for Registry and Process code (www.opennetcf.org/sdf) e.g. Process.Start("unload.exe","MyCompany MpApp v2") Peter -- Peter Foot Windows Embedded MVP www.inthehand.com | www.opennetcf.org "Koray TUŠ" <koray.tug (AT) univera (DOT) com.tr> wrote in message news:eDL1KnQ3EHA.2540 (AT) TK2MSFTNGP09 (DOT) phx.gbl... hi i want to uninstall my software via another exe file. but i dont know how will i do. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |