Skip to content
⌘ NSIS Forum Archive

Asking permission to install files with MUI

1 posts

gwreadt#

Asking permission to install files with MUI

I'm trying to use the MUI for my installer, but would like to check back with the user if a new directory is being created.

How do I do that ?

I am currently using MUI_PAGE_DIRECTORY.

I assume its some sort of call back, but haven't found which or an example yet.