diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index 0cf48dfb..b0ba2e26 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -250,7 +250,7 @@ Overrides the subcaptions for each of the installer pages (0=": License Agreemen \c [/LANG=lang_id] [button text] -Changes the text of the button that by default says "Uninstall" in the uninstaller. If no parameter is specified, the default text is used. See also WriteUninstaller (replaces UninstallEXEName). +Changes the text of the button that by default says "Uninstall" in the uninstaller. If no parameter is specified, the default text is used. See also WriteUninstaller in \k{WriteUninstaller} (replaces UninstallEXEName). \S2{auninstallcaption} UninstallCaption diff --git a/Docs/src/build.bat b/Docs/src/build.bat index 7445b1aa..59fb3bae 100644 --- a/Docs/src/build.bat +++ b/Docs/src/build.bat @@ -1,4 +1,4 @@ -bin\halibut.exe config.but intro.but usage.but script.but functions.but callback.but var.but labels.but pages.but attributes.but compilerflags.but sections.but usection.but basic.but registry.but generalpurpose.but flowcontrol.but file.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but compiler.but defines.but modernui.but usefulfunc.but history.but credits.but license.but +bin\halibut.exe config.but intro.but usage.but script.but functions.but callback.but var.but labels.but pages.but attributes.but compilerflags.but sections.but usection.but basic.but registry.but generalpurpose.but flowcontrol.but file.but uninstall.but misc.but string.but stack.but int.but reboot.but log.but sec.but ui.but langs.but plugin.but compiler.but defines.but modernui.but usefulfunc.but history.but credits.but license.but @copy Contents.html index.html @copy index.html IndexPage.html @copy *.html ..\\ diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index b3d18451..9e661827 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -1480,6 +1480,7 @@ static int NSISCALL ExecuteEntry(entry *entry_) { update_status_text_from_lang(LANG_ERRORCREATING,buf0); DeleteFile(buf1); + exec_errorflag++; } else update_status_text_from_lang(LANG_CREATEDUNINST,buf0);