chromiumembedded is used as host instead of WebBrowser control (IE).
https://github.com/downloads/vf1/desktopgap/MergeModule.msm Right-click on the project in Solution explorer, select Add Merge Module
Archive name is DesktopGap.zip
You need to call DesktopGap.exe to start application. But VC setup project can not create shortcut to .msm's files. You could use ShellExecute.exe tiny tool to call DesktopGap.exe. Add ShellExecute.exe to setup project, create link to it and set argument 'DesktopGap.exe' string.