Switch
|
Description
|
/type=<databasetype>
|
Specifies the type of the database to which the utility is connecting. The available values are as follows:
0 = Microsoft Access (the default value)
1 = Microsoft SQL Server using Windows Authentication
2 = Microsoft SQL Server using SQL Authentication
|
/database=<name>
|
Specifies the name of the database to which the utility will connect. For Microsoft Access databases, this should be the full path to the database file (e.g. \\SERVER\SHARE\settings.mdb). For Microsoft SQL Server, this should be the name of the database on the specified server.
|
/server=<name>
|
Specifies the name of the Microsoft SQL Server to which the utility will connect.
|
/user=<name>
|
When connecting to a Microsoft SQL Server database using SQL Authentication, specifies the logon name for the connection.
|
/password=<password>
|
When connecting to a Microsoft SQL Server database using SQL Authentication, specifies the password for the connection.
When connecting to a Microsoft Access database that is password-protected, specifies the password to use.
|
/showwindow
|
Show the log window during deployment.
|
/apppath=<path>
|
Specifies the path for the application to search for files (the default assumes the current path from where sign.exe is started). The utility will first look for the configuration file sign.ini and, if not found, the settings database settings.mdb.
|