
I am attempting to unconditionally delete a folder using the DeleteDir function. (e.g. DeleteDir ("D:\xxx", ALLCONTENT ); However the WILL NOT delete! The return code is <0. However I was able to genetate a message box as a result of the ExistsDir ("D:\xxx") then MessageBox... statement.
I have administrator right, the folder in not read-only. Nor is it hidden, or contain andy files (hidden or otherwise)!
I'm new to InstallShield. What am I doing wrong?