Problems in deleting a Folder during the uninstallation with Inno Setup
问题 I begin by saying that i am new in using Inno setup and i am sorry if this is a dumb question. I am trying to delete a folder with all it's sub-folders and files during the uninstallation of an application. The specific folder is created in My Documents when the application runes for the first time. For deleting it i am using the "Delltree" function: procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep); var Ceva: integer; begin case CurUninstallStep of usUninstall: begin MsgBox