Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Changing IP address during install


1 reply to this topic

Vaso

Vaso
  • Members
  • 36 posts

Posted 25 October 2001 - 16:09

Is there any possible way to change an ip address during installation.  This is to be done on windows NT.  

Thanks


MattH

MattH
  • Members
  • 12 posts

Posted 26 October 2001 - 16:58

Vaso,

In NT, your TCP-IP information is stored in the registry. Its stored in about 3 or 4 places with the naming convention similar to

HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\{DEC43B19-1CF6-497C-83BC-0E1245B8DC50}\Parameters\Tcpip

If you would realy want to edit the IP, Disable DHCP, and change the IP that you want in every one of these sets. On reboot, the new IP should be assigned.

Use RegDBSetKeyValueEx to change the values.