【问题标题】:Silent installation of Visual Studio 2013 ExpressVisual Studio 2013 Express 的静默安装
【发布时间】:2014-06-30 03:54:47
【问题描述】:

我尝试静默安装 Visual Studio 2013 Express。遗憾的是,以下代码无法正常工作:

wdexpress_full.exe /passive /noweb /norestart

它仍然从 Web 安装,然后它抛出错误 3010(需要重新启动)。 我听说 SQL Server 或 .NET 4.5 会导致重新启动,我应该在安装之前单独安装它们。 为了将它们从 VS13 中排除,我尝试使用 /adminfile,但似乎此参数不适用于 Express-Version

所以我尝试安装每个 .msi 文件。大多数时候,我需要像 VSEXTUI=1 或 USING_EXUIH=1 这样的参数才能让它们在不被 .exe 调用的情况下工作,但是它们安装时没有问题。 但最后,Visual Studio 不会启动。它向我显示以下错误:

“Die Anwendung konnte nicht gestartet werden, da die Side-by-Side-Konfiguration ungültig ist. Weitere Informationen erhalten Sie im Anwendungsereignisprotokoll. Weitere Details können auch mit dem Befehlszeilentool sxstrace.exe angezeigt werden”

遗憾的是,我找不到确切的英文错误文本,但它说应用程序无法启动,因为并行配置无效,我可以通过 sxstrace.exe 获得更多信息。 sxstrace 给了我以下文件:http://www.file-upload.net/download-8934591/sxstrace.txt.html

【问题讨论】:

    标签: visual-studio visual-studio-2013


    【解决方案1】:

    例如,对于 MSI 文件有问题的人

    vc_compilerCore86.msi
    

    我遇到了这个错误

    To install this product, please run Setup.exe.
    

    我为它found a fix。您需要以 Administrative install

    的方式运行它
    msiexec -a vc_compilerCore86.msi
    

    附注,Visual Studio Express 有 2 个版本

    Visual Studio Express 2013 for Windows 408 MB

    Visual Studio Express 2013 for Windows Desktop 790 MB

    【讨论】:

    • 我发现 ADDEPLOY=1 也可以用来绕过检查(我用它来安装一个最小的 C++ 构建环境,没有其他 4.5+ GB 无用的东西)。
    猜你喜欢
    • 1970-01-01
    • 2015-06-29
    • 1970-01-01
    • 2014-01-21
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多