Archive: howto write in detail windows from external prog?


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?


In theory you can send LVM_SETITEM to the control as long as your external application can be given the handle (perhaps via command-line). IMO it's easier to make the external application a console application and use ExecDos::Exec /detailed.

Stu