browser/installer/windows/nsis/updater_append.ini

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     2 ; IMPORTANT: This file should always start with a newline in case a locale
     3 ; provided updater.ini does not end with a newline.
     4 ; Application to launch after an update has been successfully applied. This
     5 ; must be in the same directory or a sub-directory of the directory of the
     6 ; application executable that initiated the software update.
     7 [PostUpdateWin]
     8 ; ExeRelPath is the path to the PostUpdateWin executable relative to the
     9 ; application executable.
    10 ExeRelPath=uninstall\helper.exe
    11 ; ExeArg is the argument to pass to the PostUpdateWin exe
    12 ExeArg=/PostUpdate

mercurial