browser/installer/windows/nsis/updater_append.ini

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial