...
!include "nsDialogs.nsh"
!include "MUI2.nsh"
!include "LogicLib.nsh"
!include "XML.nsh"
!insertmacro "UpdateXml"
...
!insertmacro MUI_UNPAGE_LICENSE "${NSISDIR}\Docs\Modern UI\License.txt"
UninstPage custom un.PageReinstall
!insertmacro MUI_UNPAGE_CONFIRM
...
Function un.PageReinstall
...
${UpdateXml} "http://127.0.0.1/123.xml" "/XML/A" $321 ; line 232
...
FunctionEnd
NSIS 日志:
!insertmacro:UpdateXmlCall 调用必须与以“un”开头的函数名称一起使用。在卸载部分。用法:调用function_name | [:label_name] 宏行 5 上的宏 UpdateXmlCall 错误 第 232 行脚本“G:\Basic.nsi”中的错误 - 中止创建过程
怎么了?