Questions tagged [addremoveprograms]

The "Add/Remove Programs" utility is a standard Microsoft Windows UI for listing applications installed on the computer and providing basic mainterance actions like uninstalling, repairing or modifying the installations.

The "Add/Remove Programs" utility is a standard Microsoft Windows UI for listing applications installed on the computer and providing basic mainterance actions. This utility is usually found in the Control Panel.

The list presents some basic information like the name of the application, installation date, approximate size. There are some other bits like publisher's name, company, or product version, but availability of these metadata vary as they are provided by the authors of the applications.

Typical mainterance actions provided by "Add/Remove Programs" are actually:

  • uninstall
  • repair (i.e. try restoring some deleted or damaged files)
  • modify (i.e. turn some features on or off)

The obviously missing "Add" part from the name comes from the fact that on many versions of the Windows, user may find here some button/link that takes the him to completely another view which allows him to install or uninstall some core Windows programs and services. It is not possible to "Add/Install" a completely random 3rd party application from here. For this, simply run the related Installer or MSI package.

It's worth noting that not all above-mentioned mainterance actions are always available. As with the metadata provided by application's authors, the extra mainterance options must be explicitely supported by the MSI package provided by application's authors. Very often the "uninstall" is the only available action.

42 questions
2
votes
2 answers

In app purchase for removing Admob in Android

I have implemented the code for admob activated , I want to introduce in-app purchase for remove admob , can anybody tell me how can I do this perfectly, I have checked many tutorial but not clear the concept , please help me in this regard. …
user3449119
  • 61
  • 2
  • 6
2
votes
1 answer

How to avoid "other users logged on" warning during uninstall?

I'm writing a program that installs itself in the user's application folder, and adds uninstall information (for Add/Remove Programs) to the correct location under HKEY_CURRENT_USER in the registry. Even though all registry entries and files/folders…
Bill Brooks
  • 751
  • 1
  • 10
  • 30
1
vote
2 answers

What are all the programs to uninstall to remove visual studion 2008 express?

I am a novice tool user but was required to load VS 2008 for a class I was taking which we only used one time. I did not register the copy on my one time use and now 6 months later am required to use VS 2005 for another class. My problem - I need…
Robin Hurst
1
vote
1 answer

How to get add remove programs list from 1 device and compare it with other device using

I have couple of remote devices, where in i need to compare the add remove programs the devices using powershell. how can i do it. Can anyone help me. Example:- Need to compare appremove programs from "A Computer" with "A1 Computer" and "B Computer"…
Ananth
  • 11
  • 3
1
vote
1 answer

Wix custom action does not execute using Add/Remove program but does execute running MSI and selecting Remove

My WIX custom action should delete a SQL Job when the product is uninstalled. This works perfectly if the MSI is executed and REMOVE is selected. However, it never seems to run if the product is removed via Add/Remove programs. Here is my…
1
vote
1 answer

Why is the application size in Add/Remove Programs increasing each time my app is uninstalled and reinstalled?

It's a WiX MSI installer and each time I uninstall and reinstall it in my virtual machine environment the size reported in Add/Remove Programs gets bigger. It's up to 200MB now when the installed files are only just over 30MB. Any idea how this…
Davy8
  • 30,868
  • 25
  • 115
  • 173
1
vote
0 answers

Unable to get uploaded file name using angularjs with php

I am trying to upload multiple files with different title but unable to get uploaded file names. Here is my html code.
1
vote
1 answer

Installed program not listed In Programs and Features

I'm using Inno Setup 5.5.6 to create an install file. Everything works fine and gets installed except the Program is not listed in the Program and Features section of the Control Panel. What would cause this to happen and how can I troubleshoot this…
1
vote
0 answers

How to register custom installer with Windows Add/Remove programs?

I want to create a custom installer (as opposed to using a Windows Installer package). However, I also want to be able to have the custom installer application appear in the Add/Remove programs list so that the uninstall is easy. How do I do this?
Doug
  • 5,116
  • 10
  • 33
  • 42
1
vote
1 answer

Where do you assign the .ico file to display for a program's Unisntall (in Add/Remove programs) in Windows?

I want to assign an icon to display next to my app's Uninstaller in the Windows Add/Remove programs. I assume that would be in the Registry setting for the uninstaller, but I don' see an obvious place to assign that.
Clay Nichols
  • 11,848
  • 30
  • 109
  • 170
1
vote
2 answers

Set up uninstall and Add/Remove Program uninstall

There are two ways to uninstall my application. By using the same setup. Add/Remove Programs in Control Panels We have got a special uninstallation procedure in our setup, and it launches some special dialog boxes to get user inputs. In that way…
ABCD
  • 897
  • 16
  • 38
1
vote
1 answer

Singly Linked list remove bool method

Im trying to create a public bool remove(E element) method that removes the first node that includes the element and if no such a node is found it returns false otherwise true...How can I do that ? im having trouble linking the removed node's…
Ron Paul
  • 183
  • 3
  • 11
1
vote
1 answer

UAC in Programs and Features

I have a binary which creates and later removes entries from Program and Features (also comes up in Add/Remove Programs). While I can get UAC permissions when creating the entries, my requirements do not allow me to show a UAC prompt when I need to…
sohil
  • 508
  • 1
  • 3
  • 14
0
votes
1 answer

Prevent program appearing in Add/Remove section of Control Panel

I'm bootstrapping a ClickOnce setup file so that I can add custom actions pre and post install. The only problem I'm facing is that the ClickOnce installation writes to the Add/Remove Programs section of Control Panel. This mean that the user would…
keyboardP
  • 68,824
  • 13
  • 156
  • 205
0
votes
1 answer

Opening the Add/Remove Programs dialog takes too much time

I'm on a WinXP Pro SP3 box. Some time ago, I noticed that opening the Add/Remove programs window takes a lot of time. The window itself opens, but it's building the list that takes so long. I fired FileMon from SysInternals, and it turned out that…
ulu
  • 5,872
  • 4
  • 42
  • 51