Qt install Framework - Install directory deletion
Unsolved
General and Desktop
-
Hi
OS - MAC
We are using the Qt Installer Framework to create the installer package.
Application is installed in directory- /Users/Raj/MyApp/MyApp1/InstallDuring the uninstallation it will delete
- /Users/dheeru/MyApp/MyApp1/Install
- However the directories /Users/dheeru/MyApp/MyApp1 will still remain.
- /Users/dheeru/MyApp/MyApp1 & /Users/dheeru/MyApp are empty directories.
- /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 ? -
Hi,
Run sudo delete command "sudo rm -rf path"
to delete forcefully. -
Run this command from qt application.