Hi,
I have been trying to create an installer that will run one of 8 product installer files depending on the user choice. The user selects their choice by radio button and depending on the radio button variable, an action should launch the installer file for the product they have choosen.
I included an action:
IF (%RadioSelection%= %CID%)
Execute (%SrcDrv%\individual_installers\setuprei.exe)
END IF
This is a "before installing" action. Am using SF 6.0.1.0
I make the radio button selection and the installer seems to hang. What am I doing wrong?
Thanks in advance for your help,
Frank
I have been trying to create an installer that will run one of 8 product installer files depending on the user choice. The user selects their choice by radio button and depending on the radio button variable, an action should launch the installer file for the product they have choosen.
I included an action:
IF (%RadioSelection%= %CID%)
Execute (%SrcDrv%\individual_installers\setuprei.exe)
END IF
This is a "before installing" action. Am using SF 6.0.1.0
I make the radio button selection and the installer seems to hang. What am I doing wrong?
Thanks in advance for your help,
Frank
Comment