Results 1 to 3 of 3

Thread: Webupdate Version Info

  1. #1

    Default Webupdate Version Info

    I use the following to set the compiler variable [PRODUCTVER] to a value in
    an ini file.

    ! Init Version info from version.ini
    #const $PRODUCTVER$ = Get Value from INI file:
    [SOURCEDIR]\Source\Version.Ini
    #set compiler variable [PRODUCTVER] = "$PRODUCTVER$"

    The variable is set and I use it to copy and rename my install which all
    works fine.

    I have enable web update checked and I have [PRODUCTVER] for the product
    version on the ideploy web update properties dialog. When the local version
    is written to the registry it is not the current value of [PRODUCTVER]
    (1.0.0.16) it uses the value from the general information dialog (1.0.0.0).
    If I check store properties in ini file I get the updated value (1.0.0.16)
    in the ini file.

    I have the following in my version.ini file in my source dir:
    [$PRODUCTVER$]
    Value=1.0.0.16

    I have 1.0.0.0 set in the general info dialog.

    Eddie Sizemore

  2. #2

    Default Re: Webupdate Version Info

    Eddie,

    Item in review.

    Thanks,

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: Webupdate Version Info

    Eddie,

    Fixed. The compiler generated the "old" product version info before the
    pre-processor was able to read the "new" version info from the .ini file.
    The fix will be available in the next build.

    Thanks,
    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    +1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Compile-time version info
    By timbojones in forum SetupBuilder
    Replies: 2
    Last Post: 09-22-2006, 01:50 PM
  2. Setting the installer/web update Version Info from a file
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 08-23-2006, 07:59 AM
  3. Version of webupdate
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 4
    Last Post: 01-30-2006, 05:42 AM
  4. Webupdate: Always new version
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 5
    Last Post: 06-24-2005, 04:53 AM
  5. Version info etc.
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 7
    Last Post: 01-22-2005, 08:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •