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.
Showing Network Connections
6 posts
There are examples available at http://nsis.sf.net/archive
can anyone point me in the right direction? I searched the archive before posting and didn't find anything related to my issue.
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
thanks for the help so far
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.