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. QT Installer Framework - Where to start with additional installation steps?

QT Installer Framework - Where to start with additional installation steps?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 277 Views 1 Watching
  • 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.
  • H Offline
    H Offline
    Helix Easy
    wrote on last edited by Helix Easy
    #1

    Hi @all,

    I'm playing around with the Installer Framework and after reading the documentation up and down I'm just struggling with the following problem: I need to install an additional package into a separate, always fixed directory. So far this is working as described on this example. But the point is, I need to do some preparation steps before the installation like creation of a backup or wipe out some obsolete old files but I can't find a hint on how to do this. How could this be implemented?

    I already tried to add a copy step before the line component.addOperation("Extract", archive, "@TargetDir@/extractToAnotherPath"); but this line never seems to be executed.

    In general I miss a more detailed documentation on how the installer scripting is working in detail. Any link to some kind of HowTo or Tutorial is much appreciated!

    Thx a lot in advance,
    Helix

    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