Reputation: 19197
I have two legacy installers of my program I kept on my website:
I usually only keep legacy installers because there was a change support of operating systems. But I can see no official documentation at my end to confirm this nor on my website.
Is there any safe way to determine what windows version these compiled installers supported?
Upvotes: 1
Views: 119
Reputation: 202514
Check what version of Inno Setup the installers were built with.
(use About Setup command in menu that appears if you click in window title icon)
And then check what version of Windows did that version of Inno Setup support in Inno Setup version history.
Upvotes: 2