Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt install Framework - Install directory deletion
Forum Updated to NodeBB v4.3 + New Features

Qt install Framework - Install directory deletion

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 355 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.
  • dheerendraD Offline
    dheerendraD Offline
    dheerendra
    Qt Champions 2022
    wrote on last edited by
    #1

    Hi
    OS - MAC
    We are using the Qt Installer Framework to create the installer package.
    Application is installed in directory- /Users/Raj/MyApp/MyApp1/Install

    During the uninstallation it will delete

    1. /Users/dheeru/MyApp/MyApp1/Install
    2. However the directories /Users/dheeru/MyApp/MyApp1 will still remain.
    3. /Users/dheeru/MyApp/MyApp1 & /Users/dheeru/MyApp are empty directories.
    4. /Users/dheeru/MyApp & /Users/dheeru/MyApp/MyApp1 are created during the installation process. So they are empty only.

    Question -
    How do we delete the directory /Users/dheeru/MyApp/MyApp1 & /Users/dheeru/MyApp ? during the un-installation ?

    Dheerendra
    @Community Service
    Certified Qt Specialist
    http://www.pthinks.com

    1 Reply Last reply
    0
    • qt_ankit_developerQ Offline
      qt_ankit_developerQ Offline
      qt_ankit_developer
      wrote on last edited by
      #2

      Hi,
      Run sudo delete command "sudo rm -rf path"
      to delete forcefully.

      1 Reply Last reply
      0
      • qt_ankit_developerQ Offline
        qt_ankit_developerQ Offline
        qt_ankit_developer
        wrote on last edited by
        #3

        Run this command from qt application.

        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