Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex2772/aui.installer


https://github.com/alex2772/aui.installer

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# AUI Installer
An extensible installer implementation for your applications for MS Windows.

## Using in project

1. `git submodule` this repository as a subdir to your project: `git clone https://github.com/Alex2772/AUI.Installer.git installer`
2. In your `CMakeLists.txt` `add_subdirectory` the cloned repository: `add_subdirectory(installer)`
3. ...

## Customizing

You should fork this repository.

Generally, everything you might be interested in is stored in `src/User`.