Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Saving an installation log with IFW

Saving an installation log with IFW

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 583 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • dcouchD Offline
    dcouchD Offline
    dcouch
    wrote on last edited by
    #1

    I'm looking to see if there is any way to have the built installer save the output you would normally see by launching it with the -v option to a file.

    jsulmJ 1 Reply Last reply
    0
    • dcouchD dcouch

      I'm looking to see if there is any way to have the built installer save the output you would normally see by launching it with the -v option to a file.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @dcouch Why not just forward the output to a file?
      Like:

      ./installer -v > install.log
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      dcouchD 1 Reply Last reply
      0
      • jsulmJ jsulm

        @dcouch Why not just forward the output to a file?
        Like:

        ./installer -v > install.log
        
        dcouchD Offline
        dcouchD Offline
        dcouch
        wrote on last edited by
        #3

        @jsulm Is there a way to do that from component scripting? The idea would be that I save a log copy to %TARGETDIR% during installation.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved