Automated Build Version Number

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • JohnD
    Forum Member
    • Jan 2002
    • 13

    Automated Build Version Number

    I have created an ini file with the following information for the version number,

    [Constants]
    #PRODUCTVERSION#=3.28.6

    and have set the following command line parameters for the build

    C:\IndigoRose\SetUpFactory\Projects\Braintree2.sf6 /B C:\IndigoRose\SetUpFactory\Projects\Braintree.ini /M

    How do I get SUF6 to create the exe with the #PRODUCTVERSION# as the version number, however hard I try I always get the old value in the version box in General Design

    I have tried setting the ini file to
    [Constants]
    %PRODUCTVERSION%=3.28.6

    but that does not work either. Any Ideas?

    JohnD
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2000

    #2
    Re: Automated Build Version Number

    Try this:

    C:\IndigoRose\SetUpFactory\Projects\Braintree2.sf6 /B:C:\IndigoRose\SetUpFactory\Projects\Braintree.in i /M

    Notice the colon after the /B and the removal of the space as outlined in the command reference.

    Comment

    Working...
    X