0

In the [code] section of my ISS script I want to detect the local machine's IP addresses. What is the most elegant way to accomplish this? Is there a Win32 DLL I can import via "external"?

Epaga
  • 38,231
  • 58
  • 157
  • 245

1 Answers1

0

I haven't seen any prepackaged DLLs that you could call but writing one should be too difficult. I found this post on the InnoSetup newsgroup: http://news.jrsoftware.org/news/innosetup.code/msg09240.html that might give you a start.

mirtheil
  • 8,952
  • 1
  • 30
  • 29