vattipalli
12-29-2004, 06:48 AM
Hi,
In InstallShield 10.5 project iam using the following function:
SdComponentDialog( "Select Components to Install" , "Click Browse... to change the directory where Application installs.", "c:\\Program Files\\CAT" , "" );
Iam getting a screen which shows three checkboxes with different names. I can select more than one in this. But i dont understand how do i get these options.. as i have specified "" parameter to the above function. I know that when i refer to "" it refers to top level features. But my problem is Iam getting same options for different radio button selections made in previous screen. But i need to get different options. Please let me know how to change the top level features based on radio button selection in the previous screen.
Regards,
vattipalli.
In InstallShield 10.5 project iam using the following function:
SdComponentDialog( "Select Components to Install" , "Click Browse... to change the directory where Application installs.", "c:\\Program Files\\CAT" , "" );
Iam getting a screen which shows three checkboxes with different names. I can select more than one in this. But i dont understand how do i get these options.. as i have specified "" parameter to the above function. I know that when i refer to "" it refers to top level features. But my problem is Iam getting same options for different radio button selections made in previous screen. But i need to get different options. Please let me know how to change the top level features based on radio button selection in the previous screen.
Regards,
vattipalli.