RE: PROBLEM IN BROWSING MY FOLDERS DURING INSTALLATION -
03-10-2005
, 01:38 AM
I'm doing something with dotnet which will be installing the database during
installation. I do this by using custom actions. On the way of installation,
I prompt the user to enter the path where the sequence of installation is
situted. I do this by puting a command button and place the following code:
OpenFileDialog1.ShowDialog()
On the way of installation, when I click this button, the system get stack
and more installation is continuing:
If I do the same and run the form by itself, i.e not during installation, I
can perfectly browse all of my folders.
Is there anyone with an idea of to solve this problem?
Regards,
Comfort. |