Options

install in quiet mode

senior_oraclesenior_oracle Posts: 6
edited January 8, 2010 9:29AM in SQL Packager Previous Versions
where can i change the script in C# in order to install the package in quit mode or without user intervention please ?

Comments

  • Options
    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.