cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mikeq1
Level 2

How can I run a SQL script without launching the SQL Connection dialog

How can I run a SQL script without launching the SQL Connection dialog? I have a setup.exe program that collects the connection information and I want to pass this information through the commandline to the MSI, and run a SQL script from the MSI.

Thank you
-- Mike
Labels (1)
0 Kudos
(1) Reply
COSMED
Level 4

You can create an installscript custom action and execute your script by command line using LaunchAppAndWait function.
0 Kudos