Options

setupsql.exe flags

modularmodular Member Posts: 8 ■□□□□□□□□□
Hello,

I was noticing when it comes to setupsql.exe /? , it only gives me about 3 flags. I am coming across k= and -m for example (especially when it comes to unattended installs). Does anyone have a resource on setupsql.exe and undocumented usage?

Thanks.
--
modular
* truncode security development *
http://www.truncode.org
http://www.visioncode.net

Comments

  • Options
    2lazybutsmart2lazybutsmart Member Posts: 1,119
    modular wrote:
    Hello,

    I was noticing when it comes to setupsql.exe /? , it only gives me about 3 flags. I am coming across k= and -m for example (especially when it comes to unattended installs). Does anyone have a resource on setupsql.exe and undocumented usage?

    Thanks.

    undocumented usage. lol. actually you're right there. I have yet to come by a complete explanation of the various 'undocumented' flags for the command. every book of course states the easy parts:

    -f1 <initialization file path>
    Selects an unattended setup initialization file.

    start /wait command (with the -SMS option)
    Returns control to the command prompt only after SQL Server Setup completes.

    -s flag
    Causes the Setup program to run in silent mode with no user interface.
    For examples of command prompt options and arguments, see the sample .bat files on your SQL Server 2000 compact disc.


    but there's more to it. I've seen people use k=h flags or something like that. I'll try to find out. one thing though.... the basics of the command are manipulated with the above flags (-f1, start/wait, and -s flags) respectively. icon_lol.gif

    2lbs.
    Exquisite as a lily, illustrious as a full moon,
    Magnanimous as the ocean, persistent as time.
Sign In or Register to comment.