I have a simple VS setup project. On the first screen, the user enters the database name and credentials to access it. Then the user clicks the "Next" button and the files are copied. I would like to add one check that should be performed after the user enters the user name and credentials, but before copying the files. This check should go to the database and check some information. And depending on the result of this check, the installation will continue or be interrupted.
How could I do this? Is it possible to do this using the VS configuration project?
thank
source
share