I am not sure if this is possible or not but I was wondering if I could add more information about the installer I make. For example if you look at Inno Setup you can enter publisher information, url to site, etc... and when the installer is created you can see that information in two different spots on the computer:
So can this be done or not?
Add more information?
3 posts
Use VIAddVersionKey and VIProductVersion (chapters 4.8.3.1 and 4.8.3.2 of documentation).
Oh ok cool thank you so much.