Announcement

Collapse
No announcement yet.

Build an installer from command line?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Build an installer from command line?

    Hi there,
    is it possible to trigger a build of an installer from the command line? Effectively, I want to press the "build" button without actually running the IDE. We are trying to fit the installation process into our main build process. Is there a way to do this?
    Thanks,
    John

  • #2
    Yes, you find this in the product documentation.

    Ulrich

    Comment


    • #3
      Unfortunately I do not find this in the documentation.
      I would like to start the build process for several setups via a command line in a windows command window..
      something like:

      BuildSetup_1
      ...
      BuildSetup_n

      can you please give me a hint where to find it!?
      Thank you!

      Comment


      • #4
        I have found it "search for unattended" helped.

        Comment


        • #5
          Hint: use INI files. We have automated build files that configure "True Update" and "Setup Factory" using an ini file to pass versions etc.

          Comment

          Working...
          X