Skip to content
⌘ NSIS Forum Archive

Check free ports and used ports using NSIS

3 posts

rockerz#

Check free ports and used ports using NSIS

Hi all,

How can I get a list of free ports avaiable and the ports already used since I want to dedicate a port (eg. TCP 433) to my application once the installer is run. Hence I want to warn the user to close the application running on the 433 port so that it can be dedicated to my application.

Thanks in advance 🙂