Our current wix installer gets automatically build with a version number, however we now want to extent this, so that the version number is added to a version history database table during the installation.
I'm using a simple SQL script to insert the version number, however I don't seem to be able to find a property that I can use to get the version number from to insert into the table.
Are there any public properties in wix that can be accessed during the installation that hold the version number, so I can use that to insert it into the database?