Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex2772/aui.installer
https://github.com/alex2772/aui.installer
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alex2772/aui.installer
- Owner: Alex2772
- Created: 2021-05-30T00:35:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T18:45:13.000Z (over 3 years ago)
- Last Synced: 2024-11-10T17:55:04.280Z (2 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.