cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
UNeverNo
Level 6

Basic MSI: SQLLogin overwrite default values

I defined a new SQL script and set there Catalog Name plus Default Target Server name. But I don't know how to overwrite these "default" values with properties that were entered via commandline.

Any help appreciated 🙂
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

You need to set the values of the Windows Installer properties that are associated with your SQL connection settings as follows:

setup.exe /v"IS_SQLSERVER_SERVER=NewServerName IS_SQLSERVER_DATABASE=NewCatalogName"


To find the names of the underlying properties, go to the Connection | Adavanced tab in the SQL Scripts view.
0 Kudos