Top "Installed-applications" questions

Use this tag for questions related to Installed Applications, in an iPhone for example.

Registry path to find ALL the installed applications

I have a fast question: IS there any other places in the registry but this: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\…

registry installed-applications
Get list of installed software of remote computer

Is it possible to get a list of installed software of a remote computer ? I know to do this for …

windows powershell remote-debugging installed-applications
Detecting programmatically whether an app is installed on iPhone

I am in this situation where I have to display a button which says "Open myApp" (if myApp is installed …

iphone url installed-applications
How to get the list of apps that have been installed by a user on an Android device?

I am using the following piece of code at the moment: List<PackageInfo> packs = getPackageManager().getInstalledPackages(0); but it …

android android-package-managers android-applicationinfo installed-applications
Get installed software list using C#

I try to get a list of installed application keys: RegistryKey RegKeyUninstallList = Registry.LocalMachine; string strUninstallList = @"SOFTWARE\Microsoft\Windows\CurrentVersion\…

c# x86-64 regedit installed-applications
getPackageManager ().getInstalledPackages (PackageManager.GET_ACTIVITIES) returns null

If I call PackageManager pm = getPackageManager () ; List<PackageInfo> pis = pm.getInstalledPackages (PackageManager.GET_PROVIDERS) ; I get a list …

android installed-applications android-package-managers
Check If a program is installed on multiple computers using Powershell

I'm having issue with a script I've written and would love some help. Please note I'm very new to powershell. …

powershell-4.0 installed-applications
Jenkins - Plugins not installing and jobs and features are missing after upgrade.

I'm using latest Jenkins (v 1.590) LOL, but Jenkins official site say: 1.588. I'm 200% sure that I did see 1.589 and 1.590 few days …

plugins jenkins installation upgrade installed-applications
How to get list of ALL apps (including System Apps)?

I am doing the following to get the list of apps and I am only getting apps that were installed …

android android-package-managers installed-applications
Check computers for installed program in powershell

I want to be able to look for an installed program in powershell and output to a file the results. …

powershell installed-applications