C# 使用installshield 2010进行建筑设置时出现错误-6003

C# 使用installshield 2010进行建筑设置时出现错误-6003,c#,visual-studio-2012,installshield-2010,C#,Visual Studio 2012,Installshield 2010,我想使用InstallShield 2010为我的winform应用程序创建一个安装程序。 我已经创建了一个InstallScript MSI项目,并将我的应用程序的所有文件和文件夹添加到该项目中。此外,我还将Microsoft.net framework 4 full和Microsoft SQL Server 2008 Express设置为先决条件 注意:Microsoft OLE 2.40 for windows NT和windows 95以及Microsoft GDI+也作为默认先决条件被

我想使用InstallShield 2010为我的winform应用程序创建一个安装程序。 我已经创建了一个InstallScript MSI项目,并将我的应用程序的所有文件和文件夹添加到该项目中。此外,我还将Microsoft.net framework 4 full和Microsoft SQL Server 2008 Express设置为先决条件

注意:Microsoft OLE 2.40 for windows NT和windows 95以及Microsoft GDI+也作为默认先决条件被选中

但是,当我要构建安装程序时,我会收到以下错误:

Error -6003: An error occurred streaming 'C:\Program Files\InstallShield\2010\SetupPrerequisites\WindowsImagingComponent\x86\wic_x86_enu.exe' into setup.exe

Error -6003: An error occurred streaming 'C:\Program Files\InstallShield\2010\SetupPrerequisites\WindowsImagingComponent\x64\wic_x64_enu.exe' into setup.exe

Error -6003: An error occurred streaming 'C:\Program Files\InstallShield\2010\SetupPrerequisites\Windows Installer\3.1\x86\WindowsServer2003-KB898715-x86-enu.exe' into setup.exe

以及上面提到的一些其他错误。

您可以通过在计算机中安装可再发行文件来解决此问题。 在安装程序项目中,转到2。指定应用程序数据->可再发行文件。
在列表中,您可能选择了一些元素。它们将显示在位置文件“需要下载”中。在元素上单击鼠标右键并选择“下载所选项目”。

我认为在指定的路径上是否存在先决条件?