Skip to content
⌘ NSIS Forum Archive

MUI Directory Selection Dialog

2 posts

ogden_ogly#

MUI Directory Selection Dialog

Hi, my product won't run on a network drive. I have created an OnVerify routine that excludes this possibility, but the browse dialog on the MUI dialog still allows the user to select a network drive. It would be nice if the user wasn't given this option

Is it possible to disabled the display of network paths/drives in that display?

TIA

og
kichik#
The browse dialog uses .onVerifyInstDir just like the directory edit box. You should use your OnVerify routine there.