Search found 9 matches

Go to advanced search

by scholzr
Fri Sep 07, 2012 4:20 pm
Forum: Building Installers
Topic: Send additional variables to Server Side Validation script
Replies: 1
Views: 2768
 
Jump to post

Send additional variables to Server Side Validation script

i have a server side validation script, which works great, but the powers that be now want to collect additional information for validation. Is it possible to define additional variables to be sent to the server side script during serial validation?
by scholzr
Fri Sep 07, 2012 4:19 pm
Forum: Building Installers
Topic: Server side Collect info Dialog
Replies: 4
Views: 5286
 
Jump to post

Re: Server side Collect info Dialog

In the dialog editor, click on ADD DIALOG rather than NEW DIALOG. This will give you the option to insert any of a number of pre-defined templates. Within this list, you will find the LicenseAgreementDlg which will be default License Agreement dialog.
by scholzr
Wed Aug 29, 2012 4:30 pm
Forum: Building Installers
Topic: SQL Connection Test
Replies: 4
Views: 6732
 
Jump to post

Re: SQL Connection Test

That was an accidental omission in creating the test file. I did have it listed as a property in my actual file. I was able to get it to work though. I'm not sure how, but I recreated that dialog in my actual file and was able to get it to work. I think that I may have had an issue in the condition ...
by scholzr
Tue Aug 28, 2012 5:23 pm
Forum: Building Installers
Topic: SQL Connection Test
Replies: 4
Views: 6732
 
Jump to post

Re: SQL Connection Test

I have attached an example installer file. If you run this example, regardless of whether you selece SQL Authentication or Windows Authentication, the TestODBCConnection action uses a Windows Authenticaiton mode to connect.It is like the action is being run before the connection variables are being ...
by scholzr
Mon Aug 27, 2012 6:56 pm
Forum: Building Installers
Topic: SQL Connection Test
Replies: 4
Views: 6732
 
Jump to post

SQL Connection Test

I have an installer which implements the tutorial solutions for both the TestSQLConnection and the solution for selecting either SQL authentication or Windows Authentication. My issue is that when I run the TestSQLConnection defined action, the SqlConnectionString is incomplete- it is not including ...
by scholzr
Thu Aug 16, 2012 8:12 pm
Forum: Building Installers
Topic: Builds with separate prerequisite sources
Replies: 1
Views: 3227
 
Jump to post

Builds with separate prerequisite sources

Is it possible to add a second build to my problem with the prerequisite sources included in the build? the main build in the project is an exe installer with the prerequisites being downloaded from the source website. I now need to create a second build for putting on a CD, and I would like to be ...
by scholzr
Wed Aug 08, 2012 10:56 pm
Forum: Building Installers
Topic: Run SQL script only if SQL Server prerequisite was installed
Replies: 3
Views: 5816
 
Jump to post

Re: Run SQL script only if SQL Server prerequisite was insta

I tried this method, but it did not seem to work.

I am using the presence of a registry key for the specific instance name of my server installation to determine whether the SQL server installer should run. This worked correctly for the pre-requisite installation, but when it came time to run the ...
by scholzr
Mon Aug 06, 2012 11:18 pm
Forum: Building Installers
Topic: Run SQL script only if SQL Server prerequisite was installed
Replies: 3
Views: 5816
 
Jump to post

Run SQL script only if SQL Server prerequisite was installed

I need to run an SQL script if and only if the SQL Server 2008 R2 prerequisite was run. Is there a way to do this? I know that I can condition the SQL script, but I don't know what to use to determine if the prerequisite was installed? I currently have the SQL Server 2008 R2 enabled as a feature ...
by scholzr
Thu May 24, 2012 6:29 pm
Forum: Building Installers
Topic: SQL Server Browser Wizard doesn't find ComboBox
Replies: 1
Views: 3067
 
Jump to post

SQL Server Browser Wizard doesn't find ComboBox

I am trying to modify the built in SQLConnectionDlg to use a ComboBox to receive a list of available SQL servers according to the HowTo. According to the HowTo, I am supposed to be able to replace the ServerEdit textEdit with a ComboBox with the same SERVER_PROP property. I have done this, but when ...

Go to advanced search