Use this tag for questions related to Installed Applications, in an iPhone for example.
I have a fast question: IS there any other places in the registry but this: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\…
registry installed-applicationsIs it possible to get a list of installed software of a remote computer ? I know to do this for …
windows powershell remote-debugging installed-applicationsI am in this situation where I have to display a button which says "Open myApp" (if myApp is installed …
iphone url installed-applicationsI 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-applicationsI try to get a list of installed application keys: RegistryKey RegKeyUninstallList = Registry.LocalMachine; string strUninstallList = @"SOFTWARE\Microsoft\Windows\CurrentVersion\…
c# x86-64 regedit installed-applicationsIf I call PackageManager pm = getPackageManager () ; List<PackageInfo> pis = pm.getInstalledPackages (PackageManager.GET_PROVIDERS) ; I get a list …
android installed-applications android-package-managersI'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-applicationsI'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-applicationsI am doing the following to get the list of apps and I am only getting apps that were installed …
android android-package-managers installed-applicationsI want to be able to look for an installed program in powershell and output to a file the results. …
powershell installed-applications