From ce33821211c05735024617853aa3d0a31e63ef59 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Sat, 14 Mar 2009 13:17:25 -0700 Subject: New bundle and package config files for Tor VM, licenses, and Vidalia packages. --- config/torvm-win32-package.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/torvm-win32-package.cfg (limited to 'config/torvm-win32-package.cfg') diff --git a/config/torvm-win32-package.cfg b/config/torvm-win32-package.cfg new file mode 100644 index 0000000..46987ec --- /dev/null +++ b/config/torvm-win32-package.cfg @@ -0,0 +1,20 @@ +name = "torvm" + +# Encodes current version +version = [0, 0, 1] + +# Where in the repository does it go? +location = "/pkginfo/torvm/win32/torvm-0.0.1.txt" + +# Where in the repository does its underlying package file go? +relpath = "/data/win32/torvm-0.0.1.msi" + +# Decriptions of the package. +ShortDesc('en', "Tor VM win32 installer") +LongDesc('en', "Tor VM for 32bit Windows, with MSI installer.") + +format = "win32" +command_install = [ 'msiexec', '/i', "${FILE}", 'BUNDLE=1', '/qn' ] +exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\Tor VM\Version', + '0.0.1' ] + -- cgit v1.2.3