I'm using MUI2 and have !define MUI_FINISHPAGE_NOREBOOTSUPPORT and I set for un.onGUIEnd with SetOutPath '$TEMP', but my UnInstaller not completed delete folder "~nsu.tmp"
Function un.onGUIEnd
SetOutPath '$TEMP' ;For delete "~nsu.tmp" folder
FunctionEnd
It's still have one file: "Au_.exe"
How can I delete it when the uninstalling complete?.
How to delete folder "~nsu.tmp" un.onGUIend
2 posts