How can I get user\'s local IP address using Inno Setup?
I thought about using Win32 API GetIpAddrTable, but it is unclear how to make the adjustment. <
GetIpAddrTable
Build an external DLL that returns a list of IP addresses and read that list in Inno Setup script.
In this article you will find code example how to build a DLL and how to call it in the InnoSetup script.
In this SO post you will find how to get IP addresses using Indy library or plain WinApi.