I use Inno Setup (highly recommended) for all of my install files. It turns out that you need to include two directives inside the [Setup] section of the Inno Setup script in order for your program to be listed. I'd like to thank TLama from StackOverflow for his answer.
[Setup] UninstallDisplayName={#MyAppName} UninstallDisplayIcon={app}\{#MyAppExeName}
Adding unistall information with Inno Setup
TLama
Inno Setup
Enjoy!
Semper Fi
Gunny Mike
end.
No comments:
Post a Comment