install in quiet mode
senior_oracle
Posts: 6
where can i change the script in C# in order to install the package in quit mode or without user intervention please ?
Comments
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