How to perform custom actions before installing files when using VS Setup Project?

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

+1
source share
1 answer

, VS. , VS , . . winforms .

+1

All Articles