Questions tagged [installed-applications]

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

102 questions
2
votes
1 answer

ImproperlyConfigured at / Put 'django.contrib.admin' in your INSTALLED_APPS setting in order to use the admin application

I am getting a traceback identical to the one at this link, http://pastebin.com/Bq1Q0ert, whenever I run my project and visit it at any url. I had resolved this issue previously by having the project serve at 0.0.0.0:8000, but now this seems to not…
2
votes
3 answers

Adobe AIR - listing installed applications

Is it possible to get list of installed AIR applications, optionally only by one vendor? Or, is it possible to check, whether is one application (checked by name/some id/vendor) installed (this method would be preferred) Thank you.
Adam Kiss
  • 11,811
  • 9
  • 48
  • 81
2
votes
1 answer

Scan installed software on Windows

Is there any way of scanning and querying installed software on Windows faster than using WMI?
GreatDane
  • 683
  • 1
  • 9
  • 31
1
vote
2 answers

How do I go about getting the Uninstall String for an installed program

I am trying to retrieve data from a particular installed application, such as the Installation Folder, Uninstall String, Version number, etc. When I run the following code, I get the Install Folder but it returns four rows of question marks for the…
1
vote
2 answers

Is there a way in Flutter to show the list of installed apps to open a file with that works in IOS/Android?

I'm trying to implement the open with functionality in flutter that allows the user to select the app to open a file with, and that works both in iOS/Android. The issue I'm facing is that I need to get the installed apps from the device and the…
1
vote
1 answer

Check if a particular app installed or not flutter

I want to implement conditions in my existing app that a particular app is installed or not. Conditions: the first app is that which is I'm going to build Second app that is required for run first app If the app is installed (Second app) then run…
1
vote
1 answer

Windows Command Line To View Installed Software Hotfixes/Patches

On Windows, navigating into the Control Panel > Programs and Features > View installed updates page, I can see all of the software hotfixes applied including the Windows updates. I would like to view this information using a command. Using the…
Help
  • 161
  • 1
  • 2
  • 14
1
vote
1 answer

Setup has no size in "installed applications" after install4j Setup

We are installing our software with install4j. I'm wondering, why the installed application has no "size" in windows control panel - installed applications. Is there something I can do about it?
1
vote
2 answers

Powershell get installed program script doesn't return computer name

I'm trying to get a list of installed programs off a group of remote servers. I'm able to get the program name but not return the system name. Below is my script. $computerfile = get-content "D:\Users\Admin\Docs\PrimaryServers.txt" ForEach…
Slyons
  • 117
  • 4
  • 20
1
vote
1 answer

Determining version of an installed program on Windows 8.1

I need to write a piece of code (script preferably) that tells if I have Adobe Reader installed and if it is, what it's version is. I think using PowerShell here would be right but i don't know.
daniel.kish
  • 95
  • 1
  • 10
1
vote
1 answer

Detect if HP Fortify is installed on remote computers

Does anyone have a script to scan a network for a list of hosts to determine if HP Fortify software is installed and provide the version? I tried using a PowerShell script that scans the add/remove section of the registry but Fortify does not appear…
bbcompent1
  • 494
  • 1
  • 10
  • 25
1
vote
1 answer

How to sort installed apps retrieved from ApplicationInfo

I want to to sort list of installed apps alphabetically The xml file of my activity contains only a list view. Here is my activity displaying apps : public class AllAppsActivity extends ListActivity { private PackageManager packageManager =…
1
vote
0 answers

IOS get installed Apps

I'm using this code to get installed apps in ios : ( NSArray * )installedApps{ NSMutableArray * array = [[NSMutableArray alloc] init]; Class LSApplicationWorkspace_class = objc_getClass("LSApplicationWorkspace"); NSObject* workspace =…
1
vote
1 answer

c# start menu style listbox

Hey everyone I am working on a start menu style program and would like to know how I get pinned programs and all programs list. I started some research and will post what I found so you can all help fill the gaps. For getting program icons I found…
Carbongrip
  • 173
  • 1
  • 3
  • 12
1
vote
2 answers

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 back on Jenkins official download site(when I wanted to upgrade Jenkins to newer version). This is what I see at the…
AKS
  • 16,482
  • 43
  • 166
  • 258