The Installer Configuration
by in Representative Line on 2017-03-09John N supports a C# project that, on first run, needs to initialize a database. It pulls that data from a dbInstallFilePath
, controlled by the application .config file. This brings us to our representative line:
<add key="dbInstallDbFilePath" value="C:\TestData\" />