Skip to content

Commit

Permalink
Small edit to README, and adding a LICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsmith committed Nov 26, 2011
1 parent 52fea51 commit 9826912
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,9 @@
This work is committed to the Public Domain.

If you'd like a license even though you don't need one, send me email. In some jurisdictions, this may be required. My intent is to mirror SQLite's approach.

Though entirely optional, I would appreciate hearing from anyone who uses this code in their project!

My email address is adam@adamsmith.cc.

Thanks!
3 changes: 2 additions & 1 deletion README.txt
Expand Up @@ -60,7 +60,7 @@ Training wheels
* This will rename everything that says DesktopBootstrap to use YourProjectName.


Your first bicycle
Your keys
* cd into YourProjectName/client
* sn -k YourProjectNameStrongSignKeys.snk
* (You may have to locate sn if it's not in your PATH. It should be in your Visual Studio bin folder.)
Expand Down Expand Up @@ -115,6 +115,7 @@ Your first update
* Now, using the Windows Services tool, restart the YourProjectNameService service.
* The logging is pretty verbose. Ten seconds after you restart the service, it will check for an update. The FakeUpdateServer will send the update command XML. The service will download the updater, verify its hash, and run it. The updater will shut down the service and client app, update all files, and relaunch the service. The service will relaunch the client app. The whole process will take
* You can verify that the update happened by right clicking on YourProjectName.exe in Program Files, going to Properties, then the Details tab. The version should now be 1.0.0.2!
* Despite its name and poor design, FakeUpdateServer has been successfully serving updates to over 100,000 clients.


Accessorize
Expand Down

0 comments on commit 9826912

Please sign in to comment.