Show
Ignore:
Timestamp:
03/29/08 20:49:47 (9 months ago)
Author:
phobos
Message:

Update the win32 bundle nsi to include current versions of tor and
torbutton. Change the torbutton installer to work the same as OSX and
the way mozilla intended.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in

    r2398 r2469  
    2525!define TOR_NAME            "Tor" 
    2626!define TOR_EXEC            "tor.exe" 
    27 !define TOR_APPVERSION      "0.2.0.12-alpha" 
     27!define TOR_APPVERSION      "0.2.0.23-rc" 
    2828!define TOR_DESC            "${TOR_NAME} ${TOR_APPVERSION}" 
    2929 
     
    3434 
    3535!define TORBUTTON_NAME      "Torbutton" 
    36 !define TORBUTTON_APPVERSION "1.1.9.1-alpha" 
     36!define TORBUTTON_APPVERSION "1.1.17-alpha" 
    3737!define TORBUTTON_DESC      "${TORBUTTON_NAME} ${TORBUTTON_APPVERSION}" 
    3838 
     
    400400    ReadRegStr $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\firefox.exe" "" 
    401401    StrCmp $1 "" FirefoxNotFound 0 ; if Path is empty or null, then skip to an error, otherwise proceed 
    402           Exec '"$1" -install-global-extension "$INSTDIR\Torbutton\torbutton-${TORBUTTON_APPVERSION}.xpi"' 
     402          Exec '"$1" "$INSTDIR\Torbutton\torbutton-${TORBUTTON_APPVERSION}.xpi"' 
    403403        Goto TorbuttonInstalled 
    404404    FirefoxNotFound: