Avoid CustomPage
If there a way to avoid to show a custompage depending on the componentes selection
My Code
---------------------------------
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE $(MUILicense)
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
Page custom CustomPageServerName
!insertmacro MUI_PAGE_INSTFILES
!insertmacro MUI_PAGE_FINISH
---------------------------------
Ive 2 comonentes options
If i only select 1, the custompage must show, but if i only select 2 not
It is possible?
TIA