我正在努力解决安装问题(我认为这可能是由Windows Installer引擎中的故障引起的)。但是,我还是想问一下,以防其他人提供一些有用的见解。
我将此作为测试案例制定,以便更容易理解:
结果:" myApp.exe"应用程序文件未在其目标位置安装/复制,即使它似乎应该从日志文件中。以下是日志中的一些相关行:
FileCopy(SourceName=myA~1.exe|myApp.exe,SourceCabKey=myApp.exe,DestName=myApp.exe,Attributes=0,FileSize=713024,PerTick=32768,,VerifyMedia=1,,TotalPatches=1,,,CheckCRC=0,Version=2.0.0,Language=0,...)
...
MSI (s) (60:5C) [11:26:51:658]: File: C:\Program Files\Test\myApp.exe; To be installed; Smart patch; No existing file
MSI (s) (60:5C) [11:26:51:658]: Redirecting file copy of 'C:\Program Files\Test\myApp.exe' to 'C:\Config.Msi\PT129.tmp'. A subsequent patch will update the intermediate file, and then copy over the original.
任何想法都非常受欢迎。