|
-
Sep 7th, 2005, 11:55 AM
#1
Thread Starter
Addicted Member
[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...
-
Sep 7th, 2005, 12:22 PM
#2
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
-
Sep 7th, 2005, 01:44 PM
#3
Thread Starter
Addicted Member
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.
-
Sep 7th, 2005, 02:06 PM
#4
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 **********.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|