I'd like to develope web apps and distribute an installer with a chromeless window to the end user.
As I understand it, this is exactly what prism gives me, however I would like to use a webkit based browser, namely Google Chrome. However, I do not want to simply install shortcuts with parameters and then bundle the full Google Chrome browser in an installer. This would invoke the wrath of network admins etc, and complicate the process.
Is it possible to have a self contained app that comes with Google Chromes innards and relies on a website/app for its UI/functionality? Or am I forced to bundle Chrome with my installer?
ps: Building the & modifying Chromium project/source is not an option ps2: Extra points if you can hide the title bar for customising the entire window