I'm looking to create an exe (and maybe dmg) installer that simply opens an invisible browser window and navigates to a webpage. Preferably using Google Chrome's rendering/javascript engine. The idea is that I have a web app that I need to disguise as a windows program. A bit like the way iTunes loads it's web store. Any tips/advice?
As a additional/separate issue, how complex would it be to package a php & mySQL server into the installer so I can run the app offline?
Thanks a lot!