在 Windows Server 2003 SP2 32 位上出现 Leaked MSIHANDLE() 错误
Getting an error of Leaked MSIHANDLE() on Windows Server 2003 SP2 32 bit
我在 InstallShield 中制作了一个 32 位的安装程序。我正在 Windows Server 2003 SP2(32 位)上安装此安装程序。但我收到以下错误:
MSI (c) (00:F0) [10:30:39:101]: Leaked MSIHANDLE (7) of type 790540 for thread 8904
MSI (c) (00:F0) [10:30:39:101]: Leaked MSIHANDLE (5) of type 790541 for thread 8904
MSI (c) (00:F0) [10:30:39:101]: Note: 1: 2769 2: ISSetupFilesExtract 3: 2
Info 2769.
Custom Action ISSetupFilesExtract did not close 2 MSIHANDLEs.
Action ended 10:30:39: ISSetupFilesExtract. Return value 3.
MSI (c) (00:C4) [10:30:39:101]: Doing action: SetupCompleteError
Action 10:30:39: SetupCompleteError.
Action start 10:30:39: SetupCompleteError.
我对此进行了很多搜索,但找不到根本原因。任何人都可以帮助我找到造成这种情况的主要原因并请帮助我找到相同的解决方案。
泄漏的句柄经常出现在安装程序日志中,而不是问题的根源。 ISSetupFilesExtract 是 Flexera 编写的自定义操作,因此您无需在代码中执行任何操作。我没有看到足够的信息来了解失败的原因(Return 值 3)。你能post多一点吗?
我在 InstallShield 中制作了一个 32 位的安装程序。我正在 Windows Server 2003 SP2(32 位)上安装此安装程序。但我收到以下错误:
MSI (c) (00:F0) [10:30:39:101]: Leaked MSIHANDLE (7) of type 790540 for thread 8904
MSI (c) (00:F0) [10:30:39:101]: Leaked MSIHANDLE (5) of type 790541 for thread 8904
MSI (c) (00:F0) [10:30:39:101]: Note: 1: 2769 2: ISSetupFilesExtract 3: 2 Info 2769.
Custom Action ISSetupFilesExtract did not close 2 MSIHANDLEs. Action ended 10:30:39: ISSetupFilesExtract. Return value 3.
MSI (c) (00:C4) [10:30:39:101]: Doing action: SetupCompleteError Action 10:30:39: SetupCompleteError.
Action start 10:30:39: SetupCompleteError.
我对此进行了很多搜索,但找不到根本原因。任何人都可以帮助我找到造成这种情况的主要原因并请帮助我找到相同的解决方案。
泄漏的句柄经常出现在安装程序日志中,而不是问题的根源。 ISSetupFilesExtract 是 Flexera 编写的自定义操作,因此您无需在代码中执行任何操作。我没有看到足够的信息来了解失败的原因(Return 值 3)。你能post多一点吗?