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
0
votes
1 answer

Create entry in Add/Remove programs through NSIS,why are registry keys not added?

I am using NSIS to create an installer/uninstaller for my application. I want to create an entry in the Add/Remove Programs list in the Control Panel. I went through the steps on the NSIS wiki:…
tutiplain
  • 1,427
  • 4
  • 19
  • 37
0
votes
2 answers

Powershell custom install shows in Add / Remove Programs

I've been trying to figure out the following question on the net, but cound't find an answer. I'm doing custom application installations using Powershell (nothing new here). Now, I have the following requirement: I would like to add a Comment and a…
avi.elkharrat
  • 6,100
  • 6
  • 41
  • 47
0
votes
0 answers

Troubles installing TelnetClient

From an administrator PowerShell prompt: PS> Enable-WindowsOptionalFeature -Online -FeatureName TelnetClient Enable-WindowsOptionalFeature : The referenced assembly could not be found. At line:1 char:1 + Enable-WindowsOptionalFeature -Online…
Kellen Stuart
  • 7,775
  • 7
  • 59
  • 82
0
votes
0 answers

Filter Installed Applications from Registry to only show list from Programs and Features

I am easily able to pull a list of applications on a system from the registry location of HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall but the list of applications I get back is much larger than the list shown in the Programs…
JoshF
  • 159
  • 4
  • 15
0
votes
1 answer

Icon not displayed correctly in setup project VS 2005

I am making a setup project for my dependent project in the same solution, i have a icon for my dependent project which i set in project properties, i have also added this icon to setup project in the application folder, i want this icon to appear…
PUG
  • 4,301
  • 13
  • 73
  • 115
0
votes
1 answer

How to use registry string redirection to a managed DLL for MUI support?

I've seen how to use registry string redirection to enable MUI support, even on Stack Overflow. For example, you can add a redirected string value named DisplayName_Localized to the registry to localize your program's entry in the ARP…
tdlamey
  • 61
  • 6
0
votes
1 answer

difference between a windows 'program' and an executable file

So i recently got myself into a sticky situation, it seems like windows 'forgot' about a program I had installed (some drives changed letters / not really sure what happened).. I could find files that it created, but in 'Programs' and 'Add/Remove…
e wagness
  • 301
  • 2
  • 13
0
votes
1 answer

Add remove programs show increased size after each REINSTALL of my msi product

When my application is run, it connects to an online repository and checks if a higher version is available. If higher version is available it downloads the MSI and does an upgrade (i.e do a minor update by using different product version). After…
Kunal
  • 227
  • 1
  • 3
  • 9
0
votes
2 answers

Latest built installer for a project doesn't show up in Add/Remove Programs

I noticed within the past couple of weeks my latest builds of a specific project are not showing up in Add/Remove programs. I am using Visual Studio 2010, Windows7 64-bit (though I've also tried this over two Windows 32-bit machines). All latest…
0
votes
1 answer

remove jquery for nested

I have the following <-div-> nested
-1
votes
1 answer

Installsheild 2013 Upgrade not removing previous version (things to check?)

I've created a copy of InstallShield project, so all the settings should be the same. (I've done this before with success). I am using this copy to make changes to the installer project as it will be called in an automated build way. One big change…
-2
votes
1 answer

How to remove virtual keypad from games/ apps

I have an galaxy smart s6830 touch Chinese Mobile (240x320) (myriad java platform) (esmertec jbed) and I need to remove keypad from apps . I have put the following into the jar file but, unfortunately, it doesn't work: LGE-MIDlet-Height:…
1 2
3