summaryrefslogtreecommitdiff
path: root/config/license-win32-package.cfg
diff options
context:
space:
mode:
authorMartin Peck <coder@peertech.org>2009-03-14 13:17:25 -0700
committerMartin Peck <coder@peertech.org>2009-03-14 13:17:25 -0700
commitce33821211c05735024617853aa3d0a31e63ef59 (patch)
tree482033386ca1f37d266c8db8cd2fcf7a733d3245 /config/license-win32-package.cfg
parentb346e24c3d67c129b8609d44cab77160b3cfb399 (diff)
New bundle and package config files for Tor VM, licenses, and Vidalia packages.
Diffstat (limited to 'config/license-win32-package.cfg')
-rw-r--r--config/license-win32-package.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/config/license-win32-package.cfg b/config/license-win32-package.cfg
new file mode 100644
index 0000000..0ac5f82
--- /dev/null
+++ b/config/license-win32-package.cfg
@@ -0,0 +1,20 @@
+name = "license"
+
+# Encodes current version
+version = [0, 0, 1]
+
+# Where in the repository does it go?
+location = "/pkginfo/license/win32/license-0.0.1.txt"
+
+# Where in the repository does its underlying package file go?
+relpath = "/data/win32/license-0.0.1.msi"
+
+# Decriptions of the package.
+ShortDesc('en', "Tor License Installer")
+LongDesc('en', "Tor bundle license documentation, with MSI installer.")
+
+format = "win32"
+command_install = [ 'msiexec', '/i', "${FILE}", 'NOSC=1', '/qn' ]
+exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor License\Version',
+ '0.0.1' ]
+