RE: Problem on browsing my folders during installation. -
03-10-2005
, 01:30 AM
I'm preparing the Custom action for installing database objects during
installation. On the way of installing, I load the form where the user will
be prompted to locate the file where the sequence of installation is
situated. Here I use the following command:
OpenFileDialog1.ShowDialog()
The problem I get is when I click my command button where the code above is
placed so that I can browse my files, the system get stacked. I have tried
the same thing by running the form itself and it work perfectly. The problem
is only when I call that form on the way of installation. Is there anyone
with an idea of this problem?
Regards,
Comfort. |