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 create an updatable software with Qt Installer on MacOSX ?
Forum Updated to NodeBB v4.3 + New Features

How to create an updatable software with Qt Installer on MacOSX ?

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 363 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 like to create an auto updatable software like that( with Maintenance Tool : Qt Installer Framework: Auto Update)

    But I don't found the maintenancetool in my installed software in my Mac (in /Applications/MyApplication.app or one sub directories like MacOS).

    this is my code for the extraction in the script :

    Component.prototype.createOperationsForArchive = function(archive)
    {
        if (installer.value("os") === "mac")
        {
            component.addOperation("Extract", archive, "@ApplicationsDir@");
        }
        else
        {
            component.addOperation("Extract", archive, "@TargetDir@");
        }
    }
    

    Someone know how to install it that in MyApplication.app (on Mac)?

    ps : my updatable software works fine on Windows and maintenancetool.exe is present in the installation directory of my software

    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