Search found 1 match

Go to advanced search

by 9eller
Mon Sep 24, 2012 9:11 am
Forum: Building Installers
Topic: Validate Folder path?
Replies: 1
Views: 2695
 
Jump to post

Validate Folder path?

I need my installer to specify a folder path and validate that not root drive is specifyed..
e.g.
C:\Folder\ - Allowed
C:\Folder\Subfolder\ - Allowed
C:\ - Not Allowed

I have made a custom action with the following VB script and attached it to dialog next button:

Path=Session.Property ...

Go to advanced search