【问题标题】:Download prerequisites from the same location as my application - Where do I put the files?从与我的应用程序相同的位置下载先决条件 - 我将文件放在哪里?
【发布时间】:2013-08-16 20:50:53
【问题描述】:

我有一些必备文件需要进入 Visual Studio 2010 中的安装项目,但是我不知道将文件放在哪里。请参阅下面的错误消息(在构建安装项目时)。文件 CRRuntime_32bit_13_0_1.msi ,我下载了它,但不管我把它放在安装项目的哪个位置,我仍然得到同样的错误。 VS2010 在哪里寻找这些文件?

To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0_1.msi' for item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883.

【问题讨论】:

    标签: visual-studio-2010 setup-project prerequisites


    【解决方案1】:

    对于VS2010,复制CRRuntime_xxx.msi文件到

    C:\Program Files(x86)\Microsoft SDKs\Windows\v8.1A\Bootstrapper\Packages\Crystal Reports for .NET Framework 4.0
    

    对于VS2015,复制CRRuntime_xxx.msi文件到

    C:\Program Files (x86)\Microsoft Visual Studio 14.0\SDK\Bootstrapper\Packages\Crystal Reports for .NET Framework 4.0
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-03-27
      • 2022-08-03
      • 1970-01-01
      • 2010-10-02
      • 1970-01-01
      • 2015-10-22
      • 2010-09-05
      相关资源
      最近更新 更多