Results 1 to 4 of 4

Thread: [RESOLVED] InnoSetup - Writing a Version Number to the Setup file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Location
    Chicago
    Posts
    136

    Resolved [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...
    CodeBank: Launch IE

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2005
    Location
    Chicago
    Posts
    136

    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.
    CodeBank: Launch IE

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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
  •  



Click Here to Expand Forum to Full Width