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

  • Thread starter Thread starter Stingray2772
  • Start date Start date
S

Stingray2772

Guest
I noticed within the past week or two my latest builds of a specific project are not showing up in Add/Remove programs.

I am using Visual Studio 2010, Windows 7 64 bit (though Ive also tried 2 32 bit machines). All latest service packs and updates are installed. The solution is made up of several projects with various references. The Setup and Deployment project is not the Install Shield version, but the built in Microsoft project.

Previous versions of the software installed fine, and still do... but if I pull down a tagged earlier version from CVS, and rebuild the installer for those versions, they do not work either.

Ive opened the MSI in Orca, and I can see that the ARPNOREMOVE, ARPSYSTEMCOMPONENT are both set to 1. When the project gets installed, a registry entry SystemComponent Dword value is created. If I remove that registry entry, the application shows up. Based on everything Ive read and researched I have found people that WANTED this funcitonality but were told Visual Studio can not do this on its own and their solutions were to use Orca to add the ARPNOREMOVE or ARPSYSTEMCOMPONENT. At this point, all of the people who had my problem that I can find either had a basic default installer and they didnt know what name they were looking for in Add/Remove Programs or some other basic error that doesnt apply in my situation.

Ive tried all of the following.

-Previous versions of tagged versions on CVS -Multiple development machines -Multiple computers to verify none show up in Add/Remove programs -Resetting all Visual Studio settings -Building from a clean development environment -Removing Installer project from the solution and creating a new installer project

The weird part is that if I create a new solution and just create a setup and deployment project within, that installs fine.

Continue reading...
 
Back
Top