summaryrefslogtreecommitdiff
path: root/samples/example-package.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'samples/example-package.cfg')
-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' ]