Skip to content

Installation

FabPei edited this page May 18, 2026 · 1 revision

Installation

To get started with oPenEfficiency, you'll need a Windows environment with PowerPoint installed.

Prerequisites

Manual Installation (Development)

If you are a developer or want to build the add-in from source, follow these steps:

  1. Clone the repository: Clone or download the project repository to your local machine.

  2. Open the Solution: Open the oPenEfficiency.slnx or oPenEfficiency.csproj file in Visual Studio 2022.

  3. Install Workloads: Ensure that the "Office/SharePoint development" workload is installed in your Visual Studio environment.

  4. Build the Solution: Build the solution in Release configuration. This will compile the Add-in and automatically register it on your machine.

  5. Restart PowerPoint: Close any running instances of PowerPoint and restart the application. You should now see the new "oPen Efficiency" ribbon tab.

Clone this wiki locally