How to create mutil dialog with nsDialogs::Create 1018, when my install need mutil dialog
Page custom Page1Create Page1Leave PAGE_CUSTOM_FIRST Page custom Page2Create Page2Leave PAGE_CUSTOM_SECOND Page custom pgPageCreate pgPageLeave PAGE_CUSTOM_THIRD Function Page1Create nsDialogs::Create ${MYPAGE_FIRST} Pop $Dialog1 ${If} $Dialog1 == error Abort ${EndIf} ${NSD_CreateLabel} 0 0 100% 12u “${WelcomeTitleText}” ${NSD_CreateLabel} 0 13u 100% 42u “${WelcomeText}” ${NSD_CreateRadioButton} 5% 100u 100% 12u “${InstallSAEText}” Pop $InstallSAE ; default checked install SAE ${NSD_Check} $InstallSAE ${NSD_CreateRadioButton} […]