![]() |
1
3
你可以检查 error code returned by msiexec . 例如,“已安装此产品的另一个版本”返回1638。
我不是NSIS用户,但从NSIS文档可以看出,我认为您可以
capture the exit code
|
![]() |
2
2
离开@Wim的答案,这是我的解决方案。(我需要安装的应用程序的名称是“Evergreen Programmer”,还有一些代码可以检查CPU是32位还是64位)
|
![]() |
3
1
List of error codes and error messages for Windows Installer processes 在这种情况下,msiexec应该返回1638代码。 |
![]() |
fhe · 在nsDialogs中处理键盘导航 7 年前 |
![]() |
singularity · NSIS推送、pop和URLEncode 7 年前 |
![]() |
Tim · nsis安装程序删除“开始”菜单子目录中的现有应用程序链接 7 年前 |
![]() |
zvon · NSIS-如何正确确定已安装3ds max的位置? 7 年前 |
![]() |
Albert Mulder · NSIS检查是否安装了应用程序 7 年前 |