This is something that I have been trying to do for a while, but have not made it as smooth as I would like.
At the moment the O2 Platform exe that can be downloaded (from here) is the compiled stand-alone exe of this script Main O2 Gui.h2
The problem I had in VisualStudio 2010 (when using its Install builder) was that there didn't seem to be an easy way to build an installed that didn't require admin privileges to install (and O2 doesn't need those privs to work, just the .Net framework)
This is something that I have been trying to do for a while, but have not made it as smooth as I would like.
At the moment the O2 Platform exe that can be downloaded (from here) is the compiled stand-alone exe of this script Main O2 Gui.h2
The problem I had in VisualStudio 2010 (when using its Install builder) was that there didn't seem to be an easy way to build an installed that didn't require admin privileges to install (and O2 doesn't need those privs to work, just the .Net framework)
The install project is this one (https://github.com/o2platform/FluentSharp/tree/master/FluentSharp.O2Platform) which also does a git sync for the https://github.com/o2platform/O2.Platform.Scripts repo