Announcement

Collapse
No announcement yet.

Hello

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

  • Hello

    Hi there!
    In setup factory there is a file generated by the installer called confirm.txt
    That file is supposed to say if the installation was successful or not.
    I wonder if there is a possiblity to receive the name of this file as a parameter to the installation file? I need people to be able to choose the name of that file. Can anyone explain how to do that on the lua code? Is that even possible?

    Thanks in advance!

    ~oreniko

  • #2
    You can parse command line arguments passed to the installer, and use them how you see fit. You can find explanations about _CommandLineArgs in the product documentation, and further examples here.

    Ulrich

    Comment


    • #3
      Thank you that article really helped and I managed to create a solution.

      ~oreniko

      Comment

      Working...
      X