Add SQL Database Server Command Option

Command Syntax

/AddSqlDatabaseServer
-name <database_name>  
-type {Predefined|Custom|SQLite}

This command will add a new SQL Server with a New Predefined SQL Connection, a New Custom SQL Connection or a New SQLite 3 Connection.

Parameters:

  • -name <database_name>
  • The SQL database name.
  • -type {Predefined|Custom|SQLite}
  • The type of the database : Predefined SQL Connection, Custom SQL Connection or New SQLite 3.

Example:

AdvancedInstaller.com /edit "D:\Your Application.aip" /AddSqlDatabaseServer -name YourDatabase -type Predefined