Uninstall auto close (silent uninstall)
I'm currently trying to get my uninstaller and installer completely silent. I've managed to silence everything except for one part, the 'Uninstaller : Complete' 'Close' button. I want to somehow automatically close this window so the user will not have to see anything at all.
So far I've tried:
SetAutoClose true
Abort
SetUnInstall silent
But none seem to have fixed this issue.
I have a feeling that one of these instructions is correct, but I am using it incorrectly.
Function un.onUninstSuccess
;-------code-------
FunctionEnd
This is the function that controls this action I believe.
Any help would be greatly appreciated!
Thanks.