Help Please....
Creating my first Installer.
Have added Textboxes (A) to User Interface and want to populate property
"Edit1Value" dynamically.
Can this be done?
Can I call a function from the Edit1Value property that will return a
dynamic string value to this textbox?
More:
When runnig Setup.exe for any basic Windows Installer, do you know how it
displays a dialog box with the default path for installing an application? I
am trying to duplicate this dialog box within my Installer. My Installer not
only installs an app, but a database as well. I want to prompt the user to
select a path for installing the database.
So can I dynamically set the path in the Edit1Value or is there a better way
to do this?
Archived from group: microsoft>public>vb>deployment