Search found 9 matches

Go to advanced search

by Slim57
Wed Oct 08, 2014 10:32 pm
Forum: Common Problems
Topic: batch that calls sql server installer fails when launched
Replies: 1
Views: 1903
 
Jump to post

batch that calls sql server installer fails when launched

from AI. The batch runs very nicely when called from the command line, it tests for connection to a SQLServer named instance and if not successful, runs command line call to sql server install.

When running batch from custom action launch file, the test for connection does not find instance, then ...
by Slim57
Mon Oct 06, 2014 2:59 pm
Forum: Common Problems
Topic: Prerequisites do not install
Replies: 2
Views: 3435
 
Jump to post

Re: Prerequisites do not install

Rebooting windows 7 fixed it, I should've known. Must be the old running out of open file descriptors. Not a very graceful way to handle things, the installer silently exits in this case. You get no indication, nothing, just a blank screen, and the user is wondering what is happening. The things ...
by Slim57
Fri Oct 03, 2014 8:38 pm
Forum: Common Problems
Topic: Prerequisites do not install
Replies: 2
Views: 3435
 
Jump to post

Prerequisites do not install

OK, I've built installer (call it main installer) that has 4 prerequisites: .NET Framework 4.0; .NET Framework 4.5; Installer Package 1 (IP-1); and Installer Package 2 (IP-2).

When I run main installer, the .NET Framework packages are detected as installed, and skipped. The two Installer Packages ...
by Slim57
Fri Sep 26, 2014 8:40 pm
Forum: Common Problems
Topic: Launch File Working Directory NOT WORKING!
Replies: 10
Views: 10711
 
Jump to post

Launch File Working Directory NOT WORKING!

Ok, I have two launch file custom actions, one for install, one for uninstall, both run a batch file, both batches reference a command script file. All files are being created successfully in [APPDIR]. Both launch file custom action dialogs have [APPDIR] in the "Working Directory" text box.
User ...
by Slim57
Mon Sep 22, 2014 8:49 pm
Forum: Building Installers
Topic: Installer does not find prerequisite
Replies: 1
Views: 2168
 
Jump to post

Installer does not find prerequisite

The prerequisite is installed; it shows up in programs and features.

The prerequisite is installed using another advanced installer, the prerequisite installer has the register with windows check box checked.

Can anyone say what is the trick to get installer installed program recognized by ...
by Slim57
Mon Sep 22, 2014 7:07 pm
Forum: Building Installers
Topic: Proper approach to build advanced installer
Replies: 4
Views: 7208
 
Jump to post

Re: Proper approach to build advanced installer

Oh gosh, I got the batch to run by clearing the "Command Line:" field on the Launch File properties. The web page (http://www.advancedinstaller.com/user-guide/qa-launch-batch-file.html) instructions for this field seem completely misleading, they state (and I quote): "The Command Line field should ...
by Slim57
Fri Sep 19, 2014 11:02 pm
Forum: Building Installers
Topic: Proper approach to build advanced installer
Replies: 4
Views: 7208
 
Jump to post

Re: Proper approach to build advanced installer

I have made some progress, added a prerequisite to install sql server 2014 without interaction, by provide command line parameters in the prerequisite design page, it works just fine. First time installer runs, sqlserver express 2014 is installed, subsequently, pre req is fulfilled, and is not ...
by Slim57
Wed Sep 17, 2014 3:25 pm
Forum: Building Installers
Topic: Proper approach to build advanced installer
Replies: 4
Views: 7208
 
Jump to post

Proper approach to build advanced installer

The requirement is to build a single click installer for a system that consists of a .asp web application, windows service, an app to configure the service and an instance of sql server express. The asp web app is to be hosted in IIS, and requires .net framework 4.5.

I'm new to installers, but I ...
by Slim57
Tue Sep 16, 2014 5:32 pm
Forum: Common Problems
Topic: APPDIR shows in red
Replies: 1
Views: 2109
 
Jump to post

APPDIR shows in red

In attempt to add custom action, I can create a new custom action of type Launch EXE with working directory by clicking the + button (no sequence) in the add custom action window. OK, no problem, I then see a dialog in which to enter File Path, Command Line, and Working Directory.

The executable ...

Go to advanced search