Turelim
Posts: 2
Joined: Mon Jul 02, 2012 1:30 am

Configuring a Database only if a requisite is installed

Hi guys, this is my first post in the forum. and my first time creating an installer with Advanced Installer 9.3, so this is my question...
i want to configure a database only if a prerequisite didn't install because the user has already installed previously; some ideas :? ??
Bogdan
Posts: 2794
Joined: Tue Jul 07, 2009 7:34 am
Contact: Website

Re: Configuring a Database only if a requisite is installed

Hi and welcome to our forums,

This is very easy, every SQL scripts that you configure to run can use a property as an execution condition. So what you need to do is to create a search in Search page, identical with the one that tells if your prerequisite is installed or not. The search name is actually a property, so you can use it in the condition field from SQL Scripts page, on your configuration script.

Regards,
Bogdan
Bogdan Mitrache - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
Turelim
Posts: 2
Joined: Mon Jul 02, 2012 1:30 am

Re: Configuring a Database only if a requisite is installed

ok, let me check it :D

Return to “Building Installers”