PDA

View Full Version : i need sommes exemples!!


Ben_qc
08-28-2001, 02:10 PM
Hi,

i didn't figure hot to use variable and variable(n) and radio button to make options.
someone can help me, show me sommes exemples ??


regards.

Benoit.

Ben_qc
08-28-2001, 02:28 PM
Hi,

i tried to make an installation with 12 option. I Know the name button of each radio button is the name returned by the setup.. but do i need to put some string in the VARIABLE and VARIABLE(n) box ?? after this section is finished.. i need to put files operation in the "shell" section is that ? i tried to put some advance setting in the "condition" label in the "file operation properties" but nothing worked..

i tried to make a install to help me to copy the good OEMInfo.ini in the windows\system directory.

ex: radio1 = AMD850, radio2 = AMDTB etc...
and at the end of the setup, the program will check the variable and copy the good OEM file.

Thanks to help me..
regards.

Benoit

Mark
08-29-2001, 10:02 AM
Hi,

The 'variable' and 'variable (n)' sections are where you supply Setup Factory with a variable that will store information regarding the selected radio button.

This is from the help file:
-------
Variable - The name of the variable to store the radio button group result in. Returns the text of the selected Radio button as a value.

Variable (n)- The name of the variable to store the zero-based index of the chosen radio button in.
-------

So if you wanted to store the zero-based index of the selected radio button in the variable %RadSel% you would type %RadSel% in the "Variable (n)" field.

mark.

Ben_qc
08-29-2001, 10:32 AM
Hi,

thanks for this reply_in_24/h http://www.indigorose.com/ubb/images/icons/smile.gif i apreciate.

This will help me..

regards.
Benoit