Results 1 to 6 of 6

Thread: Webupdate ini file

Hybrid View

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

    Default Webupdate ini file

    Hi Friedrich,

    Is there any reason why I couldn't add an entry into the manifest file?

    Example:

    [SB5UPDATE]
    Version=1.50.1212
    Setup=BuildAutomatorInstall.exe
    Options=1,2,3

    Or something like that?

    I may need to download the manifest before I do an install to get the
    Options parmeters and deal with them.

    Best regards,

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  2. #2

    Default Re: Webupdate ini file

    Hi Arnór,

    > Is there any reason why I couldn't add an entry into the manifest
    > file?
    >
    > Example:
    >
    > [SB5UPDATE]
    > Version=1.50.1212
    > Setup=BuildAutomatorInstall.exe
    > Options=1,2,3
    >
    > Or something like that?
    >
    > I may need to download the manifest before I do an install to get
    > the Options parmeters and deal with them.

    Absolutely no problem. You are allowed to add the above!

    Friedrich

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

    SetupBuilder "point. click. ship"
    Create Windows Vista ready installations in minutes

    -- Official Comodo Code Signing and SSL Certificate Partner

  3. #3

    Default Re: Webupdate ini file

    Hi Friedrich,

    > Absolutely no problem. You are allowed to add the above!

    Is there a way to do so from within the SB project? I haven't looked at it
    yet, just wondering.

    Best regards,

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  4. #4

    Default Re: Webupdate ini file

    Hi Arnór,

    >> Absolutely no problem. You are allowed to add the above!
    >
    > Is there a way to do so from within the SB project? I haven't looked
    > at it yet, just wondering.

    In SetupBuilder 7, we have "#edit ini...", but this is not available in
    SetupBuilder 6.

    So from SB7 "yes", from SB6 "no" <g>

    Friedrich

  5. #5

    Default Re: Webupdate ini file

    Hi Friedrich,

    > In SetupBuilder 7, we have "#edit ini...", but this is not available in
    > SetupBuilder 6.
    >
    > So from SB7 "yes", from SB6 "no" <g>

    BUT, I could do a #RUN with "Process after script compilation, where I ran a
    small exe stub that wrote to the INI file.

    #run test.exe -- Command Line: /f=[IT_MANIFESTFILE] /n=%IT_UPDATEINI% --
    Options: [Post-compile]

    The contents of the /n argument would then determine what to write
    (basically true/false in my case) and the /f agrument would be the manifest
    file.

    Hmm...

    --
    Arnór Baldvinsson - Icetips Creative, Inc.
    Port Angeles, Washington
    www.icetips.com - www.buildautomator.com

    Icetips product subscriptions at http://www.icetips.com/subscribe.php

  6. #6

    Default Re: Webupdate ini file

    Hi Arnór,

    >> So from SB7 "yes", from SB6 "no" <g>
    >
    > BUT, I could do a #RUN with "Process after script compilation, where I
    > ran a small exe stub that wrote to the INI file.
    >
    > #run test.exe -- Command Line: /f=[IT_MANIFESTFILE] /n=%IT_UPDATEINI% --
    > Options: [Post-compile]
    >
    > The contents of the /n argument would then determine what to write
    > (basically true/false in my case) and the /f agrument would be the
    > manifest file.
    >
    > Hmm...

    Yes, that would work. But I'll check if it is a problem to port "#edit
    ini..." to SB6.

    I'll let you know...

    Friedrich

Thread Information

Users Browsing this Thread

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

Posting Permissions

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