how to make our application icon exist in the Control Panel\Program and features?

kinki_2046

Member
Joined
Jun 8, 2011
Messages
23
Programming Experience
Beginner
Dear all,

how to make our application icon exist in the Control Panel\All Control Panel Items\Programs and Features and allow us to uninstall or change from there?

Just like after we install the Kaspersky Internet security 2010 antivirus.

Thanks.
 
Two deployment tools exist in VS depending on version:
  • ClickOnce: access it from Publish page in project properties, or menu Build > Publish. All VS have this.
  • MSI installer: adding a Setup Project to the solution. VB Express doesn't have this.
 
Back
Top