Search found 9 matches

Go to advanced search

by kahmad
Fri Aug 02, 2013 2:18 am
Forum: Building Installers
Topic: Unable to start service
Replies: 1
Views: 2318
 
Jump to post

Unable to start service

I have an Advanced Installer project that creates a service. It successfully installs the files on the target machine and creates the entry in the services list.

If I supply a local user (.\UserName) and their password then the service starts.

However, if I supply a domain user (DomainName ...
by kahmad
Tue Jul 16, 2013 10:26 pm
Forum: Building Installers
Topic: How to create SQL Server database without ODBC?
Replies: 1
Views: 3972
 
Jump to post

How to create SQL Server database without ODBC?

As part of the installation we would like to create a SQL Server database using SQL scripts. I currently have the following on the SQL Scripts page in Advanced Installer.

CustomConnection
Condition: CHECKBOX_DATABASE
Connection Type: Microsoft SQL Server / MSDE
Connection string: Data Source=[DB ...
by kahmad
Fri Jul 05, 2013 3:00 am
Forum: Building Installers
Topic: How to perform SQL Server database restore
Replies: 3
Views: 4242
 
Jump to post

Re: How to perform SQL Server database restore

Thank you for responding to my question! I have the database backup file which I can add to the "Files and Folders" page and place under the appropriate feature on the Organization page. I will also be adding a custom dialog to the sequence to prompt the user for the necessary database connection ...
by kahmad
Wed Jul 03, 2013 6:40 pm
Forum: Building Installers
Topic: How to perform SQL Server database restore
Replies: 3
Views: 4242
 
Jump to post

How to perform SQL Server database restore

I have created a custom feature selection dialog with checkboxes using these instructions: http://www.advancedinstaller.com/user-guide/qa-conditional-feature.html. One of the optional features listed on this dialog is a SQL Server database restore. When this feature is checked I would like to take ...
by kahmad
Wed Jul 03, 2013 12:52 am
Forum: Building Installers
Topic: How to verify at least one checkbox checked on custom dialog
Replies: 3
Views: 4503
 
Jump to post

Re: How to verify at least one checkbox checked on custom di

That worked great! Thanks!

I have created another custom dialog that contains an EditBox. Currently, the [Next] button on this custom dialog has the following Control Conditions.

Action: Disable
Condition: EDIT_1 = ""

Action: Enable
Condition: NOT (EDIT_1 = "")

I have 3 questions.

1. When this ...
by kahmad
Tue Jul 02, 2013 9:32 pm
Forum: Building Installers
Topic: How to create folder ONLY if feature selected
Replies: 2
Views: 2878
 
Jump to post

Re: How to create folder ONLY if feature selected

Nevermind. It looks like a component was created for the empty folder. I was able to move that component into the appropriate feature which is conditionally installed based on the checkbox on the custom feature selection dialog.
by kahmad
Tue Jul 02, 2013 9:09 pm
Forum: Building Installers
Topic: How to create folder ONLY if feature selected
Replies: 2
Views: 2878
 
Jump to post

How to create folder ONLY if feature selected

I have created a custom feature selection dialog with checkboxes using these instructions: http://www.advancedinstaller.com/user-guide/qa-conditional-feature.html

The "Files and Folders" are currently arranged as follows.
Target Computer
> Application Folder
> > Folder 1 [This folder contains files ...
by kahmad
Mon Jul 01, 2013 9:15 pm
Forum: Building Installers
Topic: How to verify at least one checkbox checked on custom dialog
Replies: 3
Views: 4503
 
Jump to post

How to verify at least one checkbox checked on custom dialog

I have created a custom feature selection dialog using these instructions: http://www.advancedinstaller.com/user-guide/qa-conditional-feature.html

This custom dialog contains three checkboxes where each checkbox corresponds to a feature in the project. If the user selects 1+ checkboxes then I would ...
by kahmad
Fri Jun 28, 2013 12:15 am
Forum: Building Installers
Topic: One component in multiple features
Replies: 1
Views: 2602
 
Jump to post

One component in multiple features

Our goal is to have one installation that can install up to four products.

Client
* Product A

Server
* Product A
* Product B
* Product C
* Product D

Note that Product A is listed under both Client and Server.

If the user chooses Client then we will move forward with the installation of Product A ...

Go to advanced search