I need to read the installer version number (not the exe version number) programmatically. Is there any way?
I have a bundled software which has multiple EXE's under one installer. Commonly I use the installer version number for reference and want to show it up to the user. Is there any way t...