Animaether suggested in this post that it's because of too few code statements in my uninstall section, which would line up with the code I've posted above. So, assuming that the one line rmdir that I'm currently doing is what I want to do, how do I expand that so that the progress bar will work properly?# Uninstaller sections
Section /o -un.Main UNSEC0000
RmDir /r /REBOOTOK $INSTDIR
DeleteRegValue SHCTX "${REGKEY}\Components" Main
SectionEnd
Uninstall progress bar doesn't show progress
Basically, the uninstall sits at 0 until it's done, then jumps to 100%