Add SQL Script File Command Option

Command Syntax

/AddSqlScriptFile
-path <script_file_path>  
-database_server <database_name>  
    

This command will add an SQL Script file from hard drive to your project.

Parameters:

  • -path <script_file_path>
  • The path of the SQL script from your hard drive.
  • -database_server <database_name>
  • The database server name.

Example:

AdvancedInstaller.com /edit "D:\Your Application.aip" /AddSqlScriptFile -path D:\Scripts\script.sql -database_server ServerName