Search code examples
nsisnamed-pipes

Named pipes in NSIS


Is there a possiblity to use named pipes from NSIS? If so how can you do it? I could not find anything on the web so I have big doubts this is even possible.


Solution

  • You can call the windows API directly with the system plugin but for a big task it is usually better to write a custom plugin.