Hello Diego,
When "Não" is selected, simply do not install SQL.
If that is the case, then you can proceed as it follows:
- open your Advanced Installer project
- go to
"Dialogs" page
- select the
Radio Button Group control
- when selecting it, please have a look on the right pane. There, you should be able to see the property that is assigned to the Radio Button Group control
- from it, select the "Sim" value
- when selecting it, please have a look on the right pane. There, you should be able to see the value
There are some limitations here that we need to keep in mind:
- the prerequisite should be added as a feature-based prerequisite (so we can condition its installation)
- you can install SQL Server as a feature-based prerequisite only starting from SQL Server 2012 Service Pack 2 (SP2), due to an SQL Server limitaiton. You can find more information here:
Why does the SQL Server installation hangs?
After doing so, please go to "Organization" page --> select the feature for your "SQL Server" prerequisite and under "Installation Behavior", select the "Not installed" by default and in the "Install if" field, please insert a condition as it follows:
Code: Select all
THE_PROPERTY_OF_YOUR_RADIOBUTTONGROUP_CONTROL = the_value
This way, SQL Server will only be installed if desired value was selected.
In what regards this:
I am also trying to install the program in "SAP Crystal Reports (CRRuntime_32bit_13_0_26)" in silent mode based on resources, but I did not get exite, as it always gives an error. It is an error in the commands for silent installation (Full UI).
I am not quite sure I understand what you mean here. I can not see any command in the screenshot you have provided.
Please make sure you are passing the correct command line parameters to your prerequisite. You can probably check these parameters on the creator's website/forums.
Hope this helps.
Best regards,
Catalin
FOLLOW US