Uninstall Cancel Confirm
I am using the MUI with MUI_ABORTWARNING. My installer will prompt for confirmation on a "Cancel" but my uninstaller, created by the install, will not. I tried to use the un.onUserAbort function but it says that it's already defined. What can I do to make the uninstaller confirm on a "Cancel"? Mostly I want to detect the cancel so I can clean up some files from the uninstaller.