I want to install my database in a separate folder (@C: \ Users \ User1 \ AppData \ Roaming \ Company1 \ database.mdb)
I am using a C # installation project.
How can i do this?
Right-click the installation project → View → File System. Then you can add a custom folder and set its default location to [CommonAppDataFolder] :
[CommonAppDataFolder]
Then add the database file to this folder.
Source: https://habr.com/ru/post/1384294/More articles:What is the best practice for including PHP files? - includeremove only all elements starting with "id_" - jqueryScreen saver - screensaverSeparating configurations from WAR / EAR for Puppet deployment - jbossRunning a JSP page on a Tomcat server? - jspHow to list all HID devices? C # - c #Scanning for a user interface device (HID) using C # - c #android: align text in edittext - androidControls with the TemplateSelector property - controlsHow can I connect to YouTube API without Auth? - c #All Articles