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. Custom Maintenance Tool
Forum Updated to NodeBB v4.3 + New Features

Custom Maintenance Tool

Scheduled Pinned Locked Moved Installation and Deployment
ifwmaintenancetoolqtifwinstaller frame
2 Posts 2 Posters 1.5k Views 2 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.
  • S Offline
    S Offline
    Sorin179
    wrote on last edited by
    #1

    In my installer, I used "Execute" operation for installing a software package (i.e.: msiexec /i "xxx.msi" /quiet). I want to uninstall this package on the Maintenance Tool with something like this: msiexec /x "xxx.msi", but I don’t know how to custom or how to add a script to the Maintenance Tool.

    So, how can one add a script to the Maintenance Tool?

    Thank you in advance for your answers.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leoleshucov
      wrote on last edited by
      #2

      You can use "UNDOEXECUTE". For example: component.addOperation("Execute", "msiexec", "/i", "xxx.msi", "/quiet", "UNDOEXECUTE", "msiexec", "/x", "xxx.msi");

      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