Windows installer ISDEV:错误-6259:内部生成错误

Windows installer ISDEV:错误-6259:内部生成错误,windows-installer,installshield,installshield-2010,installscript-msi,Windows Installer,Installshield,Installshield 2010,Installscript Msi,我收到上面提到的错误消息。我最近更新了我的,因为它已经过期,现在我无法构建我的安装程序。我已使用pfx文件和我的密码进行签名 以下是错误消息的完整详细信息- ServiceInstall table successfully built Started signing EFAF.tmp ... Successfully signed: EFAF.tmp Started signing EFB1.tmp ... Successfully signed: EFB1.tmp Shortcut tabl

我收到上面提到的错误消息。我最近更新了我的,因为它已经过期,现在我无法构建我的安装程序。我已使用pfx文件和我的密码进行签名

以下是错误消息的完整详细信息-

ServiceInstall table successfully built
Started signing EFAF.tmp ...
Successfully signed: EFAF.tmp
Started signing EFB1.tmp ...
Successfully signed: EFB1.tmp
Shortcut table successfully built
Signature table successfully built
TypeLib table successfully built
UIText table successfully built
Upgrade table successfully built
Verb table successfully built
_Validation table successfully built
Searching project for extract-at-build components...
Building scanned MsiAssembly records
Building scanned MsiAssemblyName records
Validating Custom Action sequencing
Embedding manifest SetupExe.Highest.manifest into setup.exe
Checking string table references...
Generating RC file: _ISUser_0x0409.rc
Building dialog 12053
Building dialog 12058
Built 2 dialogs into resource file: _ISUser_0x0409.rc
Building RES file: _ISUser_0x0409.res
Compiling resource DLL: _isuser_0x0409.dll
Resolving strings...
Language English (United States) built
Embedding manifest SetupExe.Highest.manifest into setup.exe
Started signing EFB7.tmp ...
Successfully signed: EFB7.tmp
Building CAB files...
Data1.cab built
Files built
Media table successfully built
Started signing certificate.msi ...
Successfully signed: certificate.msi
ISDEV : error -6259: Internal build error [D:\Builds-WIP\Gulliver\MT_RR2_Installer\BuildType\TFSBuild.proj]
ISDEV : fatal error -5087: Stop at first error [D:\Builds-WIP\Gulliver\MT_RR2_Installer\BuildType\TFSBuild.proj]
Setup\InstallerWithPrerequisitesFromWeb - 2 error(s), 0 warning(s)
Log file has been created: <file:\Builds-WIP\Gulliver\MT_RR2_Installer\Binaries\x86\Debug Build\Installer\Setup\InstallerWithPrerequisitesFromWeb\LogFiles\1-13-2012 10-04-07 AM.txt>
ServiceInstall表成功构建
已开始签署EFAF.tmp。。。
已成功签署:EFAF.tmp
已开始签署EFB1.tmp。。。
已成功签署:EFB1.tmp
已成功生成快捷方式表
已成功构建签名表
TypeLib表已成功构建
UIText表已成功生成
已成功生成升级表
动词表已成功构建
_已成功生成验证表
正在搜索项目以提取生成组件。。。
构建扫描的MSI装配记录
建筑名称记录
验证自定义操作序列
将清单SetupExe.Highest.manifest嵌入setup.exe
正在检查字符串表引用。。。
正在生成RC文件:_ISUser_0x0409.RC
建筑对话12053
建筑对话12058
在资源文件中构建了两个对话框:_ISUser_0x0409.rc
生成RES文件:_ISUser_0x0409.RES
正在编译资源DLL:_isuser_0x0409.DLL
正在解析字符串。。。
语言英语(美国)建成
将清单SetupExe.Highest.manifest嵌入setup.exe
已开始签署EFB7.tmp。。。
已成功签署:EFB7.tmp
正在生成CAB文件。。。
Data1.cab构建
创建的文件
已成功构建媒体表
已开始对certificate.msi进行签名。。。
已成功签署:certificate.msi
ISDEV:错误-6259:内部生成错误[D:\Builds WIP\Gulliver\MT\u RR2\u Installer\BuildType\TFSBuild.proj]
ISDEV:致命错误-5087:第一个错误时停止[D:\Builds WIP\Gulliver\MT\u RR2\u Installer\BuildType\TFSBuild.proj]
安装程序\InstallerWithPrerequisiesFromWeb-2错误,0警告
已创建日志文件:

我可以看到,它能够成功地签署的微星,但失败后。我不知道发生了什么事。我将非常感谢您的帮助。

如果您查看使用此证书签名的文件,它看起来是否已签名?根证书的完整路径是否可用且受信任?有可能需要在生成计算机上安装一个中间证书。

如果查看使用此证书签名的文件,它是否显示为已签名?根证书的完整路径是否可用且受信任?有可能需要在生成计算机上安装一个中间证书。

虽然迟到,但它可能有助于搜索错误6259和6258

使用InstallShield 2014版本(不支持)时,问题可能是在使用时间戳服务器进行签名时。 在位于“C:\Program Files(x86)\InstallShield\2014 SAB\Support\0409”下的settings.xml文件中,替换该行

<DigitalSignature Timestamp="http://timestamp.verisign.com/scripts/timstamp.dll"/>


虽然迟到了,但它可能有助于搜索错误6259和6258

使用InstallShield 2014版本(不支持)时,问题可能是在使用时间戳服务器进行签名时。 在位于“C:\Program Files(x86)\InstallShield\2014 SAB\Support\0409”下的settings.xml文件中,替换该行

<DigitalSignature Timestamp="http://timestamp.verisign.com/scripts/timstamp.dll"/>



很抱歉,我忘了回复此帖子。谢谢你,迈克尔,这确实是一个中级证书问题。我缺少“解冻代码签名ca-G2”证书。我安装了它,现在可以正常工作了。谢谢。@SanjaySingh如果这篇文章对你有帮助,请把答案投上去并接受。很抱歉我忘了回复这个帖子。谢谢你,迈克尔,这确实是一个中级证书问题。我缺少“解冻代码签名ca-G2”证书。我安装了它,现在可以正常工作了。谢谢。@SanjaySingh如果这篇文章有帮助,请投票并接受它。