views:

23

answers:

1

I am trying to implement browse button with its adjacent edit box in Installshield 11.5. Unfortunately version 11.5 does not have standard controls for this. Is there a simple workaround to this problem?

A: 

InstallShield encompasses many technologies. What project type are you using?

For Basic MSI, you could look at the CustomSetup dialog and observe how it uses the BrowseDialog property to associate INSTALLDIR to the Modal File Browser dialog.

Christopher Painter
Basic MSI Project
Mher

related questions