Archive: DetailPrint without new line?


DetailPrint without new line?
Hey,

maybe a simple question, but I can't find a solution. Is there any way to write something to the DetailView without a new line? For example:

DetailPrint "Writing registry key... "
WriteRegDWORD HKLM "..." "..." 1
IfErrors +2 0
DetailPrint "done"


Currently the output is in two lines, but I would like to see it in one line.

Any idea?

Kind regards,
Funny

http://nsis.sourceforge.net/DetailUpdate


Perfect, thanks :)

But it's not usable in uninstall section?

Call must be used with function names starting with "un." in the uninstall section.
Usage: Call function_name | [:label_name]
Error in macro DetailUpdate on macroline 2

http://nsis.sourceforge.net/Docs/Chapter4.html#4.7.1.1
http://forums.winamp.com/showthread....hreadid=246505


You made my day ;)

Thanks!