---------------------------The uninstaller code that generates this error is:
Settings
---------------------------
C:\Documents and Settings\All Users\Application Data\Product Name\Settings refers to a location that is unavailable. It could be on a hard drive on this computer, or on a network. Check to make sure that the disk is properly inserted, or that you are connected to the Internet or your network, and then try again. If it still cannot be located, the information might have been moved to a different location.
---------------------------
OK
---------------------------
rmdir /r /REBOOTOK "$9\Application Data\${PRODUCT_NAME}"
where $9 contains the data: "C:\Documents and Settings\All Users\Application Data\", and of course ${PRODUCT_NAME} contains the string "Product Name" (really it contains the name of the product, but for posting purposes...)
And, yes, this is the only line deleting the folder in question.
Anyone have thoughts or suggestions?