Added support for MUI_UNCONFIRMPAGE_VARIABLE (RFE #511)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6831 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
11b34a9fc7
commit
cea0fd8693
5 changed files with 20 additions and 2 deletions
|
@ -41,6 +41,10 @@ Uninstall confirmation page
|
|||
|
||||
UninstallText "${MUI_UNCONFIRMPAGE_TEXT_TOP}" "${MUI_UNCONFIRMPAGE_TEXT_LOCATION}"
|
||||
|
||||
!ifdef MUI_UNCONFIRMPAGE_VARIABLE
|
||||
DirVar "${MUI_UNCONFIRMPAGE_VARIABLE}"
|
||||
!endif
|
||||
|
||||
PageExEnd
|
||||
|
||||
!insertmacro MUI_UNFUNCTION_CONFIRMPAGE un.mui.ConfirmPre_${MUI_UNIQUEID} un.mui.ConfirmShow_${MUI_UNIQUEID} un.mui.ConfirmLeave_${MUI_UNIQUEID}
|
||||
|
|
|
@ -855,6 +855,10 @@ Var PLUGINS_FOLDER
|
|||
<p>
|
||||
<strong>MUI_UNCONFIRMPAGE_TEXT_LOCATION</strong> <span class="parameter">text</span><br />
|
||||
Text to display next to the uninstall location text box.</p>
|
||||
<p>
|
||||
<strong>MUI_UNCONFIRMPAGE_VARIABLE</strong> <span class="parameter">variable</span><br />
|
||||
Variable in which to store the uninstall source folder.<br />
|
||||
<em>Default: $INSTDIR</em></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -845,6 +845,10 @@ Var PLUGINS_FOLDER
|
|||
<p>
|
||||
<strong>MUI_UNCONFIRMPAGE_TEXT_LOCATION</strong> <span class="parameter">text</span><br />
|
||||
Text to display next to the uninstall location text box.</p>
|
||||
<p>
|
||||
<strong>MUI_UNCONFIRMPAGE_VARIABLE</strong> <span class="parameter">variable</span><br />
|
||||
Variable in which to store the uninstall source folder.<br />
|
||||
<em>Default: $INSTDIR</em></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1123,6 +1123,10 @@ Var MUI_TEMP2
|
|||
|
||||
UninstallText "${MUI_UNCONFIRMPAGE_TEXT_TOP}" "${MUI_UNCONFIRMPAGE_TEXT_LOCATION}"
|
||||
|
||||
!ifdef MUI_UNCONFIRMPAGE_VARIABLE
|
||||
DirVar "${MUI_UNCONFIRMPAGE_VARIABLE}"
|
||||
!endif
|
||||
|
||||
PageExEnd
|
||||
|
||||
!insertmacro MUI_UNFUNCTION_CONFIRMPAGE un.mui.ConfirmPre_${MUI_UNIQUEID} un.mui.ConfirmShow_${MUI_UNIQUEID} un.mui.ConfirmLeave_${MUI_UNIQUEID}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\A{history} Changelog and Release Notes
|
||||
|
||||
\H{v3.01} 3.02
|
||||
\H{v3.02} 3.02
|
||||
|
||||
Released on ? ?th, 2017
|
||||
|
||||
|
@ -14,6 +14,8 @@ Released on ? ?th, 2017
|
|||
|
||||
\b MultiUser now supports $ProgramFiles64 (\W{http://sf.net/p/nsis/bugs/843}{bug #843})
|
||||
|
||||
\b Added support for MUI_UNCONFIRMPAGE_VARIABLE (\W{http://sf.net/p/nsis/feature-requests/511}{RFE #511})
|
||||
|
||||
\S2{} Translations
|
||||
|
||||
\b Minor French improvements (\W{http://sf.net/p/nsis/patches/221}{patch #221})
|
||||
|
@ -3253,7 +3255,7 @@ Released on December 6th, 2002
|
|||
|
||||
\b !ifdef and friends can now be used in macros
|
||||
|
||||
\b \R{sendmessage}{SendMessage} can send strings (put cw{STR:} before a param) and supports timeouts
|
||||
\b \R{sendmessage}{SendMessage} can send strings (put \cw{STR:} before a param) and supports timeouts
|
||||
|
||||
\b Right mouse button "Copy to clipboard" context menu for the Details window
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue