I have an Air app that was published as a native installer. If the user disables the program, he does not delete the folder in which he was installed. Then, when the user tries to install again, he throws an error saying that the folder already exists.
those. if program C: / program files / my application / {contents here}
it deletes {contents here} , but leaves the directory / my application .
Is there any way to make sure the folder is deleted during deletion?
source
share