forked from FoldingCoin/StatsDownloadDotNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add StatsDownload setup documentation
- Loading branch information
Miguel Molina Jr
committed
Aug 22, 2018
1 parent
041a2f3
commit 126babe
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Stats Downloader Setup | ||
|
||
## Getting Started | ||
|
||
The stats downloader setup is used to create a Windows installation package to install the stats downloader. | ||
|
||
## Prerequisites | ||
|
||
* .NET Framework 4.7.1 | ||
* WiX | ||
|
||
## Installation Package | ||
|
||
### Creating the Installation Package | ||
|
||
1. Load StatsDownload solution | ||
2. Run unit tests and ensure all tests pass | ||
3. Load StatsDownloadSetup solution | ||
4. Publish StatsDownloadSetup solution | ||
* Update target as needed e.g. Windows x86, Windows x64 |