Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to extract on the Desktop on Mac?
Qt 6.11 is out! See what's new in the release blog

How to extract on the Desktop on Mac?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 383 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.
  • J Offline
    J Offline
    julia_f
    wrote on last edited by
    #1

    I would to extract the archive on the Desktop on Mac cuz the software cannott extract on @ApplicationsDir@ because the software doesnt have the admin rights to modify the ApplicationsDir 's files during the software execution.

    I write the following code :

    Component.prototype.createOperationsForArchive = function(archive)
    {
       conponent.addOperation("Extract", archive, "@DesktopDir@");
    }
    

    And I have this error :

    Error during installation process (com.mycompany.software) : Error while extracting 'installer://com.mycompany.software/0.0.8mysoftware.7z': Internal code : E_FAIL

    Does someone know how to fix this bug?

    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