Results 1 to 10 of 13

Thread: SetupBuilder 2018 Build 6100

Threaded View

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

    Default Re: SetupBuilder 2018 Build 6100

    Hi Jeff,

    > No need to create a demo just for me, unless you already intended to
    > do it. Just trying to understand how you intend for this to work out
    > of the box.

    I think I'll create one to demonstrate the power of SetupBuilder :-)

    > The scenario that made me ask the question is where you "save" the
    > response files with the intent to re-load them at a later date. What
    > if someone (a "hacker" perhaps) wanted to trick the system into
    > thinking it performed a subsequent update, but sent the new files to a
    > black hole instead?
    > Would the initiator of the update be able to know that the files went
    > to the wrong place?

    By default, you store the (optional) response file to the folder where the
    "setup.exe" is located in. The end-user can specify another location.

    For example (at command line level):

    setup.exe /S /RF "my_response_file.txt"

    or:

    setup.exe /S /RF "c:\test\response.txt"

    And you can hard-code a response file name and location into the setup.exe.

    For example, this line in the script:

    Load Response File ("response.txt")

    setup.exe /S will automatically use a "response.txt" response file.

    But here comes the interesting part. First of all, you have to ENABLE the
    response file feature. It is disabled by default. Secondly, you can
    "protect" variable names.

    Let us assume, you have a hidden "%TOP_SECRET_UNLOCK_VAR% variable name that
    unlocks specific features based on a license key. In the attached
    screenshot, the variable name of this protected variable can't be changed
    from a response file.

    Friedrich
    Attached Images Attached Images  

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
  •