Archive: Can you change ExecWait detail text?


Can you change ExecWait detail text?
I'm working on an installer that during the install executes another installer the command I use to do this is:

ExecWait '"msiexec" \i "$INSTDTIR\povwin.msi"'

But I would prefer the installer says: Launching POV-Ray installer...

Rather than: Execute: "msiexec" \i "C:\path\to\install\povwin.msi"

It's no big deal but the default is a bit ugly. :(


It's all in the manual:
http://nsis.sourceforge.net/Docs/Cha...html#4.9.14.14
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.14.3


Thanks! I was able to change it.