Search found 13 matches

Go to advanced search

by gregmac
Thu Nov 06, 2014 12:52 am
Forum: Building Installers
Topic: How can I return data/values from a custom action (.exe)?
Replies: 1
Views: 6838
 
Jump to post

How can I return data/values from a custom action (.exe)?

I'd like to execute a custom action (custom .exe) during Install Execution (Execution time: deferred), and then return some text or a status back to advanced installer so I can change the text displayed on ExitDialog depending on what happens during this .exe. What's the best way to go about this? I...
by gregmac
Mon Nov 11, 2013 6:26 pm
Forum: Feature Requests
Topic: Server 2012 R2 launch condition?
Replies: 1
Views: 7653
 
Jump to post

Server 2012 R2 launch condition?

10.7 added "Updated Windows Features support for Windows 8.1 and Windows Server 2012 R2".. but I just want to double-check something. In the Launch Conditions dialog, there is Windows 8.1, and Server 2008 R2, but no 2012 R2: http://i.imgur.com/DcSENKM.png Is this expected, or should there ...
by gregmac
Tue Jun 21, 2011 7:42 pm
Forum: Feature Requests
Topic: What's New
Replies: 2
Views: 11759
 
Jump to post

Re: What's New

Sorry to bring up old thread, but it's still the first result on Google.

Version history is here: http://www.advancedinstaller.com/version-history.html
by gregmac
Mon Jan 17, 2011 9:08 pm
Forum: Common Problems
Topic: 32/64-bit specific prerequisites for a mixed 32/64-bit app
Replies: 3
Views: 11488
 
Jump to post

Re: 32/64-bit specific prerequisites for a mixed 32/64-bit app

The functionality you are looking for is in the Prerequisite's Install Conditions tab, specifically in the Launch Conditions section. There's an option for "Windows NT" and "Windows NT 64-bit". "Windows NT 64-bit" is pretty clear: If I only check that one, it will only...
by gregmac
Fri Jan 14, 2011 8:06 pm
Forum: Common Problems
Topic: 32/64-bit specific prerequisites for a mixed 32/64-bit app
Replies: 3
Views: 11488
 
Jump to post

32/64-bit specific prerequisites for a mixed 32/64-bit app

I'm trying to add the Microsoft Visual C++ 2010 Redistributable Package to my installer, but I'm not sure how to do it since the C++ redistributable has different downloads/installs for 32-bit and for 64-bit. My app is a .NET app, and it's targeted as mixed 64/32-bit. I followed the Mixed 32/64-bit ...
by gregmac
Thu Dec 09, 2010 4:45 pm
Forum: Common Problems
Topic: "wait until the service completes"?
Replies: 3
Views: 12111
 
Jump to post

Re: "wait until the service completes"?

In my application, upon initial install the services won't run because they need a database configured and a connection string. I had unchecked the "start on install" because otherwise the services would fail to start, and then the installer would consider the installation failed, and roll...
by gregmac
Wed Dec 08, 2010 11:11 pm
Forum: Common Problems
Topic: "wait until the service completes"?
Replies: 3
Views: 12111
 
Jump to post

"wait until the service completes"?

What does the "Wait until the service completes" option do? It's not in the documentation (http://www.advancedinstaller.com/user-g ... rties.html)
by gregmac
Fri Oct 15, 2010 11:17 pm
Forum: Feature Requests
Topic: Making a launch condition for a specific component?
Replies: 1
Views: 7176
 
Jump to post

Making a launch condition for a specific component?

Here's the scenario: I have a product that has a few different applications. One of the applications is a web app. It obviously depends on IIS being installed, however, it is possible to install the other applications without installing the web app. I don't want the whole package to have a launch co...
by gregmac
Fri Oct 15, 2010 11:13 pm
Forum: Feature Requests
Topic: Suggestions for predefined prerequisites
Replies: 79
Views: 4794042
 
Jump to post

Re: Suggestions for predefined prerequisites

  • ASP.NET AJAX Extensions
  • ASP.NET MVC Framework
by gregmac
Fri Oct 15, 2010 7:05 pm
Forum: Feature Requests
Topic: Specifying components on command line - silent mode
Replies: 3
Views: 11886
 
Jump to post

Re: Specifying components on command line - silent mode

Hi Cosmin, Thanks - I can provide more details. It may be that I don't understand this properly. I have (currently) 5 components (lets say A, B, C, D and E), and any combination of them may be selected (eg, all 5, or A+B+D, or B+C, or A+C+E, etc). This is because there are several different server c...
by gregmac
Wed Oct 13, 2010 8:42 pm
Forum: Feature Requests
Topic: Specifying components on command line - silent mode
Replies: 3
Views: 11886
 
Jump to post

Specifying components on command line - silent mode

One of the things I am trying to do early on in my current development project is continuous deployment. I'll be automatically installing upgrades on a couple of test servers, so I need to use the /qn option to suppress the UI. I know during upgrades the installer will preserve the selected componen...
by gregmac
Wed Oct 13, 2010 7:20 pm
Forum: Feature Requests
Topic: Setting output directory in the command line
Replies: 2
Views: 9219
 
Jump to post

Re: Setting output directory in the command line

I agree this would be a nice feature, though because AI uses relative paths there is a way around it: In my project, I have the following checked into SVN: trunk\Installer\ trunk\Installer\Installer.aip trunk\Installer\Staging trunk\Installer\Staging\Component1 trunk\Installer\Staging\Component2 tru...
by gregmac
Wed Oct 13, 2010 3:19 pm
Forum: Feature Requests
Topic: Detect background changes to .aip and prompt to reload
Replies: 1
Views: 7167
 
Jump to post

Detect background changes to .aip and prompt to reload

This is a missing feature that is potentially very dangerous in a multi-developer environment using source control. Advanced Installer should monitor the .aip file it has open for changes in the background. If changes are detected, it should prompt to reload the file. There are two different prompts...

Go to advanced search