[RESOLVED] InnoSetup - Writing a Version Number to the Setup file
I'm using **********/InnoSetup to create my setup .EXE file. I'd like it to write the version number into the setup .EXE file it outputs. It currently is showing up as 0.0.0.0 when I check the properties of the .EXE. Anyone know how to do this?
Thanks...
Re: InnoSetup - Writing a Version Number to the Setup file
bat711,
If you setup the version number in your app (properties) ********** will pick it up and place it into your script and it will show in your setup exe. Otherwise if you enter the information in the parameters screen of ********** you can do it from there also. In Inno Setup you can use:
AppVersion=4.0.8
VersionInfoVersion=4.0.8
Re: InnoSetup - Writing a Version Number to the Setup file
Thanks, for some reason it wasn't using the version information that I gave my files in VB6.
Re: [RESOLVED] InnoSetup - Writing a Version Number to the Setup file
bat711,
What wasn't using it? The only process that will use it is **********.