Our situation:
- We have an existing html5 + javascript code that we want to work offline, and want to have a user folder for storing images,videos etc.
- We want this offline application to start another windows program with ole commands. (So let's say we want to call a .exe file that will do this work).
- We are thinking of doing it with a google chrome app.
Questions:
- Is there any way to create a windows desktop launcher to start google chrome with our app? (so that the google chrome doesn't appear at all to the final user, the application will be distributed to a few clients, and probably won't be uploaded to chrome webstore)
- I suppose we have to create a windows installer to check if google chrome is installed and add registry key to support native messaging. If it can also install our google chrome app this would be awesome. Best way to do this, so that it would appear a few steps installation to the final user?