To create an installation of my application I use a script "nsis". During installation the user must specify the installation directory of "SMPlayer" (via a browse).
The "Next" button is only activated when the user selects a location. Is it possible to activate this "next button" even if the user does not select a location
the code i'm using :
thank youdefine MUI_DIRECTORYPAGE_VARIABLE $Mplayervar
!define MUI_PAGE_HEADER_TEXT $(HEADER_TEXT)
!define MUI_PAGE_HEADER_SUBTEXT $(HEADER_SUBTEXT)
!define MUI_DIRECTORYPAGE_TEXT_TOP $(TEXT_TOP)
!define MUI_DIRECTORYPAGE_TEXT_DESTINATION $(TEXT_DESTINATION)
!define MUI_PAGE_CUSTOMFUNCTION_PRE ConfPath
!insertmacro MUI_PAGE_DIRECTORY