nvit
25th September 2007 12:22 UTC
NSIS 2.30, MUI2: nsDialogs.dll remains after install
Just started to use MUI2 with nsDialogs feature.
After my installer finished, I find subfolder like nsgC3.tmp with nsDialogs.dll in %TEMP% folder.
Why doesn't installer delete this file after finishing its work?
Anders
25th September 2007 13:20 UTC
That would be a bug in MUI2
you can use:
OnGuiEnd
nsDialogs
::SetRTL 0
FunctionEnd
>
as a workaround for now
nvit
25th September 2007 13:31 UTC
Just tested: this workaround really works!
Thank you a lot.
May you help me in my recent post concerning "SetRebootFlag true problem"?
kichik
28th September 2007 19:47 UTC
Thanks, fixed.