I have the following directory structure,
Parent //Directory
---<XYZ> //Directory - can be any name
---File 1
---File 2
---File 3
I want to delete only the XYZ directory (leaving all the files) inside Parent directory during installation.
How to achieve this in inno setup script?