April 19, 2016 at 12:19 am
Comments posted to this topic are about the item Unattended Installation
Thank You.
Regards,
Raghavender Chavva
April 19, 2016 at 2:53 am
Would it possible to change the pictures of text, to just actual text?
Esp as some of the pictures are distorted!
April 19, 2016 at 6:06 am
Great topic, probably well written, just couldn't get over the distorted screenshots :unsure:
Isn't there a format block/marcro/thingy?
April 19, 2016 at 6:42 am
Thanks for the help.
April 19, 2016 at 6:42 am
wolf138 (4/19/2016)
Great topic, probably well written, just couldn't get over the distorted screenshots
That was a bit odd.
April 19, 2016 at 2:50 pm
Thanks for the write-up. It is a good review of the process.
I prefer to save the .ini file and call it from a small batch file so that I do not have to type all that stuff at the command line. If I save the config file with the rest of my installation files in the installation folder, I can map a drive to that installation folder, and call the setup executable with a switch that points to the configuration file. For this example, I map a drive V to the installation folder
echo Installing SQL SERVER 20xx...
V:\setup.exe /CONFIGURATIONFILE=V:\SQLConfig.ini
exit
I name the batchfile InstallSQL.bat, and open a command prompt with RUN AS ADMINISTRATOR option, and traverse to the correct directory/folder, and simply call the batchfile. Takes a little bit of setup, but it will save you keystrokes over time.
April 19, 2016 at 2:54 pm
I have to amend my suggestion:
If you use the batchfile/config file method, you need to include these values in the config file:
MEDIASOURCE="V:\"
You used to be able to blend in service packs using the PCUSOURCE switch in the config file, but I think Microsoft is now releasing Service packs alone and as part of an overall install to save on confusion.
April 20, 2016 at 9:05 pm
Raghavender (4/19/2016)
I am not sure whether we can modify the published one.@admin-2: Please help here.
Just submit a correct copy with text in place of pictures the same way you did before with a note saying what the corrections are and they'll take care of it.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2016 at 12:52 am
Thank You Jeff.
I have updated with the text where ever the pictures are not clear.
Thank You.
Regards,
Raghavender Chavva
April 25, 2016 at 8:24 am
This Document is excellent and very helpful for DBA's.
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply