My project has a ms Access database which has which has been added as data source in the root of my project. The properties set: Build Action �Content and Copy to output directory �Do Not Copy.
My problem is: when deployed using SetUp project .msi the database is visible in its original state in the deployed folder.
SetUp dependences include: Content file from MySetup (active) �Primary output from MySetup (active) �XML Serialization assemblies from MySetup (active) Although I can protect the DB with password it’s more secure to not visible.
There is no problem using ClickOnce. Have I missed a configuration?
hemo