how can i list all installed Software on Pocket PC 2003

  • Thread starter Thread starter tkeilhol
  • Start date Start date
T

tkeilhol

Hi,

has everybody a idee how can i detect all installed
software under pocker pc 2003 ?

Thanks
 
You can enumerate the registry keys below HKLM\SOFTWARE\Apps for all
software installed and visible on the Remove Programs screen. To access the
Registry from .NETCF you will need to P/Invoke the API functions or use a
library such as the free OpenNETCF Registry Library
(www.opennetcf.org/registry.asp) which is built to match the registry
classes available in the desktop framework. There is a sample for the
library available on the site too.

Peter
 
Thanks for the fast answer
-----Original Message-----
You can enumerate the registry keys below HKLM\SOFTWARE\Apps for all
software installed and visible on the Remove Programs screen. To access the
Registry from .NETCF you will need to P/Invoke the API functions or use a
library such as the free OpenNETCF Registry Library
(www.opennetcf.org/registry.asp) which is built to match the registry
classes available in the desktop framework. There is a sample for the
library available on the site too.

Peter

--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org


"(e-mail address removed)"


.
 
Back
Top