March 28, 2013 at 7:22 am
While i am installing sql server 2008r2 by using configuration file sometimes i am getting error in instillation due to system reboot checking. After restarting my pc sql server installing properly.Now i want to sql server setup to not look at pc is rebooted or not. In sql server 2005 i can do it by using /norebootchk. How can i do it in sql server 2008r2?
Also while installing in silent mode by using quite=true i am getting a sql server command prompt while installing.(see image below) How can i avoid this command prompt appearing when i am installing in quiet mode.(in config file i am already using QUIET="True")
March 29, 2013 at 7:06 am
I got answer for my own question
To skip the reboot check:
SkipRules=RebootRequiredCheck
To hide the console window(which is shown in image in the post above):
use /HIDECONSOLE in command line ot HIDECONSOLE="True" in configuration file.
I have checked both and it works perfectly.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy