cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
venkatramu_c
Level 4

How to create a browse button in install shield.

i am creating webApplication using InstallShield.
How to create a browse button in install shield.
Please help me.
Regards
Venkat.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

For a folder-browse dialog box, perhaps look at the controls and events and suchlike on the DestinationFolder dialog box.

For a file-browse dialog box, please see the help topic "Launching a File Open Dialog".
0 Kudos
ChandanOmkar
Level 8

Use SelectDirEx or SelectDir for browsing in your script browse button click event. Hope this will work for you.
0 Kudos