https://github.com/the-noah/ezinstall
I wanted a simple Windows installer for my programs so I can ship them as a single file while having the benefits of multi-file applications. With just a few lines of code you can get a simple background installer up and running.
https://github.com/the-noah/ezinstall
csharp installer library
Last synced: over 1 year ago
JSON representation
I wanted a simple Windows installer for my programs so I can ship them as a single file while having the benefits of multi-file applications. With just a few lines of code you can get a simple background installer up and running.
- Host: GitHub
- URL: https://github.com/the-noah/ezinstall
- Owner: The-Noah
- Created: 2019-03-17T21:21:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T21:30:46.000Z (over 7 years ago)
- Last Synced: 2025-01-27T06:13:09.595Z (over 1 year ago)
- Topics: csharp, installer, library
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EZInstall
I wanted a simple Windows installer for my programs so I can ship them as a single file while having the benefits of multi-file applications. With just a few lines of code you can get a simple background installer up and running.
EZInstall while compile to a DLL for portability, however it is recommended you compile it directly into your installer so then it's only 1 file. The other options is to use an assembly combiner tool to merge EZInstall with your installer project.
## Features
* Automatically execute program once installed
* Create a Start Menu shortcut
* Runs in background