[tor-bugs] #4347 [Tor bundles/installation]: Geoip parsing fails on user accounts under windows

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Sat Jun 2 16:52:54 UTC 2012


#4347: Geoip parsing fails on user accounts under windows
--------------------------------------+-------------------------------------
 Reporter:  bastik                    |          Owner:  erinn
     Type:  defect                    |         Status:  new  
 Priority:  major                     |      Milestone:       
Component:  Tor bundles/installation  |        Version:       
 Keywords:  geoip, windows            |         Parent:       
   Points:                            |   Actualpoints:       
--------------------------------------+-------------------------------------

Comment(by Shondoit):

 The default install location on Linux is /usr/share/tor/, which is used as
 shared non-writable data, if I'm not mistaken.
 The equivalent for Windows would be "C:\ProgramData\tor" (Vista/Win7) or
 "C:\Documents and Settings\All Users\Application Data\tor" (XP)

 For the NSIS installer, this seems to be done like:
 {{{
 SetShellVarContext all
 SetOutPath $APPDATA
 File "geoip"
 }}}

 This requires a change in tor to read the file using CSIDL_COMMON_APPDATA.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/4347#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list