Hi,
I'm trying to build a configurationfile.ini for use in installing SQL Express 2008 R2 SP1 on around 200 servers. All servers will be the same so I only need one file. I've created 99% of the file and it works without any problems at all.
The only issue I have is that our existing servers (Server 2000) all run SQL on a different port to standard. THe SQL 2000 install uses an .iss file which has the parameter "TCPPORT=" configured but unfortunately this doesn't seem to work using 2008.
Is it possible to set the TCPIP ports using a configurationfile.ini switch? I know how to change it manually but would like to get it all done in one installation without using something like an AutoIT script at the end.
Any ideas?
Thanks.