Archive: How to Know Install Status while installing


How to Know Install Status while installing
Hi all,
I want to notify the user what is currently progressing(progress status just above the progressbar) while installation in progress for exp:

Copying files...
Installing COM components....

Is there a function to set these status in NSIS?

Regards
Pradeep


http://nsis.sourceforge.net/Docs/Cha...html#4.9.14.14 - SetDetailsPrint
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.14.3 - Detailprint

The command reference is your friend. Please use it.