eurotronik
Posts: 17
Joined: Tue Jan 10, 2012 1:01 pm

Server - client, prerequsites configuration

Is it possible to choose which Feature-Based prerequsites would you like to install if you click SERVER or COMMON or CLIENT.

In this way like for SQL scripts conditions : &Server=Installstate_local AND &Common=Installstate_local

I have SQL Server 2008, and I would like to install it when SERVER or COMMON is selected.

Thanks for answer.
eurotronik
Posts: 17
Joined: Tue Jan 10, 2012 1:01 pm

Re: Server - client, prerequsites configuration

And I would also like to ask what is condition for complete install button if &Server=Installstate_local is for server and &Client=Installstate_local for client?

Thanks for answer.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Server - client, prerequsites configuration

Hello,
I have SQL Server 2008, and I would like to install it when SERVER or COMMON is selected.
A simple solution is to add the feature-based prerequisite as a child prerequisite and enable its "Use parent feature installation settings" option.
And I would also like to ask what is condition for complete install button if &Server=Installstate_local is for server and &Client=Installstate_local for client?
A complete installation means both server and client features will be installed so a valid condition can look something like:

Code: Select all

&Server=3 AND &Client=3
All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
eurotronik
Posts: 17
Joined: Tue Jan 10, 2012 1:01 pm

Re: Server - client, prerequsites configuration

Thank you, solved issue.

Do you have any idea why installer is restarting everytime after system reboot with these settings.

Image

Thank you for answers.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Server - client, prerequsites configuration

You're welcome, I believe the same issue is addressed in this thread.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
eurotronik
Posts: 17
Joined: Tue Jan 10, 2012 1:01 pm

Re: Server - client, prerequsites configuration

Fixed my problem. Thank you.
mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Server - client, prerequsites configuration

Cool, glad to help.

Return to “Building Installers”