From 86e30579b5032011383d63f8343c2a63059e0844 Mon Sep 17 00:00:00 2001 From: Martin Peck Date: Thu, 8 Jan 2009 11:27:07 +0000 Subject: Add configuration for Vidalia and TorButton MSI packages. git-svn-id: file:///home/or/svnrepo/updater/trunk@18020 55e972cd-5a19-0410-ae62-a4d7a52db4cd --- config/torbutton-win32-package.cfg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/torbutton-win32-package.cfg (limited to 'config/torbutton-win32-package.cfg') diff --git a/config/torbutton-win32-package.cfg b/config/torbutton-win32-package.cfg new file mode 100644 index 0000000..c3b89d1 --- /dev/null +++ b/config/torbutton-win32-package.cfg @@ -0,0 +1,22 @@ + +# This is package is name 'example' +name = "torbutton" + +# Encodes current version +version = [1, 2, 0] + +# Where in the repository does it go? +location = "/pkginfo/torbutton/win32/torbutton-1.2.0.txt" + +# Where in the repository does its underlying rpm or exe (etc) file go? +relpath = "/data/win32/torbutton-1.2.0.msi" + +# Decriptions of the package. +ShortDesc('en', "TorButton Firefox extension win32 installer") +LongDesc('en', "This is the TorButton Firefox extension for Windows, with MSI installer.") + +format = "win32" +command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ] +exe_registry_ent = [ r'HKEY_CURRENT_USER\Software\TorButton\Version', + '1.2.0' ] + -- cgit v1.2.3