编译我的脚本时,Visual & Installer 的警告输出被裁剪
I am getting cropped warning output with Visual & Installer when compiling my script
我使用的是最新版本的 Visual & Installer:
================================================
6> Visual & Installer - Inno Setup Compiler (1.0.4.9)
6> Copyright (c) 2012 - 2020 unSigned, s. r. o.
6> Visit http://www.visual-installer.com/ for more information.
6> ================================================
我刚刚注意到错误日志底部有一些看起来不完整的文本:
6>D:\My Programs19\MeetSchedAssist\Inno\MeetSchedAssist2019_v6.iss(1,1): warning : A message named "UninstallDisplayNameMarkCurrentUser" has not been defined for the "Romanian" language. Will use the English message from Default.isl.
6>D:\My Programs19\MeetSchedAssist\Inno\MeetSchedAssist2019_v6.iss(1,1): warning : such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
6> Script compiled successfully in 25.402 seconds.
这个:
such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
似乎不完整。如果我使用 Inno Setup 6.0.5 编译它,我会得到以下构建输出:
Warning: A message named "UninstallDisplayNameMarkCurrentUser" has not been defined for the "Romanian" language. Will use the English message from Default.isl.
Warning: The [Setup] section directive "PrivilegesRequired" is set to "admin" but per-user areas (HKCU) are used by the script. Regardless of the version of Windows, if the installation is running in administrative install mode then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
如您所见,Inno Setup Compiler 中的句子更加冗长:
The [Setup] section directive "PrivilegesRequired" is set to "admin" but per-user areas (HKCU) are used by the script. Regardless of the version of Windows, if the installation is running in administrative install mode then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
警告中缺少包括冒号在内的所有内容。
感谢您报告此事。
此问题已在最新版本的 Visual & Installer(2020 年 11 月)中得到修复。
我使用的是最新版本的 Visual & Installer:
================================================
6> Visual & Installer - Inno Setup Compiler (1.0.4.9)
6> Copyright (c) 2012 - 2020 unSigned, s. r. o.
6> Visit http://www.visual-installer.com/ for more information.
6> ================================================
我刚刚注意到错误日志底部有一些看起来不完整的文本:
6>D:\My Programs19\MeetSchedAssist\Inno\MeetSchedAssist2019_v6.iss(1,1): warning : A message named "UninstallDisplayNameMarkCurrentUser" has not been defined for the "Romanian" language. Will use the English message from Default.isl.
6>D:\My Programs19\MeetSchedAssist\Inno\MeetSchedAssist2019_v6.iss(1,1): warning : such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
6> Script compiled successfully in 25.402 seconds.
这个:
such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
似乎不完整。如果我使用 Inno Setup 6.0.5 编译它,我会得到以下构建输出:
Warning: A message named "UninstallDisplayNameMarkCurrentUser" has not been defined for the "Romanian" language. Will use the English message from Default.isl.
Warning: The [Setup] section directive "PrivilegesRequired" is set to "admin" but per-user areas (HKCU) are used by the script. Regardless of the version of Windows, if the installation is running in administrative install mode then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
如您所见,Inno Setup Compiler 中的句子更加冗长:
The [Setup] section directive "PrivilegesRequired" is set to "admin" but per-user areas (HKCU) are used by the script. Regardless of the version of Windows, if the installation is running in administrative install mode then you should be careful about making any per-user area changes: such changes may not achieve what you are intending. See the "UsedUserAreasWarning" topic in help file for more information.
警告中缺少包括冒号在内的所有内容。
感谢您报告此事。
此问题已在最新版本的 Visual & Installer(2020 年 11 月)中得到修复。