howto write in detail windows from external prog?
Is there a way to create new entries in the details windows of nsis from an external program?
9 posts
Now you are asking about Win32 and not NSIS but OK, take a look at the LogMessage function in http://sourceforge.net/p/nsis/code/H.../nsexec.c#l409Originally Posted by Abrams View PostCan you or somebody give an example how to send console lines to nsis details view window using LVM_SETITEM? I can't use execDos plugin.
I need to send messages to that processOriginally Posted by Abrams View PostI can't use execDos cause it's create hidden cmd.exe process but i need work with this process.