browser/installer/windows/nsis/updater_append.ini

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/installer/windows/nsis/updater_append.ini	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +
     1.5 +; IMPORTANT: This file should always start with a newline in case a locale
     1.6 +; provided updater.ini does not end with a newline.
     1.7 +; Application to launch after an update has been successfully applied. This
     1.8 +; must be in the same directory or a sub-directory of the directory of the
     1.9 +; application executable that initiated the software update.
    1.10 +[PostUpdateWin]
    1.11 +; ExeRelPath is the path to the PostUpdateWin executable relative to the
    1.12 +; application executable.
    1.13 +ExeRelPath=uninstall\helper.exe
    1.14 +; ExeArg is the argument to pass to the PostUpdateWin exe
    1.15 +ExeArg=/PostUpdate

mercurial