Manually add an exe to Programs and Features in control panel

0

I'm currently working on a program written in Microsoft Visual Basic. I made a custom installer for it, however, it does not add anything to the Programs and Features list.

I'm trying to figure out how to do this manually (using regedit), so that way I know what I need to add to the code.

controlpanel regedit registry vb.net
2021-10-26 14:13:19
1

0

You need to write values under Software\Microsoft\Windows\CurrentVersion\Uninstall\YourAppnameOrGuid

DisplayName and UninstallString are required, the others are optional.

2021-10-27 14:34:50

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................