Archive: MUI Directory Selection Dialog


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


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