Allow for entry of raw connection string during installation
This commit is contained in:
		| @ -121,7 +121,7 @@ | ||||
|     <value>Server:</value> | ||||
|   </data> | ||||
|   <data name="Server.HelpText" xml:space="preserve"> | ||||
|     <value>Enter the database server</value> | ||||
|     <value>Enter the database server name. This might include a port number as well if you are using a cloud service (ie. servername.database.windows.net,1433) </value> | ||||
|   </data> | ||||
|   <data name="Database.Text" xml:space="preserve"> | ||||
|     <value>Database:</value> | ||||
| @ -133,7 +133,7 @@ | ||||
|     <value>Integrated Security:</value> | ||||
|   </data> | ||||
|   <data name="IntegratedSecurity.HelpText" xml:space="preserve"> | ||||
|     <value>Select if you want integrated security or not</value> | ||||
|     <value>Select if you are using integrated security</value> | ||||
|   </data> | ||||
|   <data name="Uid.Text" xml:space="preserve"> | ||||
|     <value>User Id:</value> | ||||
| @ -163,7 +163,7 @@ | ||||
|     <value>Self Signed</value> | ||||
|   </data> | ||||
|   <data name="TrustServerCertificate.HelpText" xml:space="preserve"> | ||||
|     <value>Specify the type of certificate you are using for encryption</value> | ||||
|     <value>Specify the type of certificate you are using for encryption. Verifiable is equivalent to False. Self Signed is equivalent to True.</value> | ||||
|   </data> | ||||
|   <data name="TrustServerCertificate.Text" xml:space="preserve"> | ||||
|     <value>Trust Server Certificate:</value> | ||||
|  | ||||
| @ -135,10 +135,10 @@ | ||||
|   <data name="Message.Require.DbInfo" xml:space="preserve"> | ||||
|     <value>Please Enter All Required Fields. Ensure Passwords Match And Email Address Provided Is Valid.</value> | ||||
|   </data> | ||||
|     <data name="Message.Password.Invalid" xml:space="preserve"> | ||||
|   <data name="Message.Password.Invalid" xml:space="preserve"> | ||||
|     <value>The Password Provided Does Not Meet The Password Policy. Please Verify The Minimum Password Length And Complexity Requirements.</value> | ||||
|   </data> | ||||
|     <data name="Register" xml:space="preserve"> | ||||
|   <data name="Register" xml:space="preserve"> | ||||
|     <value>Please Register Me For Major Product Updates And Security Bulletins</value> | ||||
|   </data> | ||||
|   <data name="Confirm.HelpText" xml:space="preserve"> | ||||
| @ -168,4 +168,16 @@ | ||||
|   <data name="Username.Text" xml:space="preserve"> | ||||
|     <value>Username:</value> | ||||
|   </data> | ||||
|   <data name="ConnectionString.HelpText" xml:space="preserve"> | ||||
|     <value>Enter a complete connection string including all parameters and delimiters</value> | ||||
|   </data> | ||||
|   <data name="ConnectionString.Text" xml:space="preserve"> | ||||
|     <value>String:</value> | ||||
|   </data> | ||||
|   <data name="EnterConnectionParameters" xml:space="preserve"> | ||||
|     <value>Enter Connection Parameters</value> | ||||
|   </data> | ||||
|   <data name="EnterConnectionString" xml:space="preserve"> | ||||
|     <value>Enter Connection String</value> | ||||
|   </data> | ||||
| </root> | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker