fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Create installer for main O2 Platform UI #22

Closed DinisCruz closed 8 years ago

DinisCruz commented 10 years ago

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

DinisCruz commented 8 years ago

This is now done with the main installer now available at https://bintray.com/o2-platform/Main-Exe/o2-platform/v6.0/view