* DirShow backwhat was this command good for in old NSIS?
how did it work?
why do we need to have it back?
10 posts
* DirShow backwhat was this command good for in old NSIS?
Specifies whether or not the user will see the directory selection page. Note that if 'hide' is specified, the installer will still check the validity of the installation path (using internal logic and .onVerifyInstDir if it is declared). If the path is deemed invalid, the directory page will be shown. To completely disable the Directory page (and install without prompting, even if a valid installation path is not available), specify DirText with no parameter (this might be useful if the installer installs everything into $SYSDIR or something like that).so if i understood this right: