inno-setup

Prevent Inno Setup installer from adding registry entries and being included in programs/features


I am not 100% sure how Inno Setup deals with the registry, but from what I can tell, it adds a few items to the registry even though I do not have any code under [Registry]. This is something we would like to eliminate if possible and we would also like it to not show up in the programs/features menu (which I'm assuming is directly related to the registry). I am unsure how to approach this problem because I can't see where Inno Setup is directly doing this.


Solution

  • There are two related directives:

    So you want the CreateUninstallRegKey=no.