darkmagex
17th May 2004 21:10 UTC
Showing Network Connections
I was wondering if it would be possible to pull the current network connections from somewhere and have them displayed in the installer.
I have a program that uses static IP addresses and if I could save a file with the NIC+IP during install it would be helpful.
Joost Verburg
17th May 2004 22:06 UTC
There are examples available at http://nsis.sf.net/archive
darkmagex
18th May 2004 13:45 UTC
can anyone point me in the right direction? I searched the archive before posting and didn't find anything related to my issue.
darkmagex
18th May 2004 15:19 UTC
i didnt see anywhere in that script that it pulls the name of the network connection, only the ip (forgive me if im missing something)
thanks for the help so far
Joost Verburg
18th May 2004 15:49 UTC
If you have experience with Windows programming, try to search MSDN for Windows APIs that allow you to retrieve these names. You can call Windows API from NSIS scripts using the System plug-in.