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"?
Asked
Active
Viewed 1,425 times
1 Answers
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