cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mumdluri
Level 3

HOWTO: How to disable allowing user to choose remote directory as install directory

Hi,

Choose install directory will be used to allow user to choose a directory to install the software. At the same the window allow to choose remote directories as well. If I don't want the user to select a remote directory, how can we do that?

- Bala
Labels (1)
0 Kudos
(2) Replies
pv7721
Level 20

You can write a quick piece of code that would verify that the chosen path is not a remote path.
0 Kudos
MSIYER
Level 8

Use:
GetValidDrivesList Installscript function...
0 Kudos