jimpy22
30th November 2004 12:35 UTC
Setting Windows TCP/IP Settings
Can anyone tell me how I can use the NSIS installer to set the Windows XP network settings for a LAN - ie IP address, default gateway, DNS entries, subnet mask etc.
I want the installer to run at first start up so the user can enter the required network settings for thier network.
Thanks in anticipation.
Comm@nder21
30th November 2004 15:48 UTC
hmm, there may be some functions in the msdn, u'll have to search for them.
or write your own plugin :)
jrhutch
29th April 2008 23:49 UTC
I know this topic is ancient, but has anyone worked on this since 2004? I am in the exact same situation and am trying to figure out how to set the default gateway without calling an external script.
Anders
30th April 2008 01:53 UTC
you could probably call netsh with nsExec
CancerFace
30th April 2008 08:52 UTC
Try the IP Helper functions
CF