Reply to Thread

Post a reply to the thread: Server Manifest File

Your Message

Click here to log in

What's the name of our main installation product (in uppercase letters), directly followed by the current year?

 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Topic Review (Newest First)

  • 12-07-2009, 02:00 AM
    linder

    Re: Server Manifest File

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

    Friedrich
  • 12-07-2009, 01:56 AM
    dbuechel

    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 ?!
  • 12-07-2009, 12:56 AM
    linder

    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
  • 12-07-2009, 12:40 AM
    dbuechel

    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
  • 12-04-2009, 08:17 AM
    linder

    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
  • 12-04-2009, 08:09 AM
    dbuechel

    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

Posting Permissions

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