We are about to start to develop relatively small db desktop apps, running on a browser (analogous to a cashier system).
We think the app could be distributed with a standalone webserver (XAMPP) + PHP + sqlite. Source code can be encrypted via ionCube.
We already have web-apps and we wish to port them to be used locally, almost with the same code. That's the main idea.
We think it is a good solution. But in this question it doesn't feel like it.
Is there some trouble we have not seen/missed? Are there problems that we should consider further?
update: * the installation of XAMPP consists of unzipping a folder * to update I can replace/patch the folder containing my code (automatically, the user doesn't have to do anything) * unistall is deleting the folder * backups are not a problem...
Thanks.