Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-2737

Wrong targetdirectory when Extract zip file (works fine for 7z)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.4.1
    • General
    • Windows

    Description

      Working case:

       

      <Operation name="Extract">
         <Argument>@HomeDir@</Argument>
         <Argument>.ssh.7z</Argument>
      </Operation>
      

      When above operation is run, it will work properly, .ssh will be extracted to HomeDir

       

       

      NOT working case:

      when installer build using --af zip

      and the extraction like below

       

      <Operation name="Extract">
         <Argument>@HomeDir@</Argument>
         <Argument>.ssh.zip</Argument>
      </Operation>
      

      .ssh NEVER extracted to HomeDir.

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            dyan02 Ardy Wongso
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes