Announcement

Collapse
No announcement yet.

Create A Log File From Setup.exe Without Using Command Line Parameters.

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

  • Create A Log File From Setup.exe Without Using Command Line Parameters.

    I would like to have our Setup.exe automatically create an installation log file for our customers, without having to have the customer use any command line parameters (for creating a log file) when they start the Setup.exe program. Is there any way to do that? Thanks.

  • #2
    You can use TextFile.WriteFromString() and create your own log file. The built-in log file will only be written to disk if you provide the command line argument.

    Ulrich

    Comment


    • #3
      Ok. Thanks Ulrich.

      Comment

      Working...
      X