I have developed a deploy tool. The master copy of the tablet program resides on the server.
When the deploy tool is run on the tablet, it will detect if a copy of the program resides on the tablet.
If not, it will copy all the required files from the server to the tablet.
It creates the database on the tablet, and creates the tables and indexes
Creates required directories as well
If the deploy runs and there is a copy of the program on the server, it starts in "update mode"
It will compare the databases and update any field changes, re-index the tables, update files including the main exe
I would like this tool to set specific sharing and permissions on folders created.