Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Database connectivity in installation wizard

I am deploying an application built using WPF. It has a Sql CE database embedded in it. Now i need to include a window in the installation wizard where the user needs to enter some information and it has to be updated in the local database with the application. im using advanced installer for the deployment. Can anyone here help me to sort this out please...

like image 245
user1765361 Avatar asked Dec 12 '25 10:12

user1765361


1 Answers

You can learn how to capture the user input from the Advanced Installer Tutorials. To update the database with the user input you can use the SQL Scripts replacements support from Advanced Installer.

like image 83
Bogdan Mitrache Avatar answered Dec 15 '25 00:12

Bogdan Mitrache