summaryrefslogtreecommitdiff
path: root/samples/tor-win32-package.cfg
blob: ba43f94f8185ab3344d3a979aaaea29796567b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

# This is package is name 'example'
name = "tor"

# Encodes current version
version = [0, 2, 1, 7]

# Where in the repository does it go?
location = "/pkginfo/tor/win32/tor-0.2.1.7-alpha.txt"

# Where in the repository does its underlying rpm or exe (etc) file go?
relpath = "/data/win32/tor-0.2.1.7-alpha.msi"

# Decriptions of the package.
ShortDesc('en',  "Tor-dev win32 installer")
LongDesc('en', "This is the dev-series Tor exe for Windows, with MSI installer.")

format = "win32"
command_install = [ 'msiexec', '/i', "${FILE}", '/qn' ]
exe_registry_ent = [ r'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Tor',
                      'tor-0.2.1.7-alpha-dev' ]