From 2fe77ca953e916966a28e4cf3895565a464cc8fd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Nov 2008 20:55:28 +0000 Subject: Add win32 registry support to thandy. untested. git-svn-id: file:///home/or/svnrepo/updater/trunk@17319 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- samples/example-package.cfg | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'samples') 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' ] -- cgit v1.2.3