B
Bart
Using the Visual Studio .NET Installer...
In the user interface for an installation, I would like to
create a dialog box to take the connection information for
a SQL Server database and verify it, before proceeding to
the next screen.
This means I would need to call code when the user
clicks next on the dialog window somewhere. Are there
methods one can overload when the user clicks the
Previous\next buttons.
I think I can generate a new form in the windows
installer class to show it and have the user fill it out,
however I would like to do this in the VS.net install
wizard.
Any articles that do the same thing would help.
thanks in advance for any help
In the user interface for an installation, I would like to
create a dialog box to take the connection information for
a SQL Server database and verify it, before proceeding to
the next screen.
This means I would need to call code when the user
clicks next on the dialog window somewhere. Are there
methods one can overload when the user clicks the
Previous\next buttons.
I think I can generate a new form in the windows
installer class to show it and have the user fill it out,
however I would like to do this in the VS.net install
wizard.
Any articles that do the same thing would help.
thanks in advance for any help