Archive: SetAutoClose Bug


Observe:

Section Uninstall
MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION "If you have \
modified files in the 'Additional Drum Patterns' or \
'Additional Userbanks' folder and would like to keep \
them, please click Cancel and move them elsewhere \
before uninstalling." IDOK NotCancelled
SetAutoClose True
Goto Done
NotCancelled:
... ; Uninstall Stuff
Done:
SectionEnd


You choose Cancel, the uninstaller doesn't automatically close.

Have I done something wrong?

Both the command you mention and "ShowInstDetails" do not work in the uninstall. Annoying but true...


Originally posted by dbareis
"ShowInstDetails" do not work in the uninstall. Annoying but true...
Use SetDetailsView "Show" instead.