How can I extract .Net 3.5 on a Windows 8 PC for building a setup package?

耗尽温柔 提交于 2019-12-22 18:36:27

问题


The instructions for including .Net 3.5 SP1 say to:

  1. At the command prompt, type:
    dotNetFx35.exe /x:.
    This will extract the Framework files to a folder named “WCU” in the current directory.

However, running this command on a Windows 8 box doesn't do anything, so how else can I extract the files for building a setup package (for use with the Visual Studio Setup and Deployment Projects)


回答1:


Running in to the same scenario, I reverted to a Windows 7 virtual machine to run the extract process.



来源:https://stackoverflow.com/questions/17865128/how-can-i-extract-net-3-5-on-a-windows-8-pc-for-building-a-setup-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!