2

For Windows desktop, the Add/Remove Programs list exists in the registry (as described here). I would like to list the same programs in Windows Mobile (5+), but the registry entries don't seem to exist in that location.

Searching the registry did not yield any positive results.

Ideas?

Community
  • 1
  • 1

1 Answers1

1

Have a look here. For older platforms you look at the registry key:

\HKLM\SOFTWARE\Apps\Appname\

All installed applications should have the "InstallDir" and "Instl" keys there. The "Instl" must have a value of 1.

For newer platforms you need to use the Configuration Service Provider.

kgiannakakis
  • 103,016
  • 27
  • 158
  • 194