]>
Commit | Line | Data |
---|---|---|
1 | ; Basic setup script for the Inno Setup installer builder. For more | |
2 | ; information on the free installer builder, see www.jrsoftware.org. | |
3 | ; | |
4 | ; This script was contributed by Tim Peters. | |
5 | ; It was designed for Inno Setup 2.0.19 but works with later versions as well. | |
6 | ||
7 | [Setup] | |
8 | AppName=Expat | |
9 | AppId=expat | |
10 | AppVersion=2.1.0 | |
11 | AppVerName=Expat 2.1.0 | |
12 |