I'm trying to put two wizards together. The user can check a radio button with a varible of m_Typical, if they select the Custom button then click Next it will start another wizard, if not they will start to install the software.
I tried this but it can't find the varible:

if (m_Typical);
{
CInstall.DoModal();
}
else
CCustom.DoModal();
}
}

I'm sure it wrong, but can someone check it and help me with it.

Thanks,
Nathan Strandberg