summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-17 20:55:28 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-17 20:55:28 +0000
commit2fe77ca953e916966a28e4cf3895565a464cc8fd (patch)
tree18a50e432b4fe343bc0d223ccd02d3011859e1c0 /samples
parente5ec1b2ce20f7578fea683229aadc95431fdb451 (diff)
Add win32 registry support to thandy. untested.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17319 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'samples')
-rw-r--r--samples/example-package.cfg13
1 files changed, 11 insertions, 2 deletions
diff --git a/samples/example-package.cfg b/samples/example-package.cfg
index 8e0b578..6df6ac0 100644
--- a/samples/example-package.cfg
+++ b/samples/example-package.cfg
@@ -37,8 +37,17 @@ format = "none"
# # that does not have its own built-in installation mechanism.)
#
# format = "exe"
+#
# # What arguments do you pass to this package to install it?
# # This needs to be a list of strings.
# exe_args = [ "--silent", "--automatic", "--omit-bugs", ]
-
-
+#
+# # Optional: a registry key, value pair for a version number that this
+# # package will set when it installs itself. The exe is responsible for
+# # setting this value; thandy only reads the value to see whether the
+# # exe is installed.
+# # (Remember to prefix your registry string with r, so that the internal
+# # backslashes are automatically escaped.)
+#
+# exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\Software\Blahblahblach\Version',
+# '0.1.2' ]