added define for uninstall confirm page, continue texts for uninstaller, bugfixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e27a780503
commit
a8797416b8
11 changed files with 136 additions and 69 deletions
|
@ -199,6 +199,8 @@ add the following things (in order, from the beginning of the script):</p>
|
|||
<p class="text"><span class="bold">MUI_UNINSTALLER</span><br>
|
||||
Define if you are using an uninstaller.</p>
|
||||
<div class="margin">
|
||||
<p class="text"><span class="bold">MUI_UNCONFIRMPAGE</span><br>
|
||||
Show the uninstall confirm page.</p>
|
||||
<p class="text"><span class="bold">MUI_UNCUSTOMPAGECOMMANDS</span><br>
|
||||
Don't insert UninstPage commands. Use this if you are using custom
|
||||
UninstPage commands to add your own pages.</p>
|
||||
|
@ -382,7 +384,8 @@ FunctionEnd
|
|||
<ul>
|
||||
<li>Final version for NSIS 2 beta 0
|
||||
<li>modern3.exe UI without description area
|
||||
<li>Different translation for finish page title
|
||||
<li>Added define to show uninstall confirm page
|
||||
<li>Added language string for finish page title and continue to uninstall
|
||||
<li>Define for parameters for the application to run on the finishpage
|
||||
<li>Bugfixes
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue