install in quiet mode

where can i change the script in C# in order to install the package in quit mode or without user intervention please ?

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello Georges,

    An executable package is designed to be run either interactively or without an interface on the command-line. If you call the package from the command line in this way, it will run without opening a window:

    package.exe /database:mydatabase /server:myserver /makedatabase /quiet
Sign In or Register to comment.