Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
61 views

WIX program still exists in Add/Remove section of Control Panel

I made my WIX install option, upgrade so that it removes previous DLLs, However when I go into Control Panel, and go to the Add/Remove Programs section, the previous version is still present. How do ...
2
votes
2answers
113 views

Setting value for Publisher, Size, and Version in Win 7's Programs and Features for a Java app

I have a Java application that is running on Windows 7. When I look at the uninstaller inside control panel>Programs and Features I see that other apps have values for Publisher, Size, and Version. I ...
2
votes
2answers
584 views

InstallShield Show product name + version in Add/Remove Programs

How to show product name + version like "My product 1.1.1.0" in Add/Remove Programs, Where "My Product" is name of product in InstallShield and "1.1.1.0" Product Version? Thanks.
2
votes
1answer
603 views

VS 2010 Setup project: how to get manufacturer name in Programs and Features

In my setup project in VS 2010, in the properties window, I have set the Manufacturer and ProductName properties. I have also set the Company property of the assemblies of my web application and class ...
1
vote
1answer
192 views

How to set the “Version” of an “Installed Update” in the Control Panel's “Add or Remove Programs”

I've created an MSI installation file using InstallShield 2010. After I've installed it, if I go to the "Add or Remove Programs" / "Programs and Features" in the Windows Control Panel I can see my ...
1
vote
1answer
60 views

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 ...
1
vote
2answers
213 views

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 ...
1
vote
1answer
296 views

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

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

Opening the Add/Remove Programs dialog takes too much time [closed]

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 ...