-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
37 lines (23 loc) · 2.05 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Thank you very much for taking the time to download the source code for this project. This file will quickly review some steps you should take to set up your computer to compile this application, go over some distribution advice involving .NET bootstrappers, as well as provide some contact information.
To set up your development machine to compile this application:
---------------------------------------------------------------
1. Download and install a version of Microsoft Visual C# 2010 (Visual C# express is freely available at http://www.microsoft.com/express/downloads/#2010-Visual-CS)
2. Download and install Python, Mercurial, and TortoiseHg, available at http://www.python.org/download/ and http://mercurial.selenic.com/downloads/ respectively
3. Download and install WiX 3.0, available at http://sourceforge.net/projects/wix/files/
The Installer build will fail for `Debug|Any CPU` unless you have built a `Release|Any CPU` build prior to building a debug version. If you get an error about missing executable files while building a debug version, then attempt to build a release version before attempting to build the debug version.
Installer Oddities:
-------------------
I used dotNetInstaller <http://dotnetinstaller.codeplex.com/> to generate a bootstrapped installer called Setup.exe in the `Installer\bin\Release` folder. The post-build event for Installer should generate the setup file. The setup file generated will download .NET 2.0 SP1 and install it if the user does not already have it installed.
More Documentation:
-------------------
Please see the docs folder for more documentation.
Contact Information:
--------------------
Maintainer: Jeffrey Charles <[email protected]>
Open Source at Laurier: <[email protected]>
Thank you's:
------------
I'd like to thank the following projects for making this application possible:
* Managed Wifi API <http://managedwifi.codeplex.com/>
* Windows Installer XML (WiX) toolset <http://wix.sourceforge.net/>
* dotNetInstaller <http://dotnetinstaller.codeplex.com/>