Using AI 7.7:
The BrowseDlg is used by AdvancedInstaller to set/choose the installation folder for the application.
I don't want to change that, but what I want is something just like that!
In my program, there's some configuration directory that I need to choose/create for my program: and I want to have a custom dialog that is just like BrowseDlg, and this way I can set/choose my directory for my program: and NOT the installation directory!!!
How can this be done? Can I create a NewDlg that is "based on" BrowseDlg?
I can most probably call a custom action for a program that I will create that does that: but I would really like to avoid this, and save time (time == writing code + checking).
Dashut.