Add license and initial readme

This commit is contained in:
2018-02-12 20:49:43 -05:00
parent 45fd696404
commit 9cbf6a9e8b
3 changed files with 36 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# CreateInstallDescriptor
Simple command line tool that reads an MSI, EXE, or DLL file and creates an XML file with the name, version, and creation date of the input file. The XML file can be placed on a server along with the input file to be used as part of an auto-update system.
## Authors
* **Chris Kaczor** - *Initial work* - https://github.com/ckaczor - https://chriskaczor.com
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.