Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
3.0.3
-
None
-
Tested only on Windows 10.
Description
How to reproduce:
3 directories are created in component script using 'Mkdir' operation when installing the component. Files are also copied (with 'Move' operation and 'Execute' operation) in the component script to the created directories.
All of the created directories are registered to be uninstalled using 'component.registerPathForUninstallation(dirPath, True)' in the component script.
2 out of 3 directories are removed after the deinstall, 1 empty directory remains.