Skip to content
⌘ NSIS Forum Archive

File selector and Help button (Modern UI)

2 posts

norial#

File selector and Help button (Modern UI)

hello,
how can I open a file selector dialog during the install?
If I found more then one file with the same extension the user must select the right one.

my other question is: how can I insert in all dialogs a button called 'help'. This button shall open a new window/dialog with extra informations or a help file.

norial
Joost Verburg#
1) Use InstallOptions.

2) Showing a new dialog when a button has been clicked is not possible without modifying the source code.