+ Reply to Thread
Results 1 to 6 of 6

Thread: Server Manifest File

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Server Manifest File

    Hey,

    i test the last version and i have one question:

    can i change the ini file from the iDeploy Web Update when i compile a setup ?

    in the Server Manifest File is only this information:

    [SB5UPDATE]
    Version=1.00.001
    Setup=Your Project Name-6.exe

    ^^

    can i change this ? more infomation !

    best regards

    db

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Server Manifest File

    Hello,

    This INI file is automatically generated if you compile your setup.

    The "Version" value comes from [PRODUCTVER] (that's the Product Version in your Product Properties). In your case, it is set to 1.00.001. The "Setup" value comes from [EXENAME] (that's the Executable Name in your Product Properties).

    Does this help?

    Friedrich

  3. #3

    Default Re: Server Manifest File

    sorry - wrong question

    i need more information in this INI file!

    [SB5UPDATE]
    Version=1.00.001
    Setup=Your Project Name-6.exe

    ^^

    this ist is automatically generated - ok - but when i need this information:

    [SB5UPDATE]
    Version=1.00.001
    Setup=Your Project Name-6.exe
    Licence=2098763,2003290

    or


    [SB5UPDATE]
    Version=1.00.001
    Setup=Your Project Name-6.exe


    [PROGRAM1]
    Version=11.100
    Setup=/program1/setup.exe
    Licence=1021039


    more information in the INI file when i compile

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Server Manifest File

    Hello,

    See attached screenshot. It should be possible to use the "#edit ini..." preprocessor to handle this.

    Does this help?

    Friedrich
    Attached Images Attached Images  

  5. #5

    Default Re: Server Manifest File

    perfect !!!

    i have see this:

    SetupBuilder 7.0 Build 2762 (October 27, 2009)
    ----------------------------------------------------------------------------

    IMPROVEMENT: IDE: The "iDeploy Web Install Properties" support Compiler
    Variables now.


    ^^

    can you tell me how this work - or where can i find this function ?!

  6. #6
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: Server Manifest File

    Well, just use a compiler variable in the Web Install Properties instead of a hard-coded value

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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